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

Function _rmdir

js/sql-debug.js:397115–397126  ·  view source on GitHub ↗
($0)

Source from the content-addressed store, hash-verified

397113 STACKTOP = sp;return ($5|0);
397114}
397115function _rmdir($0) {
397116 $0 = $0|0;
397117 var $1 = 0, $2 = 0, $3 = 0, $vararg_buffer = 0, label = 0, sp = 0;
397118 sp = STACKTOP;
397119 STACKTOP = STACKTOP + 16|0;
397120 $vararg_buffer = sp;
397121 $1 = $0;
397122 HEAP32[$vararg_buffer>>2] = $1;
397123 $2 = (___syscall40(40,($vararg_buffer|0))|0);
397124 $3 = (___syscall_ret($2)|0);
397125 STACKTOP = sp;return ($3|0);
397126}
397127function _fchown($0,$1,$2) {
397128 $0 = $0|0;
397129 $1 = $1|0;

Callers

nothing calls this directly

Calls 2

___syscall_retFunction · 0.85
___syscall40Function · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…