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

Function ___syscall85

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

Source from the content-addressed store, hash-verified

4919 }
4920
4921 function ___syscall85(which, varargs) {SYSCALLS.varargs = varargs;
4922 try {
4923 // readlink
4924 var path = SYSCALLS.getStr(), buf = SYSCALLS.get(), bufsize = SYSCALLS.get();
4925 return SYSCALLS.doReadlink(path, buf, bufsize);
4926 } catch (e) {
4927 if (typeof FS === 'undefined' || !(e instanceof FS.ErrnoError)) abort(e);
4928 return -e.errno;
4929 }
4930 }
4931
4932 function ___syscall91(which, varargs) {SYSCALLS.varargs = varargs;
4933 try {

Callers 1

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