ruffle/core/src/avm2
Bale 2cfa97e84d
avm2: ByteArray.readUTF/readUTFBytes should cut off after null byte (#9673)
* avm2: Fix #9668

* tests: Extend ByteArray test
2023-02-22 18:47:59 +00:00
..
globals avm2: ByteArray.readUTF/readUTFBytes should cut off after null byte (#9673) 2023-02-22 18:47:59 +00:00
object core: Fix Clippy lints on nightly 2023-02-13 03:38:54 +01:00
activation.rs avm2: Search global scope after everything else 2023-02-18 01:37:12 +01:00
amf.rs avm2: make Namespace a GC type 2023-02-12 17:49:14 +01:00
array.rs core: Replace some derived Debug impls with manual ones 2023-01-03 18:03:23 -05:00
bytearray.rs avm2: ByteArray.readUTF/readUTFBytes should cut off after null byte (#9673) 2023-02-22 18:47:59 +00:00
call_stack.rs core: Don't call avm2 callstack method if there's no callstack 2023-01-19 00:50:56 +01:00
class.rs avm2: make Namespace a GC type 2023-02-12 17:49:14 +01:00
domain.rs avm2: Implement `finddef` opcode 2023-02-14 14:22:02 -08:00
error.rs avm2: Convert most errors in get/set/initproperty to AVM errors 2023-02-07 18:50:15 -06:00
events.rs avm2: make Namespace a GC type 2023-02-12 17:49:14 +01:00
function.rs core: Fix Clippy lints on nightly 2023-02-13 03:38:54 +01:00
globals.rs Port Video to Actionscript 2023-02-16 22:46:11 +02:00
method.rs avm2: make Namespace a GC type 2023-02-12 17:49:14 +01:00
multiname.rs avm2: make Namespace a GC type 2023-02-12 17:49:14 +01:00
namespace.rs avm2: Compare private namespaces by pointer. Refactor rust-avm field sharing. 2023-02-12 17:49:14 +01:00
object.rs avm2: make Namespace a GC type 2023-02-12 17:49:14 +01:00
property.rs avm2: Export private traits normally, remove private_trait_scripts hack 2023-02-12 17:49:14 +01:00
property_map.rs avm2: Implement ScopeChain caching 2023-02-09 10:51:12 -08:00
qname.rs avm2: make Namespace a GC type 2023-02-12 17:49:14 +01:00
regexp.rs core: Fix Clippy lints on nightly 2023-02-13 03:38:54 +01:00
scope.rs chore: Add comment explaining why we skip the first scope 2023-02-18 01:37:12 +01:00
script.rs avm2: Export private traits normally, remove private_trait_scripts hack 2023-02-12 17:49:14 +01: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 Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
value.rs avm2: make Namespace a GC type 2023-02-12 17:49:14 +01:00
vector.rs Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
vtable.rs avm2: Implement ScopeChain caching 2023-02-09 10:51:12 -08:00