Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | 12-May-2024 | - | 3,971 | 3,241 | ||
examples/ | 12-May-2024 | - | 622 | 455 | ||
tests/ | 12-May-2024 | - | 4,769 | 3,990 | ||
.gitattributes | D | 12-May-2024 | 631 | 16 | 15 | |
BUILD.gn | D | 12-May-2024 | 2.1 KiB | 95 | 82 | |
Changelog | D | 12-May-2024 | 3.5 KiB | 142 | 110 | |
LICENSE | D | 12-May-2024 | 2.1 KiB | 32 | 21 | |
Makefile | D | 12-May-2024 | 11.9 KiB | 470 | 334 | |
OAT.xml | D | 12-May-2024 | 3.7 KiB | 55 | 37 | |
README.OpenSource | D | 12-May-2024 | 387 | 11 | 10 | |
README.md | D | 12-May-2024 | 66 | 2 | 1 | |
TODO | D | 12-May-2024 | 3 KiB | 71 | 63 | |
VERSION.info | D | 12-May-2024 | 11 | 2 | 1 | |
bjson.c | D | 12-May-2024 | 2.8 KiB | 89 | 57 | |
bundle.json | D | 12-May-2024 | 841 | 33 | 33 | |
config.h | D | 12-May-2024 | 1.3 KiB | 31 | 4 | |
cutils.c | D | 12-May-2024 | 17.1 KiB | 632 | 508 | |
cutils.h | D | 12-May-2024 | 7.2 KiB | 298 | 223 | |
debugger.c | D | 12-May-2024 | 34.4 KiB | 1,011 | 892 | |
debugger.h | D | 12-May-2024 | 3.4 KiB | 117 | 80 | |
jscompress.c | D | 12-May-2024 | 24.4 KiB | 919 | 818 | |
libbf.c | D | 12-May-2024 | 235.3 KiB | 8,467 | 7,115 | |
libbf.h | D | 12-May-2024 | 17.4 KiB | 536 | 374 | |
libregexp-opcode.h | D | 12-May-2024 | 2.2 KiB | 59 | 31 | |
libregexp.c | D | 12-May-2024 | 82.5 KiB | 2,611 | 2,298 | |
libregexp.h | D | 12-May-2024 | 3.1 KiB | 93 | 53 | |
libunicode-table.h | D | 12-May-2024 | 206.9 KiB | 4,369 | 4,288 | |
libunicode.c | D | 12-May-2024 | 45.8 KiB | 1,557 | 1,399 | |
libunicode.h | D | 12-May-2024 | 3.7 KiB | 125 | 74 | |
list.h | D | 12-May-2024 | 3 KiB | 101 | 58 | |
message_server.cpp | D | 12-May-2024 | 6.2 KiB | 233 | 182 | |
message_server.h | D | 12-May-2024 | 1.7 KiB | 42 | 16 | |
qjs.c | D | 12-May-2024 | 16.4 KiB | 566 | 484 | |
qjsc.c | D | 12-May-2024 | 21.5 KiB | 763 | 647 | |
qjscalc.js | D | 12-May-2024 | 71.2 KiB | 2,653 | 2,414 | |
quickjs-atom.h | D | 12-May-2024 | 7.7 KiB | 274 | 236 | |
quickjs-libc.c | D | 12-May-2024 | 107.9 KiB | 3,885 | 3,359 | |
quickjs-libc.h | D | 12-May-2024 | 2.5 KiB | 60 | 30 | |
quickjs-opcode.h | D | 12-May-2024 | 14.9 KiB | 366 | 304 | |
quickjs.c | D | 12-May-2024 | 1.7 MiB | 54,565 | 48,280 | |
quickjs.h | D | 12-May-2024 | 41.7 KiB | 1,082 | 829 | |
release.sh | D | 12-May-2024 | 3.3 KiB | 158 | 94 | |
repl.js | D | 12-May-2024 | 48.1 KiB | 1,567 | 1,369 | |
run-test262.c | D | 12-May-2024 | 61.2 KiB | 2,108 | 1,845 | |
test262.conf | D | 12-May-2024 | 4.1 KiB | 200 | 150 | |
test262_errors.txt | D | 12-May-2024 | 8.7 KiB | 52 | 51 | |
test262bn.conf | D | 12-May-2024 | 3.6 KiB | 178 | 128 | |
test262bn_errors.txt | D | 12-May-2024 | 217 | 3 | 2 | |
test262o.conf | D | 12-May-2024 | 21.2 KiB | 411 | 323 | |
test262o_errors.txt | D | 12-May-2024 | 0 | |||
unicode_download.sh | D | 12-May-2024 | 485 | 20 | 9 | |
unicode_gen.c | D | 12-May-2024 | 81.5 KiB | 3,062 | 2,671 | |
unicode_gen_def.h | D | 12-May-2024 | 6.7 KiB | 285 | 271 |
README.OpenSource
1[ 2 { 3 "Name": "QuickJS", 4 "License": "MIT License", 5 "License File": "LICENSE", 6 "Version Number": "2020-11-08", 7 "Upstream URL": "https://bellard.org/quickjs/", 8 "Description": "QuickJS is a small and embeddable Javascript engine. It supports the ES2020 specification including modules, asynchronous generators, proxies and BigInt." 9 } 10] 11