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

Function _vdbeReleaseAndSetInt64

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

Source from the content-addressed store, hash-verified

31319 return (0)|0;
31320}
31321function _vdbeReleaseAndSetInt64($0,$1,$2) {
31322 $0 = $0|0;
31323 $1 = $1|0;
31324 $2 = $2|0;
31325 var $10 = 0, $3 = 0, $4 = 0, $5 = 0, $6 = 0, $7 = 0, $8 = 0, $9 = 0, label = 0, sp = 0;
31326 sp = STACKTOP;
31327 $3 = ((($0)) + 8|0);
31328 $4 = HEAP16[$3>>1]|0;
31329 $5 = $4 & 9312;
31330 $6 = ($5<<16>>16)==(0);
31331 if ($6) {
31332 HEAP16[$3>>1] = 1;
31333 } else {
31334 _vdbeMemClearExternAndSetNull($0);
31335 }
31336 $7 = $0;
31337 $8 = $7;
31338 HEAP32[$8>>2] = $1;
31339 $9 = (($7) + 4)|0;
31340 $10 = $9;
31341 HEAP32[$10>>2] = $2;
31342 HEAP16[$3>>1] = 4;
31343 return;
31344}
31345function _vdbeMemClearExternAndSetNull($0) {
31346 $0 = $0|0;
31347 var $$in15$i = 0, $$pre = 0, $1 = 0, $10 = 0, $11 = 0, $12 = 0, $13 = 0, $14 = 0, $15 = 0, $16 = 0, $17 = 0, $18 = 0, $19 = 0, $2 = 0, $20 = 0, $21 = 0, $22 = 0, $23 = 0, $24 = 0, $25 = 0;

Callers 15

_compileoptionusedFuncFunction · 0.85
_lengthFuncFunction · 0.85
_instrFuncFunction · 0.85
_unicodeFuncFunction · 0.85
_absFuncFunction · 0.85
_randomFuncFunction · 0.85
_last_insert_rowidFunction · 0.85
_changesFunction · 0.85
_total_changesFunction · 0.85
_sumFinalizeFunction · 0.85
_countFinalizeFunction · 0.85
_likeFuncFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…