ruffle/core/src/avm2
David Wendt 8f8134e4f4 avm2: Add private instance slots for `FrameLabel`'s properties 2021-09-23 15:59:06 -06:00
..
globals avm2: Add private instance slots for `FrameLabel`'s properties 2021-09-23 15:59:06 -06:00
object avm2: Specify that date should coerce to string by default 2021-09-23 00:01:50 +02:00
activation.rs avm2: Fix get_own_class_definition users to use either instance_of or as_. 2021-09-22 00:29:37 +02:00
array.rs avm2: Use the actual `FromIterator` trait 2021-03-19 12:39:57 -07:00
bytearray.rs avm2: Implement flash.crypto.generateRandomBytes 2021-07-21 18:09:21 +02:00
class.rs avm2: Add private instance slots for `Rectangle`'s properties 2021-09-23 15:59:06 -06:00
domain.rs avm2: `get_property` does not mutate the underlying object (anymore) so it should not be flagged as mutably borrowing it. 2021-07-20 22:14:05 -04:00
events.rs chore: move core::avm1::string::AvmString to core::string::AvmString 2021-09-13 03:30:17 -07:00
function.rs avm2: Replace the `call_strict` mechanism with checking to see if free functions are unchecked. 2021-07-20 22:12:32 -04:00
globals.rs avm2: Add Date stub 2021-09-23 00:01:50 +02:00
method.rs chore: move core::avm1::string::AvmString to core::string::AvmString 2021-09-13 03:30:17 -07:00
names.rs chore: move core::avm1::string::AvmString to core::string::AvmString 2021-09-13 03:30:17 -07:00
object.rs avm2: Implement Dates instance initializer 2021-09-23 00:01:50 +02:00
property.rs avm2: Retire the use of "constructor" outside of literal reference to class initializer or instance initializer code. 2021-07-20 22:12:23 -04:00
property_map.rs Add AVM2 equivalent of `PropertyMap` for further expansion. 2020-07-18 16:41:35 -04:00
regexp.rs chore: move core::avm1::string::AvmString to core::string::AvmString 2021-09-13 03:30:17 -07:00
return_value.rs avm2: Replace the `call_strict` mechanism with checking to see if free functions are unchecked. 2021-07-20 22:12:32 -04:00
scope.rs avm2: `get_property` does not mutate the underlying object (anymore) so it should not be flagged as mutably borrowing it. 2021-07-20 22:14:05 -04:00
script.rs chore: move core::avm1::string::AvmString to core::string::AvmString 2021-09-13 03:30:17 -07:00
slot.rs avm2: Remove lazy trait initialization 2021-07-20 22:02:03 -04:00
string.rs chore: move core::avm1::string::AvmString to core::string::AvmString 2021-09-13 03:30:17 -07:00
traits.rs avm2: Replace the `call_strict` mechanism with checking to see if free functions are unchecked. 2021-07-20 22:12:32 -04:00
value.rs avm2: Fix get_own_class_definition users to use either instance_of or as_. 2021-09-22 00:29:37 +02:00
vector.rs avm2: Storing past the end of a vector only works for the immediate one-off-the-end index 2021-09-02 17:57:58 -06:00