.github /workflows
Build all Windows targets when building in CI
2024-10-08 16:58:08 +02:00
docs
New documentation website
2024-09-25 22:21:45 +02:00
examples
Add native module support on Windows
2024-09-10 22:47:40 +02:00
gen
Support the NO_COLOR env variable in the REPL
2024-09-27 19:53:11 +02:00
test262 @ b70b75793d
Update test262 ( #484 )
2024-08-21 23:36:09 +02:00
tests
DRY assertion functions in tests
2024-10-10 21:39:12 +02:00
.gitattributes
Ignore diff for generated files
2024-09-23 23:36:54 +02:00
.gitignore
Add support for compiling with Microsoft Visual Studio C++ (MSVC) ( #246 )
2024-01-16 12:42:05 +01:00
.gitmodules
Enable test262 on CI ( #11 )
2023-11-04 10:27:57 +01:00
CMakeLists.txt
Build all Windows targets when building in CI
2024-10-08 16:58:08 +02:00
cutils.c
Enforce buffer length in utf8_encode definition ( #589 )
2024-10-10 18:55:42 +02:00
cutils.h
Enforce buffer length in utf8_encode definition ( #589 )
2024-10-10 18:55:42 +02:00
dirent_compat.h
Add support for building with ClangCL on Windows
2023-11-30 01:23:09 +01:00
getopt_compat.h
Add support for building with ClangCL on Windows
2023-11-30 01:23:09 +01:00
libbf.c
Fix out-of-bound write in libbf
2024-10-07 22:34:01 +02:00
libbf.h
Guard int128_t typedef
2024-07-30 11:09:21 +02:00
libregexp-opcode.h
regexp: fixed the zero advance logic in quantifiers
2024-09-14 22:00:48 +02:00
libregexp.c
regexp: fixed the zero advance logic in quantifiers
2024-09-14 22:00:48 +02:00
libregexp.h
Add 'extern' statements to public headers for C++ compatibility
2024-07-15 00:23:49 +02:00
libunicode-table.h
Fix regexp case insensitive flag ( #531 )
2024-09-13 23:50:44 +02:00
libunicode.c
Fix regexp case insensitive flag ( #531 )
2024-09-13 23:50:44 +02:00
libunicode.h
Fix regexp case insensitive flag ( #531 )
2024-09-13 23:50:44 +02:00
LICENSE
Update LICENSE
2023-12-06 00:00:15 +01:00
list.h
Add 'extern' statements to public headers for C++ compatibility
2024-07-15 00:23:49 +02:00
Makefile
Run test262-update in a single thread
2024-10-05 12:39:04 +02:00
qjs.c
Add version to navigator.userAgent ( #542 )
2024-09-24 18:28:14 +02:00
qjsc.c
Export bjson module ( #478 )
2024-08-11 11:04:08 +02:00
quickjs-atom.h
Add Iterator ( #548 )
2024-09-24 22:07:29 +02:00
quickjs-c-atomics.h
Enable support for GCC compler v < 4.9
2023-11-29 09:22:27 +01:00
quickjs-libc.c
DRY assertion functions in tests
2024-10-10 21:39:12 +02:00
quickjs-libc.h
Report async failures via exit code
2024-09-10 21:42:01 +02:00
quickjs-opcode.h
Support private brand checks
2024-09-24 18:37:02 +02:00
quickjs.c
Replace js_mode with is_strict_mode bit field ( #590 )
2024-10-10 19:31:47 +02:00
quickjs.h
Fix thread-safety issue in quickjs-libc ( #578 )
2024-10-07 21:27:38 +02:00
README.md
Update README.md
2024-07-16 22:28:52 +02:00
repl.js
Support the NO_COLOR env variable in the REPL
2024-09-27 19:53:11 +02:00
run-test262.c
Run test262 tests in parallel ( #564 )
2024-09-30 18:35:35 +02:00
test262-fast.conf
Add faster test262 test target ( #362 )
2024-04-09 10:36:49 +02:00
test262.conf
Run test262 tests in parallel ( #564 )
2024-09-30 18:35:35 +02:00
test262_errors.txt
Fix computed reference on null or undefined
2024-10-07 21:39:59 +02:00
unicode_download.sh
updated to Unicode 14.0.0
2022-03-06 19:00:24 +01:00
unicode_gen.c
Fix regexp case insensitive flag ( #531 )
2024-09-13 23:50:44 +02:00
unicode_gen_def.h
Update to Unicode 15.0.0 ( #89 )
2023-11-18 22:29:53 +01:00