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

Function _unixGetLastError

js/sql-debug.js:16671–16680  ·  view source on GitHub ↗
($0,$1,$2)

Source from the content-addressed store, hash-verified

16669 STACKTOP = sp;return 0;
16670}
16671function _unixGetLastError($0,$1,$2) {
16672 $0 = $0|0;
16673 $1 = $1|0;
16674 $2 = $2|0;
16675 var $3 = 0, $4 = 0, label = 0, sp = 0;
16676 sp = STACKTOP;
16677 $3 = (___errno_location()|0);
16678 $4 = HEAP32[$3>>2]|0;
16679 return ($4|0);
16680}
16681function _unixCurrentTimeInt64($0,$1) {
16682 $0 = $0|0;
16683 $1 = $1|0;

Callers

nothing calls this directly

Calls 1

___errno_locationFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…