DoneJS version of QuickJS
53b327151c
pc2line table only saves the diff between lines, so the function end next line is needed to generate the function's last line diff, the previous code missed it. This patch fixed it by change the line number generate logic a bit. This bug is found on https://github.com/koush/quickjs, an unofficial debugger implementation, push it to the upstream. Signed-off-by: pengyaozong <pengyaozong@xiaomi.com> |
||
---|---|---|
doc | ||
examples | ||
tests | ||
Changelog | ||
cutils.c | ||
cutils.h | ||
libbf.c | ||
libbf.h | ||
libregexp-opcode.h | ||
libregexp.c | ||
libregexp.h | ||
libunicode-table.h | ||
libunicode.c | ||
libunicode.h | ||
LICENSE | ||
list.h | ||
Makefile | ||
qjs.c | ||
qjsc.c | ||
qjscalc.js | ||
quickjs-atom.h | ||
quickjs-libc.c | ||
quickjs-libc.h | ||
quickjs-opcode.h | ||
quickjs.c | ||
quickjs.h | ||
readme.txt | ||
release.sh | ||
repl.js | ||
run-test262.c | ||
test262.conf | ||
test262_errors.txt | ||
test262o.conf | ||
test262o_errors.txt | ||
TODO | ||
unicode_download.sh | ||
unicode_gen.c | ||
unicode_gen_def.h | ||
VERSION |
The main documentation is in doc/quickjs.pdf or doc/quickjs.html.