ruffle/core/src/avm2
Aaron Hill b2f5f807de avm2: Print full multiname for "Property does not exist" errors (#2740)
This makes it easy to see when the error is a result of something in the
"flash" package being unimplemented.
2021-01-21 17:52:17 -08:00
..
globals chore: Migrate from enumset to bitflags 2021-01-21 16:35:46 -08:00
object avm2: `event.eventPhase` is enumerated from 1 2020-12-21 21:47:29 -08:00
activation.rs avm2: Print full multiname for "Property does not exist" errors (#2740) 2021-01-21 17:52:17 -08:00
array.rs avm2: Remove `ArrayIterator` trait. 2020-09-15 02:20:11 -07:00
class.rs chore: Migrate from enumset to bitflags 2021-01-21 16:35:46 -08:00
domain.rs avm2: Enable lazy initialization for ABCs that request it. 2020-10-17 03:32:09 -07:00
events.rs chore: Appease clippy 2021-01-04 13:17:26 -08:00
function.rs avm2: Allow builtins to get at the global scope. 2020-12-21 21:47:29 -08:00
globals.rs avm2: Implement isFinite 2020-12-27 23:02:39 -08:00
method.rs Consolidate all of our copied `CollectWrapper`s. 2020-08-14 20:52:09 -04:00
names.rs avm2: Get rid of `RufflePrivate` and just use regular private namespaces scoped to our own domain. 2020-12-21 21:47:29 -08:00
object.rs chore: Appease clippy 2021-01-18 21:23:50 -08:00
property.rs chore: Migrate from enumset to bitflags 2021-01-21 16:35:46 -08:00
property_map.rs Add AVM2 equivalent of `PropertyMap` for further expansion. 2020-07-18 16:41:35 -04:00
return_value.rs avm2: Implement `arguments`. 2020-12-17 13:21:44 -08:00
scope.rs avm2: Enable lazy initialization for ABCs that request it. 2020-10-17 03:32:09 -07:00
script.rs docs: Miscellaneous spelling corrections 2020-11-12 13:34:05 -08:00
slot.rs chore: Migrate from enumset to bitflags 2021-01-21 16:35:46 -08:00
string.rs Add a stub AVM2 string representation to allow for both VMs' strings to diverge. 2020-07-18 16:20:58 -04:00
traits.rs chore: Migrate from enumset to bitflags 2021-01-21 16:35:46 -08:00
value.rs chore: Migrate from enumset to bitflags 2021-01-21 16:35:46 -08:00