ruffle/core/src/avm2
iwannabethedev 724df48186 avm2: Add AS 'length()' to XML. 2023-05-06 12:02:06 -05:00
..
globals avm2: Add AS 'length()' to XML. 2023-05-06 12:02:06 -05:00
object avm2: Alternative implementation of XML hasOwnProperty @attribute 2023-04-29 16:34:10 -05:00
activation.rs avm2: require AvmAtom in Namespaces 2023-04-27 00:17:31 +02:00
amf.rs avm2: make Namespace a GC type 2023-02-12 17:49:14 +01:00
array.rs avm2: Implement Array.removeAt 2023-03-15 14:45:57 -05:00
bytearray.rs core: Fix set_pixels_from_byte_array respecting the bytearray position + tests 2023-03-31 21:32:15 -07:00
call_stack.rs avm2: Reduce size of `CallNode` from 56 bytes to 24 2023-03-22 14:29:42 -07:00
class.rs avm2: Intern strings in constant pools 2023-04-27 00:17:31 +02:00
domain.rs avm2: Implement ApplicationDomain::getQualifiedDefinitionNames 2023-05-04 19:51:04 -05:00
e4x.rs avm2: Alternative implementation of XML hasOwnProperty @attribute 2023-04-29 16:34:10 -05:00
error.rs avm2: Add make_error_2008() function and use it 2023-04-26 18:49:35 +03:00
events.rs avm2: Convert errors to error messages at root level 2023-03-19 09:15:42 +01:00
filters.rs avm2: Add make_error_2008() function and use it 2023-04-26 18:49:35 +03:00
function.rs nit: Fix typo: "recieve" -> "receive" 2023-03-28 10:06:08 +03:00
globals.rs avm2: require AvmAtom in Namespaces 2023-04-27 00:17:31 +02:00
method.rs avm2: require AvmAtom in Namespaces 2023-04-27 00:17:31 +02:00
multiname.rs avm2: Alternative implementation of XML hasOwnProperty @attribute 2023-04-29 16:34:10 -05:00
namespace.rs avm2: require AvmAtom in Namespaces 2023-04-27 00:17:31 +02:00
object.rs avm2: Allow setting XML methods as properties 2023-05-04 19:34:14 -05:00
parameters.rs avm2: Fix null parameter error message 2023-03-22 17:13:36 -07:00
property.rs avm2: Take a MutationContext instead of an Activation in PropertyClass::name 2023-04-22 17:38:19 +02:00
property_map.rs avm2: Implement ScopeChain caching 2023-02-09 10:51:12 -08:00
qname.rs avm2: require AvmAtom in Namespaces 2023-04-27 00:17:31 +02:00
regexp.rs avm2: Fix panic in regexp when a wide empty string is used 2023-03-29 18:00:07 -07:00
scope.rs chore: Add comment explaining why we skip the first scope 2023-02-18 01:37:12 +01:00
script.rs avm2: require AvmAtom in Namespaces 2023-04-27 00:17:31 +02:00
string.rs chore: move core::avm1::string::AvmString to core::string::AvmString 2021-09-13 03:30:17 -07:00
stubs.rs avm2: Mark Dictionary(true) and TimerEvent.updateAfterEvent() as stubs 2023-02-07 20:34:59 +01:00
traits.rs avm2: Intern strings in constant pools 2023-04-27 00:17:31 +02:00
value.rs core: add `AvmAtom` to represent interned strings 2023-04-27 00:17:31 +02:00
vector.rs Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
vtable.rs avm2: Take a MutationContext instead of an Activation in PropertyClass::name 2023-04-22 17:38:19 +02:00