ruffle/core/src/avm2
David Wendt c65d93d063 Implement multinames, sans runtime namespace support. 2020-07-13 17:42:50 -04:00
..
activation.rs Implement call/return for bare functions 2020-07-13 17:42:49 -04:00
function.rs Add `call` method to the object trait. Only functions are callable in AVM2, all others error out. 2020-07-13 17:42:48 -04:00
names.rs Implement multinames, sans runtime namespace support. 2020-07-13 17:42:50 -04:00
object.rs Add `call` method to the object trait. Only functions are callable in AVM2, all others error out. 2020-07-13 17:42:48 -04:00
return_value.rs Implement namespaces as a value type 2020-07-13 17:42:49 -04:00
script_object.rs Add the bare minimum necessary to get opcodes out of an ABC and into an interpreter loop. 2020-07-13 17:42:45 -04:00
value.rs Implement namespaces as a value type 2020-07-13 17:42:49 -04:00