ruffle/core/src/avm1
Nathan Adams fba8ccda81 avm1: Rename Avm1String to AvmString 2020-07-13 10:12:54 -07:00
..
globals avm1: Rename Avm1String to AvmString 2020-07-13 10:12:54 -07:00
object avm1: Rename Avm1String to AvmString 2020-07-13 10:12:54 -07:00
activation.rs avm1: Rename Avm1String to AvmString 2020-07-13 10:12:54 -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: Rename StackFrame to Activation now that they're merged 2020-07-02 00:09:43 +02:00
function.rs avm1: Implement From<&'static str> for Value 2020-07-13 10:12:54 -07:00
globals.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
listeners.rs avm1: Replace action.avm() with activation.avm to help with borrow checker in next commit 2020-07-03 17:24:20 -07:00
object.rs avm1: Add impl_custom_object!() macro to simplify custom object types 2020-07-10 16:48:05 -07:00
property.rs avm1: Remove TObject::is_property_overwritable 2020-07-05 15:15:31 -07:00
scope.rs avm1: Remove TObject::is_property_overwritable 2020-07-05 15:15:31 -07:00
string.rs avm1: Rename Avm1String to AvmString 2020-07-13 10:12:54 -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: Rename Avm1String to AvmString 2020-07-13 10:12:54 -07:00