MCPcopy Create free account
hub / github.com/sql-js/sql.js / ___syscall196

Function ___syscall196

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

Source from the content-addressed store, hash-verified

4715 }
4716
4717 function ___syscall196(which, varargs) {SYSCALLS.varargs = varargs;
4718 try {
4719 // SYS_lstat64
4720 var path = SYSCALLS.getStr(), buf = SYSCALLS.get();
4721 return SYSCALLS.doStat(FS.lstat, path, buf);
4722 } catch (e) {
4723 if (typeof FS === 'undefined' || !(e instanceof FS.ErrnoError)) abort(e);
4724 return -e.errno;
4725 }
4726 }
4727
4728 function ___syscall197(which, varargs) {SYSCALLS.varargs = varargs;
4729 try {

Callers 1

_lstatFunction · 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…