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

Function _whereLoopClearUnion

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

Source from the content-addressed store, hash-verified

259672 }
259673}
259674function _whereLoopClearUnion($0,$1) {
259675 $0 = $0|0;
259676 $1 = $1|0;
259677 var $$pre = 0, $$pre$phi15Z2D = 0, $$pre14 = 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;
259678 var $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, $40 = 0, $41 = 0, $42 = 0, $43 = 0;
259679 var $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, $58 = 0, $59 = 0, $6 = 0, $60 = 0, $61 = 0;
259680 var $62 = 0, $63 = 0, $64 = 0, $65 = 0, $66 = 0, $67 = 0, $68 = 0, $69 = 0, $7 = 0, $70 = 0, $71 = 0, $72 = 0, $73 = 0, $74 = 0, $75 = 0, $76 = 0, $77 = 0, $78 = 0, $79 = 0, $8 = 0;
259681 var $80 = 0, $9 = 0, label = 0, sp = 0;
259682 sp = STACKTOP;
259683 $2 = ((($1)) + 36|0);
259684 $3 = HEAP32[$2>>2]|0;
259685 $4 = $3 & 17408;
259686 $5 = ($4|0)==(0);
259687 if ($5) {
259688 return;
259689 }
259690 $6 = $3 & 1024;
259691 $7 = ($6|0)==(0);
259692 if (!($7)) {
259693 $8 = ((($1)) + 28|0);
259694 $9 = HEAP8[$8>>0]|0;
259695 $10 = ($9<<24>>24)==(0);
259696 if (!($10)) {
259697 $11 = ((($1)) + 32|0);
259698 $12 = HEAP32[$11>>2]|0;
259699 $13 = ($12|0)==(0|0);
259700 do {
259701 if (!($13)) {
259702 $14 = HEAP32[2]|0;
259703 $15 = ($14|0)==(0);
259704 if ($15) {
259705 $23 = HEAP32[(56)>>2]|0;
259706 FUNCTION_TABLE_vi[$23 & 255]($12);
259707 break;
259708 } else {
259709 $16 = HEAP32[(64)>>2]|0;
259710 $17 = (FUNCTION_TABLE_ii[$16 & 255]($12)|0);
259711 $18 = HEAP32[11822]|0;
259712 $19 = (($18) - ($17))|0;
259713 HEAP32[11822] = $19;
259714 $20 = HEAP32[11825]|0;
259715 $21 = (($20) + -1)|0;
259716 HEAP32[11825] = $21;
259717 $22 = HEAP32[(56)>>2]|0;
259718 FUNCTION_TABLE_vi[$22 & 255]($12);
259719 break;
259720 }
259721 }
259722 } while(0);
259723 HEAP8[$8>>0] = 0;
259724 HEAP32[$11>>2] = 0;
259725 return;
259726 }
259727 }
259728 $24 = $3 & 16384;
259729 $25 = ($24|0)==(0);
259730 if ($25) {
259731 return;

Callers 3

_sqlite3WhereBeginFunction · 0.85
_whereLoopDeleteFunction · 0.85
_whereLoopInsertFunction · 0.85

Calls 1

_measureAllocationSizeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…