Go to file
Fabrice Bellard bd0b7048de added a comment for non-initialized warning in Valgrind (github issue #153) 2024-01-06 11:20:20 +01:00
doc added note about atomic operations 2024-01-02 16:10:24 +01:00
examples 2020-07-05 release 2020-09-06 19:07:30 +02:00
tests added os.now() 2023-12-27 19:09:29 +01:00
Changelog new release 2023-12-09 12:52:22 +01:00
LICENSE 2021-03-27 release 2021-03-27 11:17:31 +01:00
Makefile call js_std_free_handlers() in the code generated by qjsc (github issue #96) 2023-12-22 11:07:00 +01:00
TODO added 'in' operator for private fields 2024-01-02 16:11:20 +01:00
VERSION new release 2023-12-09 12:52:22 +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 2020-01-05 release 2020-09-06 18:53:08 +02:00
libregexp.c Implement extended named capture group identifiers (bnoordhuis) 2023-12-09 12:28:51 +01:00
libregexp.h added RegExp 'd' flag (bnoordhuis) 2023-12-27 17:19:44 +01:00
libunicode-table.h updated to unicode 15.0.0 2023-12-05 16:51:16 +01:00
libunicode.c 2020-09-06 release 2020-09-06 19:10:15 +02:00
libunicode.h 2020-01-05 release 2020-09-06 18:53:08 +02:00
list.h added container_of macro 2023-12-22 11:03:44 +01:00
qjs.c the BigInt support is now always included 2023-12-04 19:26:32 +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 allow 'await' in the REPL and added os.sleepAsync() 2024-01-02 16:09:30 +01:00
quickjs-libc.h 2020-09-06 release 2020-09-06 19:10:15 +02:00
quickjs-opcode.h added 'in' operator for private fields 2024-01-02 16:11:20 +01:00
quickjs.c added a comment for non-initialized warning in Valgrind (github issue #153) 2024-01-06 11:20:20 +01:00
quickjs.h allow 'await' in the REPL and added os.sleepAsync() 2024-01-02 16:09:30 +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 allow 'await' in the REPL and added os.sleepAsync() 2024-01-02 16:09:30 +01:00
run-test262.c top-level-await support - follow the spec in the implementation of the module linking and evaluation to avoid errors with cycling module dependencies 2023-12-27 17:10:47 +01:00
test262.conf added 'in' operator for private fields 2024-01-02 16:11:20 +01:00
test262_errors.txt added 'in' operator for private fields 2024-01-02 16:11:20 +01:00
test262o.conf 2020-01-05 release 2020-09-06 18:53:08 +02:00
test262o_errors.txt 2020-01-05 release 2020-09-06 18:53:08 +02:00
unicode_download.sh updated to unicode 15.0.0 2023-12-05 16:51:16 +01:00
unicode_gen.c typos 2023-12-27 17:11:25 +01:00
unicode_gen_def.h updated to unicode 15.0.0 2023-12-05 16:51:16 +01:00

readme.txt

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