mirror of
https://github.com/bellard/quickjs.git
synced 2026-03-31 20:28:01 +00: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")) {};`
|
||
|---|---|---|
| .. | ||
| bjson.c | ||
| microbench.js | ||
| test_bigfloat.js | ||
| test_bignum.js | ||
| test_bjson.js | ||
| test_builtin.js | ||
| test_closure.js | ||
| test_language.js | ||
| test_loop.js | ||
| test_op_overloading.js | ||
| test_qjscalc.js | ||
| test_std.js | ||
| test_worker_module.js | ||
| test_worker.js | ||
| test262.patch | ||