ruffle/core/src/avm2/object
David Wendt 1b5869e15a avm2: Preserve ability to `callmethod` on slot IDs that have not yet been bound, by binding them at that time. 2021-10-31 00:52:58 -07:00
..
array_object.rs avm2: Forward get_enumerant_name and property_is_enumerable to base when not found 2021-10-25 13:45:29 -07:00
bitmapdata_object.rs avm2: Change core types from Object to ClassObject where possible 2021-09-27 11:03:48 +02:00
bytearray_object.rs avm2: Implement ByteArray.readObject + flash.net.ObjectEncoding 2021-10-25 16:32:55 -07:00
class_object.rs avm2: Preserve ability to `callmethod` on slot IDs that have not yet been bound, by binding them at that time. 2021-10-31 00:52:58 -07:00
date_object.rs avm2: Change core types from Object to ClassObject where possible 2021-09-27 11:03:48 +02:00
dictionary_object.rs avm2: Change core types from Object to ClassObject where possible 2021-09-27 11:03:48 +02:00
dispatch_object.rs avm2: Remove custom_object macros 2021-09-23 23:14:30 -06:00
domain_object.rs avm2: Scope redesign 2021-10-19 18:39:41 -06:00
event_object.rs avm2: Change core types from Object to ClassObject where possible 2021-09-27 11:03:48 +02:00
function_object.rs avm2: Scope redesign 2021-10-19 18:39:41 -06:00
loaderinfo_object.rs avm2: Change core types from Object to ClassObject where possible 2021-09-27 11:03:48 +02:00
namespace_object.rs avm2: Change core types from Object to ClassObject where possible 2021-09-27 11:03:48 +02:00
primitive_object.rs avm2: Change core types from Object to ClassObject where possible 2021-09-27 11:03:48 +02:00
qname_object.rs avm2: Move `QNameObject` specific methods behind an `as_qname_object` downcast. 2021-10-01 16:30:58 -06:00
regexp_object.rs avm2: Change core types from Object to ClassObject where possible 2021-09-27 11:03:48 +02:00
script_object.rs avm2: `ClassObject` should include class traits in `TObject` methods that reference the current object's traits. 2021-10-31 00:52:58 -07:00
sound_object.rs avm2: Change core types from Object to ClassObject where possible 2021-09-27 11:03:48 +02:00
soundchannel_object.rs avm2: Implement SoundChannel.position 2021-10-16 22:53:25 -07:00
stage_object.rs avm2: Change core types from Object to ClassObject where possible 2021-09-27 11:03:48 +02:00
vector_object.rs avm2: Add custom implementations for get_enumerant_name and property_is_enumerable for VectorObject 2021-10-10 11:02:42 -07:00
xml_object.rs avm2: Change core types from Object to ClassObject where possible 2021-09-27 11:03:48 +02:00