ruffle/core
David Wendt 854526923e Calls to `super` inherently bind to itself.
This requires some subclassing nonsense to be able to smuggle a self-reference into `SuperObject`s. When successfully smuggled, all calls to `call` will be invoked with the `super` object as `this`. This allows constructor chaining to work.

Note that not all `Object` trait methods are implemented on `SuperObject`, so things like `delete this.x` in super constructors will randomly fail. This should be fixed.
2019-12-15 13:32:04 -08:00
..
assets text: Add dummy implementation of device text 2019-10-07 23:23:45 -07:00
macros core: Add enum_trait_object proc macro 2019-12-10 01:36:01 -08:00
src Calls to `super` inherently bind to itself. 2019-12-15 13:32:04 -08:00
tests Enable the `as2-oop` test since it now passes. 2019-12-15 13:32:04 -08:00
Cargo.toml build(deps): bump jpeg-decoder from 0.1.17 to 0.1.18 2019-12-11 18:21:42 +00:00