ruffle/core/src/avm2/object
David Wendt 31faf62baf avm2: Remove all alternative `ByteArrayObject` constructors.
The only way to build a `ByteArrayObject` now is to invoke it's constructor.
2021-07-20 21:58:06 -04:00
..
array_object.rs avm2: Tie `ArrayObject`'s constructors to the system `Array` class. 2021-07-20 21:58:05 -04:00
bytearray_object.rs avm2: Remove all alternative `ByteArrayObject` constructors. 2021-07-20 21:58:06 -04:00
class_object.rs avm2: Add a notion of native instance initializers. 2021-07-20 21:58:03 -04:00
custom_object.rs avm2: Move the class association from prototypes to instances. 2021-07-20 21:55:25 -04:00
dispatch_object.rs avm2: Move the class association from prototypes to instances. 2021-07-20 21:55:25 -04:00
domain_object.rs avm2: Move the class association from prototypes to instances. 2021-07-20 21:55:25 -04:00
event_object.rs avm2: Move the class association from prototypes to instances. 2021-07-20 21:55:25 -04:00
function_object.rs avm2: Move the class association from prototypes to instances. 2021-07-20 21:55:25 -04:00
loaderinfo_object.rs avm2: Move the class association from prototypes to instances. 2021-07-20 21:55:25 -04:00
namespace_object.rs avm2: Move the class association from prototypes to instances. 2021-07-20 21:55:25 -04:00
primitive_object.rs avm2: Move the class association from prototypes to instances. 2021-07-20 21:55:25 -04:00
regexp_object.rs avm2: Move the class association from prototypes to instances. 2021-07-20 21:55:25 -04:00
script_object.rs avm2: Move the class association from prototypes to instances. 2021-07-20 21:55:25 -04:00
stage_object.rs avm2: Move the class association from prototypes to instances. 2021-07-20 21:55:25 -04:00
xml_object.rs avm2: Move the class association from prototypes to instances. 2021-07-20 21:55:25 -04:00