ruffle/core/src/avm2
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
..
globals avm2: Remove all alternative `ByteArrayObject` constructors. 2021-07-20 21:58:06 -04:00
object avm2: Remove all alternative `ByteArrayObject` constructors. 2021-07-20 21:58:06 -04:00
activation.rs avm2: Tie `ArrayObject`'s constructors to the system `Array` class. 2021-07-20 21:58:05 -04:00
array.rs avm2: Use the actual `FromIterator` trait 2021-03-19 12:39:57 -07:00
bytearray.rs avm2: ByteArray updates 2021-06-22 01:26:27 -07:00
class.rs avm2: Add a notion of native instance initializers. 2021-07-20 21:58:03 -04:00
domain.rs avm2: Remove all alternative `ByteArrayObject` constructors. 2021-07-20 21:58:06 -04:00
events.rs chore: Appease clippy 2021-06-05 10:16:00 -07:00
function.rs avm2: Move the class association from prototypes to instances. 2021-07-20 21:55:25 -04:00
globals.rs avm2: Create a new list of system constructors alongside the existing list of system prototypes. 2021-07-20 21:55:30 -04:00
method.rs chore: Appease clippy 2021-06-05 10:16:00 -07:00
names.rs chore: Minor refactor names.rs 2021-02-02 10:16:41 -08:00
object.rs avm2: Add a notion of native instance initializers. 2021-07-20 21:58:03 -04:00
property.rs avm2: Move the class association from prototypes to instances. 2021-07-20 21:55:25 -04:00
property_map.rs Add AVM2 equivalent of `PropertyMap` for further expansion. 2020-07-18 16:41:35 -04:00
regexp.rs chore: Appease clippy 2021-06-05 10:16:00 -07:00
return_value.rs avm2: Move the class association from prototypes to instances. 2021-07-20 21:55:25 -04:00
scope.rs avm2: Enable lazy initialization for ABCs that request it. 2020-10-17 03:32:09 -07:00
script.rs avm2: Remove unnecessary manual accesses of the `constructor` property on prototypes. 2021-07-20 21:57:56 -04:00
slot.rs avm2: Instantiate slot traits on `get_slot`, `set_slot` etc. 2021-04-28 00:01:47 -07:00
string.rs Add a stub AVM2 string representation to allow for both VMs' strings to diverge. 2020-07-18 16:20:58 -04:00
traits.rs avm2: Move the class association from prototypes to instances. 2021-07-20 21:55:25 -04:00
value.rs avm2: Remove unnecessary manual accesses of the `constructor` property on prototypes. 2021-07-20 21:57:56 -04:00