ruffle/core
David Wendt 9d422dc269 Allow getters to resolve on the AVM1 stack.
This involved yet another macro, `and_then!`, to avoid a ridiculous amount of duplicate code. It calls a continuation whenever it's value is ready, even if the value resolved on the Rust stack.

`locals_into_form_values` does not currently support this. It skips any property that does not resolve on the Rust stack. Future work is required to resolve this.
2019-11-20 14:30:30 -05:00
..
assets text: Add dummy implementation of device text 2019-10-07 23:23:45 -07:00
src Allow getters to resolve on the AVM1 stack. 2019-11-20 14:30:30 -05:00
tests tests: Add test for DoInitAction 2019-10-29 11:11:25 -07:00
Cargo.toml build(deps): bump rand from 0.6.5 to 0.7.2 (#124) 2019-11-20 18:30:54 +00:00