ruffle/tests
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
..
input-format build(deps): bump serde_json from 1.0.80 to 1.0.81 2022-05-09 13:42:53 -07:00
tests Use `instance_scope` when making `super` method call 2022-05-24 18:49:47 -06:00
Cargo.toml build(deps): bump image from 0.24.1 to 0.24.2 2022-05-02 14:48:00 -07:00