mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
update qjs.c
Some checks failed
ci / codegen (push) Has been cancelled
ci / ubuntu-latest (riscv64) (push) Has been cancelled
ci / ubuntu-latest (s390x) (push) Has been cancelled
ci / ubuntu-latest (x86) (push) Has been cancelled
ci / macos-14 (Debug) (push) Has been cancelled
ci / ubuntu-latest (Debug) (push) Has been cancelled
ci / macos-14 (Release) (push) Has been cancelled
ci / ubuntu-latest (Release) (push) Has been cancelled
ci / macos-14 (asan+ubsan) (push) Has been cancelled
ci / ubuntu-latest (asan+ubsan) (push) Has been cancelled
ci / macos-14 (examples) (push) Has been cancelled
ci / ubuntu-latest (examples) (push) Has been cancelled
ci / ubuntu-latest (msan) (push) Has been cancelled
ci / macos-14 (shared) (push) Has been cancelled
ci / ubuntu-latest (shared) (push) Has been cancelled
ci / ubuntu-latest (tcc) (push) Has been cancelled
ci / windows-msvc (Win32, Debug) (push) Has been cancelled
ci / windows-msvc (Win32, Release) (push) Has been cancelled
ci / windows-msvc (x64, Debug) (push) Has been cancelled
ci / windows-msvc (x64, Release) (push) Has been cancelled
ci / windows-msvc-vs2019 (Win32, Debug) (push) Has been cancelled
ci / windows-msvc-vs2019 (Win32, Release) (push) Has been cancelled
ci / windows-msvc-vs2019 (x64, Debug) (push) Has been cancelled
ci / windows-msvc-vs2019 (x64, Release) (push) Has been cancelled
ci / windows-clang (Debug) (push) Has been cancelled
ci / windows-clang (Release) (push) Has been cancelled
ci / windows-ninja (Debug) (push) Has been cancelled
ci / windows-ninja (Release) (push) Has been cancelled
ci / windows-sdk (Win32, Debug) (push) Has been cancelled
ci / windows-sdk (Win32, Release) (push) Has been cancelled
ci / windows-sdk (x64, Debug) (push) Has been cancelled
ci / windows-sdk (x64, Release) (push) Has been cancelled
ci / windows-mingw (Debug, clang64) (push) Has been cancelled
ci / windows-mingw (Debug, mingw32) (push) Has been cancelled
ci / windows-mingw (Debug, mingw64) (push) Has been cancelled
ci / windows-mingw (Debug, ucrt64) (push) Has been cancelled
ci / windows-mingw (Release, clang64) (push) Has been cancelled
ci / windows-mingw (Release, mingw32) (push) Has been cancelled
ci / windows-mingw (Release, mingw64) (push) Has been cancelled
ci / windows-mingw (Release, ucrt64) (push) Has been cancelled
ci / windows-mingw-shared (push) Has been cancelled
ci / emscripten (push) Has been cancelled
ci / wasi (push) Has been cancelled
ci / cygwin (push) Has been cancelled
ci / openbsd (push) Has been cancelled
ci / freebsd (push) Has been cancelled
ci / android (push) Has been cancelled
ci / ios (push) Has been cancelled
ci / mimalloc-linux (push) Has been cancelled
ci / mimalloc-macos (push) Has been cancelled
tsan / linux (push) Has been cancelled
valgrind / linux (push) Has been cancelled
Some checks failed
ci / codegen (push) Has been cancelled
ci / ubuntu-latest (riscv64) (push) Has been cancelled
ci / ubuntu-latest (s390x) (push) Has been cancelled
ci / ubuntu-latest (x86) (push) Has been cancelled
ci / macos-14 (Debug) (push) Has been cancelled
ci / ubuntu-latest (Debug) (push) Has been cancelled
ci / macos-14 (Release) (push) Has been cancelled
ci / ubuntu-latest (Release) (push) Has been cancelled
ci / macos-14 (asan+ubsan) (push) Has been cancelled
ci / ubuntu-latest (asan+ubsan) (push) Has been cancelled
ci / macos-14 (examples) (push) Has been cancelled
ci / ubuntu-latest (examples) (push) Has been cancelled
ci / ubuntu-latest (msan) (push) Has been cancelled
ci / macos-14 (shared) (push) Has been cancelled
ci / ubuntu-latest (shared) (push) Has been cancelled
ci / ubuntu-latest (tcc) (push) Has been cancelled
ci / windows-msvc (Win32, Debug) (push) Has been cancelled
ci / windows-msvc (Win32, Release) (push) Has been cancelled
ci / windows-msvc (x64, Debug) (push) Has been cancelled
ci / windows-msvc (x64, Release) (push) Has been cancelled
ci / windows-msvc-vs2019 (Win32, Debug) (push) Has been cancelled
ci / windows-msvc-vs2019 (Win32, Release) (push) Has been cancelled
ci / windows-msvc-vs2019 (x64, Debug) (push) Has been cancelled
ci / windows-msvc-vs2019 (x64, Release) (push) Has been cancelled
ci / windows-clang (Debug) (push) Has been cancelled
ci / windows-clang (Release) (push) Has been cancelled
ci / windows-ninja (Debug) (push) Has been cancelled
ci / windows-ninja (Release) (push) Has been cancelled
ci / windows-sdk (Win32, Debug) (push) Has been cancelled
ci / windows-sdk (Win32, Release) (push) Has been cancelled
ci / windows-sdk (x64, Debug) (push) Has been cancelled
ci / windows-sdk (x64, Release) (push) Has been cancelled
ci / windows-mingw (Debug, clang64) (push) Has been cancelled
ci / windows-mingw (Debug, mingw32) (push) Has been cancelled
ci / windows-mingw (Debug, mingw64) (push) Has been cancelled
ci / windows-mingw (Debug, ucrt64) (push) Has been cancelled
ci / windows-mingw (Release, clang64) (push) Has been cancelled
ci / windows-mingw (Release, mingw32) (push) Has been cancelled
ci / windows-mingw (Release, mingw64) (push) Has been cancelled
ci / windows-mingw (Release, ucrt64) (push) Has been cancelled
ci / windows-mingw-shared (push) Has been cancelled
ci / emscripten (push) Has been cancelled
ci / wasi (push) Has been cancelled
ci / cygwin (push) Has been cancelled
ci / openbsd (push) Has been cancelled
ci / freebsd (push) Has been cancelled
ci / android (push) Has been cancelled
ci / ios (push) Has been cancelled
ci / mimalloc-linux (push) Has been cancelled
ci / mimalloc-macos (push) Has been cancelled
tsan / linux (push) Has been cancelled
valgrind / linux (push) Has been cancelled
This commit is contained in:
parent
71cd924e82
commit
286d826696
1 changed files with 1 additions and 1 deletions
2
qjs.c
2
qjs.c
|
@ -641,7 +641,7 @@ start:
|
||||||
"if (typeof std !== 'undefined') {\n"
|
"if (typeof std !== 'undefined') {\n"
|
||||||
" globalThis.urlGet = std.urlGet;\n"
|
" globalThis.urlGet = std.urlGet;\n"
|
||||||
" globalThis.loadFile = std.loadFile;\n"
|
" globalThis.loadFile = std.loadFile;\n"
|
||||||
" globalThis.doneRequire = std.loadFile;\n"
|
" globalThis.doneRequire = std.loadScript;\n"
|
||||||
" globalThis.printf = console.log;\n"
|
" globalThis.printf = console.log;\n"
|
||||||
" globalThis.evalFile = std.loadScript;\n"
|
" globalThis.evalFile = std.loadScript;\n"
|
||||||
" globalThis.require = (moduleSpecifier) => import(moduleSpecifier).then(mod => mod.default || mod);\n"
|
" globalThis.require = (moduleSpecifier) => import(moduleSpecifier).then(mod => mod.default || mod);\n"
|
||||||
|
|
Loading…
Reference in a new issue