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

Function _sqlite3ExprCodeTemp

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

Source from the content-addressed store, hash-verified

222466 STACKTOP = sp;return;
222467}
222468function _sqlite3ExprCodeTemp($0,$1,$2) {
222469 $0 = $0|0;
222470 $1 = $1|0;
222471 $2 = $2|0;
222472 var $$0 = 0, $$0$i = 0, $$0$lcssa$i = 0, $$01517$i = 0, $$018$i = 0, $$04$i = 0, $$pre$i$i = 0, $$sink$i = 0, $10 = 0, $11 = 0, $12 = 0, $13 = 0, $14 = 0, $15 = 0, $16 = 0, $17 = 0, $18 = 0, $19 = 0, $20 = 0, $21 = 0;
222473 var $22 = 0, $23 = 0, $24 = 0, $25 = 0, $26 = 0, $27 = 0, $28 = 0, $29 = 0, $3 = 0, $30 = 0, $31 = 0, $32 = 0, $33 = 0, $34 = 0, $35 = 0, $36 = 0, $37 = 0, $38 = 0, $39 = 0, $4 = 0;
222474 var $40 = 0, $41 = 0, $42 = 0, $43 = 0, $44 = 0, $45 = 0, $46 = 0, $47 = 0, $48 = 0, $49 = 0, $5 = 0, $50 = 0, $51 = 0, $52 = 0, $53 = 0, $54 = 0, $55 = 0, $56 = 0, $57 = 0, $6 = 0;
222475 var $7 = 0, $8 = 0, $9 = 0, $storemerge = 0, label = 0, sp = 0;
222476 sp = STACKTOP;
222477 STACKTOP = STACKTOP + 32|0;
222478 $3 = sp;
222479 $4 = ($1|0)==(0|0);
222480 L1: do {
222481 if ($4) {
222482 $$0$lcssa$i = 0;
222483 } else {
222484 $$04$i = $1;
222485 while(1) {
222486 $5 = ((($$04$i)) + 4|0);
222487 $6 = HEAP32[$5>>2]|0;
222488 $7 = $6 & 4096;
222489 $8 = ($7|0)==(0);
222490 if ($8) {
222491 $$0$lcssa$i = $$04$i;
222492 break L1;
222493 }
222494 $9 = $6 & 262144;
222495 $10 = ($9|0)==(0);
222496 if ($10) {
222497 $14 = ((($$04$i)) + 12|0);
222498 $$sink$i = $14;
222499 } else {
222500 $11 = ((($$04$i)) + 20|0);
222501 $12 = HEAP32[$11>>2]|0;
222502 $13 = ((($12)) + 4|0);
222503 $$sink$i = $13;
222504 }
222505 $15 = HEAP32[$$sink$i>>2]|0;
222506 $16 = ($15|0)==(0|0);
222507 if ($16) {
222508 $$0$lcssa$i = 0;
222509 break;
222510 } else {
222511 $$04$i = $15;
222512 }
222513 }
222514 }
222515 } while(0);
222516 $17 = ((($0)) + 23|0);
222517 $18 = HEAP8[$17>>0]|0;
222518 $19 = ($18<<24>>24)==(0);
222519 if (!($19)) {
222520 $20 = HEAP8[$$0$lcssa$i>>0]|0;
222521 $21 = ($20<<24>>24)==(-106);
222522 if (!($21)) {
222523 $22 = ((($3)) + 20|0);
222524 HEAP8[$22>>0] = 2;
222525 $23 = ((($3)) + 4|0);

Callers 6

_sqlite3ExprIfFalseFunction · 0.85
_sqlite3ExprIfTrueFunction · 0.85
_exprCodeBetweenFunction · 0.85
_sqlite3ExprCodeINFunction · 0.85
_sqlite3ExprCodeTargetFunction · 0.85

Calls 3

_walkExprFunction · 0.85
_sqlite3ExprCodeAtInitFunction · 0.85
_sqlite3ExprCodeTargetFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…