ruffle/core/src/avm2
Mike Welsh da1e2801a2 chore: Appease clippy 2021-01-18 21:23:50 -08:00
..
globals chore: Appease clippy 2021-01-18 21:23:50 -08:00
object avm2: `event.eventPhase` is enumerated from 1 2020-12-21 21:47:29 -08:00
activation.rs avm2: Allow builtins to get at the global scope. 2020-12-21 21:47:29 -08:00
array.rs avm2: Remove `ArrayIterator` trait. 2020-09-15 02:20:11 -07:00
class.rs docs: Miscellaneous spelling corrections 2020-11-12 13:34:05 -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 avm2: Implement `arguments`. 2020-12-17 13:21:44 -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 Remove dead code on all now-in-use structs and methods. 2020-07-18 16:12:24 -04: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 Rename `trait.rs` to `traits.rs` to avoid the use of reserved keyword syntax. 2020-08-14 21:20:41 -04:00
value.rs chore: Appease clippy 2021-01-18 21:23:50 -08:00