ruffle/core
David Wendt 9b81a92516 Fix a number of bugs preventing the with-scope test from working at all:
1. We no longer implicitly return Undefined unless we're specifically returning from a function (this also keeps actions from filling the stack with Undefined)
2. With scopes are now always inserted behind the current set of locals rather than overriding them
3. `ActionSubtract` now subtracts (instead of adds)
2019-10-06 13:02:31 -07:00
..
src Fix a number of bugs preventing the with-scope test from working at all: 2019-10-06 13:02:31 -07:00
tests core: More goto fixes 2019-09-17 19:24:55 -05:00
Cargo.toml core: Add matrix tests (#72) 2019-10-03 02:44:26 -07:00