ruffle/core
Mike Welsh 7e05da6147 avm1: Fix issues with traversing the scope chain in SetVariable
When setting a variable in a function-local scope, if that variable
has not been defined in the function scope, it should be defined in
the executing movieclip's scope. Previously it would get defined
in the function's scope. Changed Scope::overwrite to Scope::set,
and modified the behavior to stop traversing and define the value
when it hits a movie clip Target scope.

Also, modified With scopes to properly add onto the end of the scope
chain.
2020-01-06 20:49:05 -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.12 to 1.0.13 2020-01-03 19:15:37 +00:00
src avm1: Fix issues with traversing the scope chain in SetVariable 2020-01-06 20:49:05 -08:00
tests tests: Add test for correct scope in SetVariable 2020-01-06 20:49:05 -08:00
Cargo.toml Add rudimentary custom DOM impl on top of `quick_xml`. 2020-01-04 18:48:17 -05:00