ruffle/core
Aaron Hill 15cb9a9ce6 Use `instance_scope` when making `super` method call
A method called with `super` is always an instance method,
so we should be using `instance_scope` for consistency with
`call_property`. This fixes a bug where a method cannot
access static class members (via `getlex`) when called bia
`super.method()`
2022-05-24 18:49:47 -06:00
..
assets core: Extend the embedded fake device font with more characters 2022-02-09 20:09:52 +01:00
macros build(deps): bump syn from 1.0.94 to 1.0.95 2022-05-16 17:45:21 -07:00
src Use `instance_scope` when making `super` method call 2022-05-24 18:49:47 -06:00
Cargo.toml build(deps): bump jpeg-decoder from 0.2.5 to 0.2.6 2022-05-09 13:46:12 -07:00