MCPcopy Index your code
hub / github.com/sql-js/sql.js / ___syscall33

Function ___syscall33

js/sql-debug.js:4852–4861  ·  view source on GitHub ↗
(which, varargs)

Source from the content-addressed store, hash-verified

4850 }
4851
4852 function ___syscall33(which, varargs) {SYSCALLS.varargs = varargs;
4853 try {
4854 // access
4855 var path = SYSCALLS.getStr(), amode = SYSCALLS.get();
4856 return SYSCALLS.doAccess(path, amode);
4857 } catch (e) {
4858 if (typeof FS === 'undefined' || !(e instanceof FS.ErrnoError)) abort(e);
4859 return -e.errno;
4860 }
4861 }
4862
4863 function ___syscall39(which, varargs) {SYSCALLS.varargs = varargs;
4864 try {

Callers 1

_accessFunction · 0.70

Calls 1

abortFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…