ruffle/core/src/avm2
David Wendt 6e2508a79d Fix `any` name resolution, at least enough for the `has_own_property` test to work.
Private names now return `false`, and we run any names through trait lookups. This also means any namespace resolution can fail now, in case we need to throw a `VerifyError`.
2020-07-13 17:44:34 -04:00
..
globals Fix `any` name resolution, at least enough for the `has_own_property` test to work. 2020-07-13 17:44:34 -04:00
activation.rs Impl `callsuper`, `callsupervoid`, and `constructsuper`. 2020-07-13 17:44:15 -04:00
function.rs Fix `any` name resolution, at least enough for the `has_own_property` test to work. 2020-07-13 17:44:34 -04:00
globals.rs Allow tracing booleans. 2020-07-13 17:44:34 -04:00
names.rs Fix `any` name resolution, at least enough for the `has_own_property` test to work. 2020-07-13 17:44:34 -04:00
object.rs Fix `any` name resolution, at least enough for the `has_own_property` test to work. 2020-07-13 17:44:34 -04:00
property.rs Remove `DontEnum`, `is_enumerable` and attribute mutation. They won't be needed. 2020-07-13 17:44:31 -04:00
return_value.rs Implement namespaces as a value type 2020-07-13 17:42:49 -04:00
scope.rs Completely overhaul the way traits are defined on objects. 2020-07-13 17:44:27 -04:00
script_object.rs Fix `any` name resolution, at least enough for the `has_own_property` test to work. 2020-07-13 17:44:34 -04:00
slot.rs Impl `initproperty` 2020-07-13 17:43:45 -04:00
value.rs Allow tracing booleans. 2020-07-13 17:44:34 -04:00