ruffle/core
Will Brindle 463d0fc352 core: implement isNaN and Number functions. Involves updating to_number function in Value. Note: this varies a little from the ECMA spec such as not allowing spaces in numbers (i.e. ' 5' => NaN). No definitive reference for this but was found experimentally. Same with not supporting 'Infinity' 2019-10-19 10:29:26 +01:00
..
assets text: Add dummy implementation of device text 2019-10-07 23:23:45 -07:00
src core: implement isNaN and Number functions. Involves updating to_number function in Value. Note: this varies a little from the ECMA spec such as not allowing spaces in numbers (i.e. ' 5' => NaN). No definitive reference for this but was found experimentally. Same with not supporting 'Infinity' 2019-10-19 10:29:26 +01:00
tests tests: Add define_function2 and register test 2019-10-15 17:20:48 -07:00
Cargo.toml Inline the first 8 registers with a `SmallVec`. 2019-10-12 10:39:54 -04:00