29b45337f0
* Fix member accesses for non-decimal numeric literals e.g. 0x0.a should return undefined, not SyntaxError. * Remove ineffective non-decimal float parsing code and redundant checks on `is_float && radix != 10` (The code already wasn't doing anything because of the `is_float` check.) |
||
---|---|---|
.. | ||
bjson.c | ||
function_source.js | ||
microbench.js | ||
test262.patch | ||
test_bigint.js | ||
test_bjson.js | ||
test_builtin.js | ||
test_closure.js | ||
test_language.js | ||
test_loop.js | ||
test_queue_microtask.js | ||
test_std.js | ||
test_worker.js | ||
test_worker_module.js |