ruffle/core/build_playerglobal
Aaron Hill af4f181856 avm2: Implement support for native methods in `playerglobal`
This commit adds support for marking methods as `native`
in ActionScript classes defined in playerglobal. The
`build_playerglobal` now checks for native methods, and
generates Rust code linking them to a corresponding Rust
function definition in the codebase.

To test this functionality, I've reimplemented several
functions as native methods (and moved related code to
pure ActionScript).
2022-07-15 11:43:49 -05:00
..
src avm2: Implement support for native methods in `playerglobal` 2022-07-15 11:43:49 -05:00
Cargo.toml avm2: Implement support for native methods in `playerglobal` 2022-07-15 11:43:49 -05:00
asc.jar avm2: Allow implementing classes in ActionScript in custom `playerglobal` 2022-06-15 22:00:17 +03:00