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

Function _sqlite3_result_int64

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

Source from the content-addressed store, hash-verified

86469 }
86470}
86471function _sqlite3_result_int64($0,$1,$2) {
86472 $0 = $0|0;
86473 $1 = $1|0;
86474 $2 = $2|0;
86475 var $10 = 0, $11 = 0, $3 = 0, $4 = 0, $5 = 0, $6 = 0, $7 = 0, $8 = 0, $9 = 0, label = 0, sp = 0;
86476 sp = STACKTOP;
86477 $3 = HEAP32[$0>>2]|0;
86478 $4 = ((($3)) + 8|0);
86479 $5 = HEAP16[$4>>1]|0;
86480 $6 = $5 & 9312;
86481 $7 = ($6<<16>>16)==(0);
86482 if ($7) {
86483 $8 = $3;
86484 $9 = $8;
86485 HEAP32[$9>>2] = $1;
86486 $10 = (($8) + 4)|0;
86487 $11 = $10;
86488 HEAP32[$11>>2] = $2;
86489 HEAP16[$4>>1] = 4;
86490 return;
86491 } else {
86492 _vdbeReleaseAndSetInt64($3,$1,$2);
86493 return;
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;

Callers 6

_signFuncFunction · 0.85
_squareFuncFunction · 0.85
_ceilFuncFunction · 0.85
_floorFuncFunction · 0.85
_modeFinalizeFunction · 0.85
__medianFinalizeFunction · 0.85

Calls 1

_vdbeReleaseAndSetInt64Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…