Public repository of the QuickJS Javascript Engine.
Go to file
2025-05-05 15:59:04 +02:00
.github/workflows More CI tragets: Linux 32bit, LTO, Windows and Cosmopolitan 2025-04-22 10:48:01 -04:00
compat Improve js_os_exec (#295) 2024-05-10 01:57:55 +02:00
doc new release 2025-04-26 12:30:26 +02:00
examples removed bignum support and qjscalc - added optimized BigInt implementation 2025-03-18 18:29:10 +01:00
fuzz Define lre_check_timeout in fuzz_regexp 2025-04-14 15:56:15 +02:00
tests more precise error location reporting 2025-04-26 12:25:00 +02:00
.gitignore More CI tragets: Linux 32bit, LTO, Windows and Cosmopolitan 2025-04-22 10:48:01 -04:00
Changelog new release 2025-04-26 12:30:26 +02:00
cutils.c protect against printf errors (#319) 2025-03-20 11:47:07 +01:00
cutils.h removed bignum support and qjscalc - added optimized BigInt implementation 2025-03-18 18:29:10 +01:00
dtoa.c dtoa fix for minus zero 2025-04-21 15:33:47 +02:00
dtoa.h added new dtoa library to print and parse float64 numbers. It is necessary to fix corner cases (e.g. radix != 10) and to have correct behavior regardless of the libc implementation. 2025-03-19 19:07:57 +01:00
libregexp-opcode.h Strip trailing spaces 2024-02-10 16:19:17 +01:00
libregexp.c regexp: allow [\-] in unicode mode (#373) 2025-03-13 19:00:25 +01:00
libregexp.h allow regexp interruption (e.g. with Ctrl-C in the REPL) 2025-03-13 17:17:51 +01:00
libunicode-table.h updated to unicode 16.0.0 (bnoordhuis) - updated test262 2025-03-25 19:08:19 +01:00
libunicode.c fixed CONFIG_ALL_UNICODE compilation 2025-03-13 18:13:25 +01:00
libunicode.h Improve libunicode and libregexp headers (#288) 2024-05-05 17:47:40 +02:00
LICENSE Strip trailing spaces 2024-02-10 16:19:17 +01:00
list.h Strip trailing spaces 2024-02-10 16:19:17 +01:00
Makefile new release 2025-04-26 12:30:26 +02:00
qjs.c - removed the 'use strip' extension 2025-04-12 12:14:37 +02:00
qjsc.c qjsc: added missing -fno-weakref 2025-04-14 15:05:02 +02:00
quickjs-atom.h optimized and fixed JS_AtomIsNumericIndex1(): 'NaN' is also a number 2025-04-16 15:04:57 +02:00
quickjs-libc.c avoid relying on 'FILE *' in JS_PrintValue() API 2025-05-05 15:59:04 +02:00
quickjs-libc.h Strip trailing spaces 2024-02-10 16:19:17 +01:00
quickjs-opcode.h added get_array_el3 opcode - removed to_propkey2 opcode 2025-04-30 14:12:10 +02:00
quickjs.c avoid relying on 'FILE *' in JS_PrintValue() API 2025-05-05 15:59:04 +02:00
quickjs.h avoid relying on 'FILE *' in JS_PrintValue() API 2025-05-05 15:59:04 +02:00
readme-cosmo.txt new release 2025-04-26 12:30:26 +02:00
readme.txt 2020-01-05 release 2020-09-06 18:53:08 +02:00
release.sh new release 2025-04-26 12:30:26 +02:00
repl.js added JS_PrintValue() and use it in console.log(), print() and the REPL (#256) 2025-04-30 13:40:15 +02:00
run-test262.c avoid relying on 'FILE *' in JS_PrintValue() API 2025-05-05 15:59:04 +02:00
test262_errors.txt Object.prototype has an immutable prototype 2025-04-29 19:03:36 +02:00
test262.conf update tests 2025-04-28 16:37:51 +02:00
test262o_errors.txt 2020-01-05 release 2020-09-06 18:53:08 +02:00
test262o.conf Fix test262o error 2024-02-10 20:54:29 +01:00
TODO Object.prototype has an immutable prototype 2025-04-29 19:03:36 +02:00
unicode_download.sh updated to unicode 16.0.0 (bnoordhuis) - updated test262 2025-03-25 19:08:19 +01:00
unicode_gen_def.h updated to unicode 16.0.0 (bnoordhuis) - updated test262 2025-03-25 19:08:19 +01:00
unicode_gen.c updated to unicode 16.0.0 (bnoordhuis) - updated test262 2025-03-25 19:08:19 +01:00
VERSION new release 2025-04-26 12:30:26 +02:00

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