ruffle/core
Aaron Hill 1efcd584c2 avm2: Wrap orphan list in an `Rc` for correct iteration behavior
When we iterate over the orphan list to run frame lifecyle methods,
the orphan list may be modified (e.g. an event listener creates a new
orphan object). To ensure that we iterate over all of the orphans
originally present, this commit wraps the orphan list in an `Rc`
(just like we do for the render list). Modifications to the list use
`Rc::make_mut`, and iteration operates on a clone of the `Rc`.
2023-06-07 16:23:06 -05:00
..
assets chore: Update translations from Crowdin 2023-05-30 23:21:28 +02:00
build_playerglobal chore(deps): lock file maintenance rust dependencies 2023-06-04 22:53:18 -05:00
macros chore(deps): lock file maintenance rust dependencies 2023-05-28 23:54:33 -05:00
src avm2: Wrap orphan list in an `Rc` for correct iteration behavior 2023-06-07 16:23:06 -05:00
Cargo.toml chore(deps): lock file maintenance rust dependencies 2023-06-04 22:53:18 -05:00
build.rs core: Added ability to mark stubs inside actionscript 2023-02-07 20:34:59 +01:00