ruffle/core/src/avm2/object
David Wendt 8efaed40a0 avm2: `event.eventPhase` is enumerated from 1 2020-12-21 21:47:29 -08:00
..
array_object.rs *: fix spelling mistakes 2020-09-19 16:17:58 -07:00
custom_object.rs avm2: Wrap all player globals in a separate appdomain and script. 2020-10-17 03:32:09 -07:00
dispatch_object.rs avm2: Add a representation for event dispatch lists. 2020-12-21 21:47:29 -08:00
domain_object.rs avm2: Enable lazy initialization for ABCs that request it. 2020-10-17 03:32:09 -07:00
event_object.rs avm2: `event.eventPhase` is enumerated from 1 2020-12-21 21:47:29 -08:00
function_object.rs avm2: Implement `arguments`. 2020-12-17 13:21:44 -08:00
namespace_object.rs avm2: Ensure `ArrayObject` offers access to it's array properties for reading and writing. 2020-09-15 02:20:11 -07:00
primitive_object.rs avm2: Partially implement `toLocaleString` insamuch as is necessary to run Array tests on it. 2020-09-15 02:20:11 -07:00
script_object.rs avm2: Implement `arguments`. 2020-12-17 13:21:44 -08:00
stage_object.rs avm2: `toString` of stage objects should work the same way as other objects 2020-11-27 13:23:34 -08:00