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

Function _close

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

Source from the content-addressed store, hash-verified

395957 return ($$0|0);
395958}
395959function _close($0) {
395960 $0 = $0|0;
395961 var $$ = 0, $1 = 0, $2 = 0, $3 = 0, $4 = 0, $vararg_buffer = 0, label = 0, sp = 0;
395962 sp = STACKTOP;
395963 STACKTOP = STACKTOP + 16|0;
395964 $vararg_buffer = sp;
395965 $1 = (_dummy_268($0)|0);
395966 HEAP32[$vararg_buffer>>2] = $1;
395967 $2 = (___syscall6(6,($vararg_buffer|0))|0);
395968 $3 = ($2|0)==(-4);
395969 $$ = $3 ? 0 : $2;
395970 $4 = (___syscall_ret($$)|0);
395971 STACKTOP = sp;return ($4|0);
395972}
395973function _qsort($0,$1,$2,$3) {
395974 $0 = $0|0;
395975 $1 = $1|0;

Callers

nothing calls this directly

Calls 3

_dummy_268Function · 0.85
___syscall_retFunction · 0.85
___syscall6Function · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…