QuickJS, the Next Generation: a mighty JavaScript engine
afee50e89e
~~~ /home/runner/work/quickjs/quickjs/qjs.c:506:28: error: ‘best[3]’ may be used uninitialized in this function [-Werror=maybe-uninitialized] 506 | if (i == 0 || best[j] > ms) | ~~~~~~~^~~~~~~~~~~~~~~ /home/runner/work/quickjs/quickjs/qjs.c:506:28: error: ‘best[2]’ may be used uninitialized in this function [-Werror=maybe-uninitialized] /home/runner/work/quickjs/quickjs/qjs.c:506:28: error: ‘best[1]’ may be used uninitialized in this function [-Werror=maybe-uninitialized] ~~~ |
||
---|---|---|
.github/workflows | ||
doc | ||
examples | ||
test262@c1281dba45 | ||
tests | ||
.gitignore | ||
.gitmodules | ||
Changelog | ||
CMakeLists.txt | ||
cutils.c | ||
cutils.h | ||
libbf.c | ||
libbf.h | ||
libregexp-opcode.h | ||
libregexp.c | ||
libregexp.h | ||
libunicode-table.h | ||
libunicode.c | ||
libunicode.h | ||
LICENSE | ||
list.h | ||
Makefile | ||
qjs.c | ||
qjsc.c | ||
quickjs-atom.h | ||
quickjs-libc.c | ||
quickjs-libc.h | ||
quickjs-opcode.h | ||
quickjs.c | ||
quickjs.h | ||
readme.txt | ||
release.sh | ||
repl.js | ||
run-test262.c | ||
test262.conf | ||
test262_errors.txt | ||
test262o.conf | ||
test262o_errors.txt | ||
TODO | ||
unicode_download.sh | ||
unicode_gen.c | ||
unicode_gen_def.h |
The main documentation is in doc/quickjs.pdf or doc/quickjs.html.