ruffle/core
David Wendt 813783881b Implement explicit prototypes on user-generated functions.
`Object::function` now returns a pre-allocated function object. You may supply it an explicit prototype to have it linked into the function object (which is why we have to return a cell).
2019-11-26 14:51:05 -05:00
..
assets text: Add dummy implementation of device text 2019-10-07 23:23:45 -07:00
src Implement explicit prototypes on user-generated functions. 2019-11-26 14:51:05 -05:00
tests tests: Add test for DoInitAction 2019-10-29 11:11:25 -07:00
Cargo.toml build(deps): bump gc-arena-derive from 0.1.1 to 0.2.0 2019-11-22 18:07:50 +00:00