ruffle/core/src/avm1
Nathan Adams 26b14bd904 avm1: Undone some __constructor__ setting on objects that don't actually construct 2020-08-01 02:33:14 -07:00
..
globals avm1: Undone some __constructor__ setting on objects that don't actually construct 2020-08-01 02:33:14 -07:00
object avm1: TObject::create_bare_object doesn't use or need args 2020-08-01 02:33:14 -07:00
activation.rs avm1: Change Object::construct to create and return a new object, instead of requiring the caller to do that first 2020-08-01 02:33:14 -07:00
debug.rs avm1: Value::coerce_to_string returns an Avm1String, as it can avoid a clone-and-reallocate 2020-07-13 10:12:54 -07:00
error.rs avm1: Respect ScriptLimits for recursion depth, and use that in infinite_recursion_function 2020-07-08 14:47:38 -07:00
fscommand.rs avm1: Use avm_warn and avm_error in all of avm1 2020-07-27 04:13:31 -07:00
function.rs avm1: TObject::create_bare_object doesn't use or need args 2020-08-01 02:33:14 -07:00
globals.rs avm1: Make FunctionObject::functional require prototype, it's not optional 2020-08-01 02:33:14 -07:00
object.rs avm1: TObject::create_bare_object doesn't use or need args 2020-08-01 02:33:14 -07:00
property.rs avm1: Make virtual properties store Object instead of Executable, so we can refer to the callee 2020-07-22 15:57:45 -07:00
scope.rs avm1: Remove TObject::is_property_overwritable 2020-07-05 15:15:31 -07:00
string.rs avm1: Made AvmString debug actually show contents of the string 2020-07-22 13:23:57 -07:00
test_utils.rs avm1: Implement updateAfterEvent 2020-07-10 14:38:48 -07:00
tests.rs avm1: Implement From<&'static str> for Value 2020-07-13 10:12:54 -07:00
timer.rs avm1: Implement setInterval 2020-07-10 14:38:48 -07:00
value.rs avm1: Make FunctionObject::functional require prototype, it's not optional 2020-08-01 02:33:14 -07:00