MCPcopy
hub / github.com/sql-js/sql.js / _sqlite3_result_null

Function _sqlite3_result_null

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

Source from the content-addressed store, hash-verified

86494 }
86495}
86496function _sqlite3_result_null($0) {
86497 $0 = $0|0;
86498 var $1 = 0, $2 = 0, $3 = 0, $4 = 0, $5 = 0, label = 0, sp = 0;
86499 sp = STACKTOP;
86500 $1 = HEAP32[$0>>2]|0;
86501 $2 = ((($1)) + 8|0);
86502 $3 = HEAP16[$2>>1]|0;
86503 $4 = $3 & 9312;
86504 $5 = ($4<<16>>16)==(0);
86505 if ($5) {
86506 HEAP16[$2>>1] = 1;
86507 return;
86508 } else {
86509 _vdbeMemClearExternAndSetNull($1);
86510 return;
86511 }
86512}
86513function _sqlite3NoopDestructor($0) {
86514 $0 = $0|0;
86515 var label = 0, sp = 0;

Callers 15

_acosFuncFunction · 0.85
_asinFuncFunction · 0.85
_atanFuncFunction · 0.85
_atn2FuncFunction · 0.85
_acoshFuncFunction · 0.85
_asinhFuncFunction · 0.85
_atanhFuncFunction · 0.85
_differenceFuncFunction · 0.85
_rad2degFuncFunction · 0.85
_deg2radFuncFunction · 0.85
_cosFuncFunction · 0.85
_sinFuncFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…