ruffle/core/src/avm1
Nathan Adams 85b9ffe102 core: Merge both test macros into a generic test_method 2019-11-29 13:12:00 -08:00
..
globals core: Merge both test macros into a generic test_method 2019-11-29 13:12:00 -08:00
activation.rs Separate `Object` into an interface trait and a standard implementation. Host object implementations may bypass `ScriptObject` and directly interface with the AVM using this trait. 2019-11-26 14:51:05 -05:00
fscommand.rs core: Merge ActionContext into UpdateContext 2019-10-27 13:49:47 -07:00
function.rs Functions should be traceable. 2019-11-26 15:07:03 -05:00
globals.rs core: Merge both test macros into a generic test_method 2019-11-29 13:12:00 -08:00
object.rs Fixed get_keys with prototypes 2019-11-27 22:30:31 +01:00
property.rs Separate `Object` into an interface trait and a standard implementation. Host object implementations may bypass `ScriptObject` and directly interface with the AVM using this trait. 2019-11-26 14:51:05 -05:00
return_value.rs Remove `ReturnValue.ignore` entirely, since you really *do* need to resolve `ReturnValue`s, even if you don't want the result. 2019-11-27 14:52:07 -05:00
scope.rs Move `force_set` and `force_set_virtual` into the `Object` trait. They are now called `define_value` and `add_property`, respectively. 2019-11-26 14:51:06 -05:00
script_object.rs Fixed get_keys with prototypes 2019-11-27 22:30:31 +01:00
test_utils.rs core: Merge both test macros into a generic test_method 2019-11-29 13:12:00 -08:00
tests.rs Separate `Object` into an interface trait and a standard implementation. Host object implementations may bypass `ScriptObject` and directly interface with the AVM using this trait. 2019-11-26 14:51:05 -05:00
value.rs core: Merge both test macros into a generic test_method 2019-11-29 13:12:00 -08:00