ruffle/core
relrelb c2fcc03c35 avm1: Remove `TObject::get_local` in favor of `TObject::get_local_stored`
`get_local` is basically equivalent to `get_local_stored` that also
handles virtual getters. So instead handle virtual getters in
`search_prototype`. This allows to inline the `get_local_sub` helper
methods into the implementations of `get_local_stored`.
The remaining usages of `get_local` were not exactly correct as they
all should ignore virtual getters. This change solves this as well
by using `get_local_stored` that ignores virtual getters.
2021-09-08 12:21:17 +03:00
..
assets text: Add dummy implementation of device text 2019-10-07 23:23:45 -07:00
macros build(deps): bump syn from 1.0.75 to 1.0.76 2021-09-06 14:33:56 -07:00
src avm1: Remove `TObject::get_local` in favor of `TObject::get_local_stored` 2021-09-08 12:21:17 +03:00
Cargo.toml core: Add symphonia as optional MP3 decoder 2021-09-07 16:48:34 -07:00