ruffle/core
relrelb 0367f6a8d4 avm1: Correct `ASSetPropFlags`
* The properties parameter is evaluated last. This is observable by
the order the `toString`/`valueOf` methods of the parameters are
called.
* Only `null` in the property list parameter configures all properties,
as opposed to `undefined`, `null`, numbers and booleans previously.
* Objects in the property list parameter are not handled specially.
Instead, they're also coerced to string and split by comma.
2021-07-18 20:03:52 +03:00
..
assets text: Add dummy implementation of device text 2019-10-07 23:23:45 -07:00
macros core: Fix documentation spelling 2021-06-21 20:57:49 +03:00
src avm1: Correct `ASSetPropFlags` 2021-07-18 20:03:52 +03:00
Cargo.toml chore: Bump regress from 0.3.0 to 0.4.1 2021-07-12 23:37:11 +03:00