ruffle/core/src/avm2
David Wendt afd033898c avm2: Implement `hitTestObject` 2020-12-09 14:00:06 -08:00
..
globals avm2: Implement `hitTestObject` 2020-12-09 14:00:06 -08:00
object avm2: `toString` of stage objects should work the same way as other objects 2020-11-27 13:23:34 -08:00
activation.rs swf: `pushshort` should be read as a `u30` and then cast to an `i16` as it's parsed representation. 2020-12-09 14:00:06 -08:00
array.rs avm2: Remove `ArrayIterator` trait. 2020-09-15 02:20:11 -07:00
class.rs docs: Miscellaneous spelling corrections 2020-11-12 13:34:05 -08:00
domain.rs avm2: Enable lazy initialization for ABCs that request it. 2020-10-17 03:32:09 -07:00
function.rs *: fix spelling mistakes 2020-09-19 16:17:58 -07:00
globals.rs avm2: Implement Math 2020-11-12 04:24:47 -08:00
method.rs Consolidate all of our copied `CollectWrapper`s. 2020-08-14 20:52:09 -04:00
names.rs docs: Miscellaneous spelling corrections 2020-11-12 13:34:05 -08:00
object.rs docs: Miscellaneous spelling corrections 2020-11-12 13:34:05 -08:00
property.rs Wrap `BytecodeMethod` (and the bytecode half of `Executable`) in a `Gc`. 2020-07-13 17:45:06 -04:00
property_map.rs Add AVM2 equivalent of `PropertyMap` for further expansion. 2020-07-18 16:41:35 -04:00
return_value.rs Move AVM2 into the UpdateContext. 2020-08-01 15:49:29 -04:00
scope.rs avm2: Enable lazy initialization for ABCs that request it. 2020-10-17 03:32:09 -07:00
script.rs docs: Miscellaneous spelling corrections 2020-11-12 13:34:05 -08:00
slot.rs Remove dead code on all now-in-use structs and methods. 2020-07-18 16:12:24 -04: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 Rename `trait.rs` to `traits.rs` to avoid the use of reserved keyword syntax. 2020-08-14 21:20:41 -04:00
value.rs docs: Miscellaneous spelling corrections 2020-11-12 13:34:05 -08:00