ruffle/core/src/avm2
David Wendt b6e05519cd Remove `Avm2ClassEntry`. It is no longer used. 2020-07-13 17:45:05 -04:00
..
globals Excise `ReturnValue<'gc>` from all `TObject` methods. 2020-07-13 17:45:00 -04:00
activation.rs Clippy compliance for the last batch of commits. 2020-07-13 17:45:05 -04:00
class.rs Remove `Avm2ClassEntry`. It is no longer used. 2020-07-13 17:45:05 -04:00
function.rs Clippy compliance for the last batch of commits. 2020-07-13 17:45:05 -04:00
globals.rs Add global constants `undefined`, `null`, and `NaN`. 2020-07-13 17:44:58 -04:00
names.rs Clippy compliance for the last batch of commits. 2020-07-13 17:45:05 -04:00
object.rs Clippy compliance for the last batch of commits. 2020-07-13 17:45:05 -04:00
property.rs Remove `DontEnum`, `is_enumerable` and attribute mutation. They won't be needed. 2020-07-13 17:44:31 -04:00
return_value.rs Implement namespaces as a value type 2020-07-13 17:42:49 -04:00
scope.rs Excise `ReturnValue<'gc>` from all `TObject` methods. 2020-07-13 17:45:00 -04:00
script.rs Clippy compliance for the last batch of commits. 2020-07-13 17:45:05 -04:00
script_object.rs Wrap ABC loading inside of a `TranslationUnit`. 2020-07-13 17:45:01 -04:00
slot.rs Silence this warning about occupied slots being an unused variant. 2020-07-13 17:45:00 -04:00
trait.rs Resolve multiname constant zero as an error rather than a panic. 2020-07-13 17:45:04 -04:00
value.rs `NaN` is not special-cased in AS3. 2020-07-13 17:44:59 -04:00