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

Function ___syscall39

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

Source from the content-addressed store, hash-verified

4861 }
4862
4863 function ___syscall39(which, varargs) {SYSCALLS.varargs = varargs;
4864 try {
4865 // mkdir
4866 var path = SYSCALLS.getStr(), mode = SYSCALLS.get();
4867 return SYSCALLS.doMkdir(path, mode);
4868 } catch (e) {
4869 if (typeof FS === 'undefined' || !(e instanceof FS.ErrnoError)) abort(e);
4870 return -e.errno;
4871 }
4872 }
4873
4874 function ___syscall4(which, varargs) {SYSCALLS.varargs = varargs;
4875 try {

Callers 1

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