ruffle/core/src/avm2
David Wendt 50d6ffb510 avm2: Prevent circularly referential scripts from causing stack overflows or double-borrows. 2020-10-17 03:32:09 -07:00
..
globals avm2: Enable lazy initialization for ABCs that request it. 2020-10-17 03:32:09 -07:00
object avm2: Enable lazy initialization for ABCs that request it. 2020-10-17 03:32:09 -07:00
activation.rs avm2: Enable lazy initialization for ABCs that request it. 2020-10-17 03:32:09 -07:00
array.rs avm2: Remove `ArrayIterator` trait. 2020-09-15 02:20:11 -07:00
class.rs avm2: Dynamic properties should be retrievable before they are actually set. 2020-10-06 06:03:22 -07: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: Enable lazy initialization for ABCs that request it. 2020-10-17 03:32:09 -07:00
method.rs Consolidate all of our copied `CollectWrapper`s. 2020-08-14 20:52:09 -04:00
names.rs avm2: Dynamic properties should be retrievable before they are actually set. 2020-10-06 06:03:22 -07:00
object.rs avm2: Enable lazy initialization for ABCs that request it. 2020-10-17 03:32:09 -07: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 avm2: Prevent circularly referential scripts from causing stack overflows or double-borrows. 2020-10-17 03:32:09 -07: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 chore: Appease clippy 2020-09-26 18:19:37 -07:00