quickjs/tests
Ben Noordhuis bace4f635e
Record source column positions (#193)
And:
- display them in stack traces
- expose them as Function.prototype.columnNumber

OP_line_num is renamed to OP_source_loc and the pc2line data structure
is extended with the column number in zigzag encoding.

The bytecode version number BC_VERSION is incremented because pc2line
data is read and written by JS_ReadObject() and JS_WriteObject() when
it is present.

Fixes: https://github.com/quickjs-ng/quickjs/issues/149
2023-12-11 22:36:13 +01:00
..
bjson.c Replace JSValueConst with JSValue (#195) 2023-12-10 15:15:42 +01:00
microbench.js Add os.cputime() (#159) 2023-11-30 00:05:48 +01:00
test262.patch 2020-01-05 release 2020-09-06 18:53:08 +02:00
test_bigint.js Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
test_bjson.js Implement RegExp serialization (#153) 2023-11-29 08:50:53 +01:00
test_builtin.js Record source column positions (#193) 2023-12-11 22:36:13 +01:00
test_closure.js Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
test_language.js Expose class name to static initializers (#139) 2023-11-26 01:09:18 +01:00
test_loop.js Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
test_queue_microtask.js Add queueMicrotask 2023-11-21 23:43:17 +01:00
test_std.js Disable flaky test on Cygwin (#202) 2023-12-11 22:02:32 +01:00
test_worker.js Refactor build system to use CMake only 2023-11-17 13:10:18 +01:00
test_worker_module.js Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00