mirror of
https://github.com/bellard/quickjs.git
synced 2024-11-22 13:48:11 +08:00
b70e764427
- use `double` arithmetic where necessary to match the spec - use `volatile` to ensure correct order of evaluation and prevent FMA code generation - reject some border cases. - avoid undefined behavior in `double` -> `int64_t` conversions - improved tests/test_builtin.js `assert` function to compare values more reliably. - added some tests in `test_date()` - disable some of these tests on win32 and cygwin targets |
||
---|---|---|
.. | ||
bjson.c | ||
microbench.js | ||
test262.patch | ||
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 |