ruffle/core
Mike Welsh 19d0bf64a9 avm1: Preload _parent directly from base clip
When `_parent` is preloaded  in a `DefineFunction2` action,
we previously resolve it on the scope chain. This could cause
double borrow panics as the parent object could already be
borrowed, and also this matches the behavior of the official Flash
player.

Addresses #398.
2020-02-19 23:22:33 -08: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.13 to 1.0.14 2020-01-20 18:56:56 +00:00
src avm1: Preload _parent directly from base clip 2020-02-19 23:22:33 -08:00
tests tests: Add tests for coercing undefined to string in SWF6 2020-02-19 10:47:43 -08:00
Cargo.toml build(deps): bump smallvec from 1.1.0 to 1.2.0 2020-01-29 18:42:28 +00:00