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

Function _whereLoopOutputAdjust

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

Source from the content-addressed store, hash-verified

280331 return (0)|0;
280332}
280333function _whereLoopOutputAdjust($0,$1,$2) {
280334 $0 = $0|0;
280335 $1 = $1|0;
280336 $2 = $2|0;
280337 var $$ = 0, $$054$lcssa = 0, $$05461 = 0, $$05559 = 0, $$05559$in = 0, $$05660 = 0, $$063 = 0, $$1 = 0, $$2 = 0, $$off = 0, $$pre = 0, $$pre$phiZ2D = 0, $10 = 0, $100 = 0, $101 = 0, $102 = 0, $103 = 0, $104 = 0, $11 = 0, $12 = 0;
280338 var $13 = 0, $14 = 0, $15 = 0, $16 = 0, $17 = 0, $18 = 0, $19 = 0, $20 = 0, $21 = 0, $22 = 0, $23 = 0, $24 = 0, $25 = 0, $26 = 0, $27 = 0, $28 = 0, $29 = 0, $3 = 0, $30 = 0, $31 = 0;
280339 var $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, $44 = 0, $45 = 0, $46 = 0, $47 = 0, $48 = 0, $49 = 0, $5 = 0;
280340 var $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, $62 = 0, $63 = 0, $64 = 0, $65 = 0, $66 = 0, $67 = 0, $68 = 0;
280341 var $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, $80 = 0, $81 = 0, $82 = 0, $83 = 0, $84 = 0, $85 = 0, $86 = 0;
280342 var $87 = 0, $88 = 0, $89 = 0, $9 = 0, $90 = 0, $91 = 0, $92 = 0, $93 = 0, $94 = 0, $95 = 0, $96 = 0, $97 = 0, $98 = 0, $99 = 0, $or$cond = 0, label = 0, sp = 0;
280343 sp = STACKTOP;
280344 STACKTOP = STACKTOP + 16|0;
280345 $3 = sp;
280346 $4 = $1;
280347 $5 = $4;
280348 $6 = HEAP32[$5>>2]|0;
280349 $7 = (($4) + 4)|0;
280350 $8 = $7;
280351 $9 = HEAP32[$8>>2]|0;
280352 $10 = ((($1)) + 8|0);
280353 $11 = $10;
280354 $12 = $11;
280355 $13 = HEAP32[$12>>2]|0;
280356 $14 = (($11) + 4)|0;
280357 $15 = $14;
280358 $16 = HEAP32[$15>>2]|0;
280359 $17 = $13 | $6;
280360 $18 = $16 | $9;
280361 $19 = $17 ^ -1;
280362 $20 = $18 ^ -1;
280363 $21 = ((($0)) + 12|0);
280364 $22 = HEAP32[$21>>2]|0;
280365 $23 = ((($0)) + 20|0);
280366 $24 = ($22|0)>(0);
280367 L1: do {
280368 if ($24) {
280369 $25 = HEAP32[$23>>2]|0;
280370 $26 = ((($1)) + 40|0);
280371 $27 = ((($1)) + 22|0);
280372 $28 = ((($1)) + 48|0);
280373 $$05461 = 0;$$05660 = $22;$$063 = $25;
280374 while(1) {
280375 $29 = ((($$063)) + 10|0);
280376 $30 = HEAP16[$29>>1]|0;
280377 $31 = $30 & 2;
280378 $32 = ($31<<16>>16)==(0);
280379 if (!($32)) {
280380 $$054$lcssa = $$05461;$$pre$phiZ2D = $27;
280381 break L1;
280382 }
280383 $33 = ((($$063)) + 40|0);
280384 $34 = $33;
280385 $35 = $34;
280386 $36 = HEAP32[$35>>2]|0;
280387 $37 = (($34) + 4)|0;
280388 $38 = $37;
280389 $39 = HEAP32[$38>>2]|0;
280390 $40 = $10;

Callers 2

_whereLoopAddBtreeFunction · 0.85
_whereLoopAddBtreeIndexFunction · 0.85

Calls 1

_sqlite3ExprIsIntegerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…