Public repository of the QuickJS Javascript Engine.
Go to file
2024-02-03 15:47:42 +01:00
doc fixed Promise return in the REPL by using a wrapper object in async std.evalScript() (github issue #231) 2024-02-03 15:47:42 +01:00
examples 2020-07-05 release 2020-09-06 19:07:30 +02:00
tests simplified and fixed arrow function parsing (github issue #226) 2024-01-27 13:12:54 +01:00
Changelog update Changelog 2024-01-19 10:18:32 +01:00
cutils.c 2020-09-06 release 2020-09-06 19:10:15 +02:00
cutils.h added container_of macro 2023-12-22 11:03:44 +01:00
libbf.c the BigInt support is now always included 2023-12-04 19:26:32 +01:00
libbf.h test 128 bit integer support (github issue #125) 2023-12-22 11:02:05 +01:00
libregexp-opcode.h regexp: fixed the zero advance logic in quantifiers (github issue #158) 2024-01-10 14:36:19 +01:00
libregexp.c regexp: fixed the zero advance logic in quantifiers (github issue #158) 2024-01-10 14:36:19 +01:00
libregexp.h added RegExp 'd' flag (bnoordhuis) 2023-12-27 17:19:44 +01:00
libunicode-table.h fixed regexp case insensitive flag 2024-01-08 18:42:29 +01:00
libunicode.c fixed regexp case insensitive flag 2024-01-08 18:42:29 +01:00
libunicode.h fixed regexp case insensitive flag 2024-01-08 18:42:29 +01:00
LICENSE 2021-03-27 release 2021-03-27 11:17:31 +01:00
list.h added container_of macro 2023-12-22 11:03:44 +01:00
Makefile fixed Promise return in the REPL by using a wrapper object in async std.evalScript() (github issue #231) 2024-02-03 15:47:42 +01:00
qjs.c added js_std_await() and use it to wait for the evaluation of a module (github issue #219) 2024-01-19 10:19:58 +01:00
qjsc.c typos 2023-12-27 17:11:25 +01:00
qjscalc.js 2021-03-27 release 2021-03-27 11:17:31 +01:00
quickjs-atom.h added Error cause 2024-01-02 16:08:08 +01:00
quickjs-libc.c fixed js_std_await() in case 'obj' is not a promise (github issue #222) 2024-01-22 18:03:35 +01:00
quickjs-libc.h added js_std_await() and use it to wait for the evaluation of a module (github issue #219) 2024-01-19 10:19:58 +01:00
quickjs-opcode.h optional chaining fixes (github issue #103) 2024-01-09 19:15:40 +01:00
quickjs.c fixed Promise return in the REPL by using a wrapper object in async std.evalScript() (github issue #231) 2024-02-03 15:47:42 +01:00
quickjs.h export JS_GetModuleNamespace (github issue #34) 2024-01-27 13:27:32 +01:00
readme.txt 2020-01-05 release 2020-09-06 18:53:08 +02:00
release.sh 2021-03-27 release 2021-03-27 11:17:31 +01:00
repl.js fixed Promise return in the REPL by using a wrapper object in async std.evalScript() (github issue #231) 2024-02-03 15:47:42 +01:00
run-test262.c fixed uninitialized harnessbuf 2024-01-11 15:28:41 +01:00
test262_errors.txt fixed JS_GetScriptOrModuleName() in direct or indirect eval code 2024-01-13 11:15:06 +01:00
test262.conf added 'in' operator for private fields 2024-01-02 16:11:20 +01:00
test262o_errors.txt 2020-01-05 release 2020-09-06 18:53:08 +02:00
test262o.conf 2020-01-05 release 2020-09-06 18:53:08 +02:00
TODO update test results 2024-01-27 13:12:37 +01:00
unicode_download.sh updated to unicode 15.0.0 2023-12-05 16:51:16 +01:00
unicode_gen_def.h updated to unicode 15.0.0 2023-12-05 16:51:16 +01:00
unicode_gen.c fixed regexp case insensitive flag 2024-01-08 18:42:29 +01:00
VERSION new release 2024-01-13 11:16:02 +01:00

The main documentation is in doc/quickjs.pdf or doc/quickjs.html.