ruffle/core/src/avm2
David Wendt 464f388324 avm2: Unstaged display objects are treated as unrooted. 2021-03-03 03:08:01 -08:00
..
globals avm2: Unstaged display objects are treated as unrooted. 2021-03-03 03:08:01 -08:00
object avm2: Event phase should be counted from 1 in `valueOf`. 2021-03-03 03:08:01 -08:00
activation.rs swf: Make avm2 Reader operate directly with byte slices 2021-02-27 17:04:42 -08:00
array.rs avm2: Remove `ArrayIterator` trait. 2020-09-15 02:20:11 -07:00
class.rs chore: Migrate from enumset to bitflags 2021-01-21 16:35:46 -08:00
domain.rs avm2: Enable lazy initialization for ABCs that request it. 2020-10-17 03:32:09 -07:00
events.rs avm2: Constructed events start in phase 2, not 3 2021-03-03 03:08:01 -08:00
function.rs avm2: Allow builtins to get at the global scope. 2020-12-21 21:47:29 -08:00
globals.rs avm2: Implement Op::Typeof and dummy XML/XMLList 2021-02-16 20:21:40 -08:00
method.rs Consolidate all of our copied `CollectWrapper`s. 2020-08-14 20:52:09 -04:00
names.rs chore: Minor refactor names.rs 2021-02-02 10:16:41 -08:00
object.rs avm2: Implement Op::Typeof and dummy XML/XMLList 2021-02-16 20:21:40 -08:00
property.rs Replace most manual `Collect` impls with `#[derive(Collect)]` 2021-02-17 18:38:55 -08:00
property_map.rs Add AVM2 equivalent of `PropertyMap` for further expansion. 2020-07-18 16:41:35 -04:00
return_value.rs avm2: Implement `arguments`. 2020-12-17 13:21:44 -08: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 Replace most manual `Collect` impls with `#[derive(Collect)]` 2021-02-17 18:38:55 -08: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 chore: Migrate from enumset to bitflags 2021-01-21 16:35:46 -08:00
value.rs chore: Avoid deprecated constants 2021-02-12 06:36:17 -08:00