QuickJS, the Next Generation: a mighty JavaScript engine
Find a file
Ben Noordhuis 920cfc679a
Add copyright notices (#51)
I believe we made enough substantial changes to have a credible claim to
copyright holdership.
2023-11-12 22:42:07 +01:00
.github/workflows Add initial CMake support 2023-11-09 17:52:33 +01:00
doc Drop non-standard JSON extension 2023-11-08 22:14:25 +01:00
examples Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
test262@c1281dba45 Enable test262 on CI (#11) 2023-11-04 10:27:57 +01:00
tests Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
.gitignore Add initial CMake support 2023-11-09 17:52:33 +01:00
.gitmodules Enable test262 on CI (#11) 2023-11-04 10:27:57 +01:00
Changelog 2021-03-27 release 2021-03-27 11:17:31 +01:00
CMakeLists.txt Don't set global compilation flags on CMake 2023-11-11 18:33:51 +01:00
cutils.c Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
cutils.h Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
libbf.c Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
libbf.h Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
libregexp-opcode.h Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
libregexp.c Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
libregexp.h Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
libunicode-table.h updated to Unicode 14.0.0 2022-03-06 19:00:24 +01:00
libunicode.c Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
libunicode.h Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
LICENSE Add copyright notices (#51) 2023-11-12 22:42:07 +01:00
list.h Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
Makefile Add copyright notices (#51) 2023-11-12 22:42:07 +01:00
qjs.c Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
qjsc.c Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
quickjs-atom.h Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
quickjs-libc.c Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
quickjs-libc.h Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
quickjs-opcode.h Remove broken SHORT_OPCODES=0 build mode (#49) 2023-11-12 13:35:41 +01:00
quickjs.c Add copyright notices (#51) 2023-11-12 22:42:07 +01:00
quickjs.h Add copyright notices (#51) 2023-11-12 22:42:07 +01:00
readme.txt 2020-01-05 release 2020-09-06 18:53:08 +02:00
release.sh Remove operator overloading (#32) 2023-11-10 10:23:40 +01:00
repl.js Remove BigFloat (#31) 2023-11-08 22:23:06 +01:00
run-test262.c Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
test262.conf Implement String.prototype.toWellFormed (#43) 2023-11-11 21:50:46 +01:00
test262_errors.txt Implement Array.prototype.with (#45) 2023-11-11 23:35:46 +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
TODO 2021-03-27 release 2021-03-27 11:17:31 +01:00
unicode_download.sh updated to Unicode 14.0.0 2022-03-06 19:00:24 +01:00
unicode_gen.c Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
unicode_gen_def.h updated to Unicode 14.0.0 2022-03-06 19:00:24 +01:00

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