mirror of
https://github.com/bellard/quickjs.git
synced 2025-05-15 10:45:02 +08:00
- split test_bigfloat.js from test_bignum.js - make test_date() compatible with node - document Date constructor string argument format: should add test cases for invalid strings - test_argument_scope(): only test this syntax error in strict mode: `var f = function(a = eval("var arguments")) {};`