ruffle/core/src/avm2
David Wendt ecfd5abb41 Impl `construct` and `constructprop`. 2020-07-13 17:43:24 -04:00
..
globals Add stub builtins for Object and Function. These are more-or-less identical to the way we did it in AVM1 (e.g. no fancy player globals file) 2020-07-13 17:43:24 -04:00
activation.rs Always execute the last script when loading an ABC file 2020-07-13 17:43:23 -04:00
function.rs Impl `construct` and `constructprop`. 2020-07-13 17:43:24 -04:00
globals.rs Add stub builtins for Object and Function. These are more-or-less identical to the way we did it in AVM1 (e.g. no fancy player globals file) 2020-07-13 17:43:24 -04:00
names.rs Add stub builtins for Object and Function. These are more-or-less identical to the way we did it in AVM1 (e.g. no fancy player globals file) 2020-07-13 17:43:24 -04:00
object.rs Impl `construct` and `constructprop`. 2020-07-13 17:43:24 -04:00
property.rs Implement slots and related opcodes. 2020-07-13 17:43:24 -04:00
return_value.rs Implement namespaces as a value type 2020-07-13 17:42:49 -04:00
scope.rs Implement `pushscope`, `popscope`, and `pushwith`. 2020-07-13 17:43:16 -04:00
script_object.rs Impl `construct` and `constructprop`. 2020-07-13 17:43:24 -04:00
value.rs Add exact type assertion methods for strings and namespace values. 2020-07-13 17:43:11 -04:00