Public repository of the QuickJS Javascript Engine.
Go to file
2023-12-13 19:00:17 +01:00
doc 2021-03-27 release 2021-03-27 11:17:31 +01:00
examples 2020-07-05 release 2020-09-06 19:07:30 +02:00
tests 2021-03-27 release 2021-03-27 11:17:31 +01:00
Changelog 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 2020-07-05 release 2020-09-06 19:07:30 +02:00
libbf.c the BigInt support is now always included 2023-12-04 19:26:32 +01:00
libbf.h 2021-03-27 release 2021-03-27 11:17:31 +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 2020-09-06 release 2020-09-06 19:10:15 +02: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
LICENSE 2021-03-27 release 2021-03-27 11:17:31 +01:00
list.h 2020-01-05 release 2020-09-06 18:53:08 +02:00
Makefile added -fwrapv to CFLAGS to ensure that signed overflows have a well defined behavior 2023-12-13 19:00:17 +01:00
qjs.c the BigInt support is now always included 2023-12-04 19:26:32 +01:00
qjsc.c the BigInt support is now always included 2023-12-04 19:26:32 +01:00
qjscalc.js 2021-03-27 release 2021-03-27 11:17:31 +01:00
quickjs-atom.h the BigInt support is now always included 2023-12-04 19:26:32 +01:00
quickjs-libc.c 2021-03-27 release 2021-03-27 11:17:31 +01:00
quickjs-libc.h 2020-09-06 release 2020-09-06 19:10:15 +02:00
quickjs-opcode.h fixed private field setters (github issue #194) 2023-12-07 17:51:32 +01:00
quickjs.c raise an error if a private method is added twice to an object 2023-12-13 18:59:47 +01:00
quickjs.h reworked set property and fixed corner cases of typed array set property 2023-12-09 12:30:31 +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 2020-07-05 release 2020-09-06 19:07:30 +02:00
run-test262.c 2021-03-27 release 2021-03-27 11:17:31 +01:00
test262_errors.txt raise an error if a private method is added twice to an object 2023-12-13 18:59:47 +01:00
test262.conf added Array.prototype.findLast{Index} and TypeArray.prototype.findLast{index} (initial patch by bnoordhuis) 2023-12-09 12:33:05 +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 2021-03-27 release 2021-03-27 11:17:31 +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 2020-01-05 release 2020-09-06 18:53:08 +02:00
VERSION new release 2023-12-09 12:52:22 +01:00

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