• Home
Name Date Size #Lines LOC

..--

doc/12-May-2024-3,9713,241

examples/12-May-2024-622455

tests/12-May-2024-4,7693,990

.gitattributesD12-May-2024631 1615

BUILD.gnD12-May-20242.6 KiB9986

ChangelogD12-May-20243.5 KiB142110

LICENSED12-May-20242.1 KiB3221

MakefileD12-May-202411.9 KiB470334

OAT.xmlD12-May-20246.4 KiB8837

README.OpenSourceD12-May-2024428 1211

TODOD12-May-20243 KiB7163

VERSIOND12-May-202411 21

bjson.cD12-May-20242.8 KiB8957

bundle.jsonD12-May-2024927 3939

cutils.cD12-May-202417.1 KiB632508

cutils.hD12-May-20247.2 KiB298223

debugger.cD12-May-202434 KiB1,008893

debugger.hD12-May-20243.4 KiB11780

jscompress.cD12-May-202424.4 KiB919818

libbf.cD12-May-2024235.3 KiB8,4677,115

libbf.hD12-May-202417.4 KiB536374

libregexp-opcode.hD12-May-20242.2 KiB5931

libregexp.cD12-May-202482.5 KiB2,6112,298

libregexp.hD12-May-20243.1 KiB9353

libunicode-table.hD12-May-2024206.9 KiB4,3694,288

libunicode.cD12-May-202445.8 KiB1,5571,399

libunicode.hD12-May-20243.7 KiB12574

list.hD12-May-20243 KiB10158

message_server.cppD12-May-20245.7 KiB214169

message_server.hD12-May-20241.6 KiB4115

qjs.cD12-May-202416.4 KiB565483

qjsc.cD12-May-202421.5 KiB763647

qjscalc.jsD12-May-202471.2 KiB2,6532,414

quickjs-atom.hD12-May-20247.7 KiB274236

quickjs-libc.cD12-May-2024107.9 KiB3,8853,359

quickjs-libc.hD12-May-20242.5 KiB6030

quickjs-opcode.hD12-May-202414.9 KiB366304

quickjs.cD12-May-20241.7 MiB54,55048,256

quickjs.hD12-May-202441.7 KiB1,080828

readme.txtD12-May-202466 21

release.shD12-May-20243.3 KiB15894

repl.jsD12-May-202448.1 KiB1,5671,369

run-test262.cD12-May-202461.2 KiB2,1081,845

test262.confD12-May-20244.1 KiB200150

test262_errors.txtD12-May-20248.7 KiB5251

test262bn.confD12-May-20243.6 KiB178128

test262bn_errors.txtD12-May-2024217 32

test262o.confD12-May-202421.2 KiB411323

test262o_errors.txtD12-May-20240

unicode_download.shD12-May-2024485 209

unicode_gen.cD12-May-202481.3 KiB3,0582,667

unicode_gen_def.hD12-May-20246.7 KiB285271

README.OpenSource

1[
2    {
3        "Name": "QuickJS",
4        "License": "MIT License",
5        "License File": "LICENSE",
6        "Version Number": "2020-11-08",
7        "Owner": "zhaogaoyi@huawei.com",
8        "Upstream URL": "https://bellard.org/quickjs/",
9        "Description": "QuickJS is a small and embeddable Javascript engine. It supports the ES2020 specification including modules, asynchronous generators, proxies and BigInt."
10    }
11]
12

readme.txt

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