ruffle/core/src/avm2
David Wendt 39a4566f20 Instances should be listed as their prototypes (empty as they are) 2020-07-13 17:45:10 -04:00
..
globals Invert the role of `Avm2` and it's `Activation`, similar to what was done with `Avm1` and it's `Activation`. 2020-07-13 17:45:06 -04:00
activation.rs Implement `istype`, `istypelate`, and `instanceof`. 2020-07-13 17:45:10 -04:00
class.rs Read the interface list when instantiating classes, resolve them, and stick them in the prototype for later use. 2020-07-13 17:45:09 -04:00
function.rs Instances should be listed as their prototypes (empty as they are) 2020-07-13 17:45:10 -04:00
globals.rs Invert the role of `Avm2` and it's `Activation`, similar to what was done with `Avm1` and it's `Activation`. 2020-07-13 17:45:06 -04:00
method.rs Allow methods to not hold a body. 2020-07-13 17:45:07 -04:00
names.rs Clippy compliance for the last batch of commits. 2020-07-13 17:45:05 -04:00
object.rs Add `is_instance_of` trait method to `TObject` 2020-07-13 17:45:09 -04:00
property.rs Wrap `BytecodeMethod` (and the bytecode half of `Executable`) in a `Gc`. 2020-07-13 17:45:06 -04:00
return_value.rs Invert the role of `Avm2` and it's `Activation`, similar to what was done with `Avm1` and it's `Activation`. 2020-07-13 17:45:06 -04:00
scope.rs Invert the role of `Avm2` and it's `Activation`, similar to what was done with `Avm1` and it's `Activation`. 2020-07-13 17:45:06 -04:00
script.rs Wrap `BytecodeMethod` (and the bytecode half of `Executable`) in a `Gc`. 2020-07-13 17:45:06 -04:00
script_object.rs Add trait methods for getting and setting the interfaces list. 2020-07-13 17:45:08 -04:00
slot.rs Silence this warning about occupied slots being an unused variant. 2020-07-13 17:45:00 -04:00
trait.rs Refactor method-related structs into a separate method module. 2020-07-13 17:45:05 -04:00
value.rs `NaN` is not special-cased in AS3. 2020-07-13 17:44:59 -04:00