ruffle/core
Mike Welsh 4904b2cc97 avm1: Fix scope of function calls in SWFv5 vs. SWFv6+
Fix various scope behavior when executing a function:

 * For function calls in SWFv6+, functions are proper closures and
   close over the SWF version, base clip, and scope of their
   defining function.
 * Function calls in SWFv5 are not closures, and use the version,
   base clip, and scope of `this` when the function is called.

Fixes #5502.
2022-05-14 22:29:44 -07:00
..
assets core: Extend the embedded fake device font with more characters 2022-02-09 20:09:52 +01:00
macros build(deps): bump syn from 1.0.91 to 1.0.92 2022-05-02 14:48:25 -07:00
src avm1: Fix scope of function calls in SWFv5 vs. SWFv6+ 2022-05-14 22:29:44 -07:00
Cargo.toml build(deps): bump jpeg-decoder from 0.2.5 to 0.2.6 2022-05-09 13:46:12 -07:00