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

Function _sqlite3ExprCodeExprList

js/sql-debug.js:235137–235354  ·  view source on GitHub ↗
($0,$1,$2,$3,$4)

Source from the content-addressed store, hash-verified

235135 STACKTOP = sp;return;
235136}
235137function _sqlite3ExprCodeExprList($0,$1,$2,$3,$4) {
235138 $0 = $0|0;
235139 $1 = $1|0;
235140 $2 = $2|0;
235141 $3 = $3|0;
235142 $4 = $4|0;
235143 var $$0 = 0, $$05$i = 0, $$06573 = 0, $$06672 = 0, $$067$lcssa = 0, $$06771 = 0, $$1 = 0, $$168 = 0, $$pre$i$i = 0, $10 = 0, $100 = 0, $101 = 0, $102 = 0, $11 = 0, $12 = 0, $13 = 0, $14 = 0, $15 = 0, $16 = 0, $17 = 0;
235144 var $18 = 0, $19 = 0, $20 = 0, $21 = 0, $22 = 0, $23 = 0, $24 = 0, $25 = 0, $26 = 0, $27 = 0, $28 = 0, $29 = 0, $30 = 0, $31 = 0, $32 = 0, $33 = 0, $34 = 0, $35 = 0, $36 = 0, $37 = 0;
235145 var $38 = 0, $39 = 0, $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;
235146 var $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, $69 = 0, $7 = 0, $70 = 0, $71 = 0, $72 = 0, $73 = 0, $74 = 0;
235147 var $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, $87 = 0, $88 = 0, $89 = 0, $9 = 0, $90 = 0, $91 = 0, $92 = 0;
235148 var $93 = 0, $94 = 0, $95 = 0, $96 = 0, $97 = 0, $98 = 0, $99 = 0, label = 0, sp = 0;
235149 sp = STACKTOP;
235150 STACKTOP = STACKTOP + 32|0;
235151 $5 = sp;
235152 $6 = $4&255;
235153 $7 = $6 & 1;
235154 $8 = (76 - ($7))|0;
235155 $9 = ((($0)) + 8|0);
235156 $10 = HEAP32[$9>>2]|0;
235157 $11 = HEAP32[$1>>2]|0;
235158 $12 = ($11|0)>(0);
235159 if (!($12)) {
235160 $$067$lcssa = $11;
235161 STACKTOP = sp;return ($$067$lcssa|0);
235162 }
235163 $13 = ((($1)) + 4|0);
235164 $14 = ((($0)) + 23|0);
235165 $15 = HEAP8[$14>>0]|0;
235166 $16 = ($15<<24>>24)==(0);
235167 $17 = $6 & 253;
235168 $18 = $17&255;
235169 $$0 = $16 ? $18 : $4;
235170 $19 = $$0&255;
235171 $20 = $19 & 4;
235172 $21 = ($20|0)==(0);
235173 $22 = $19 & 2;
235174 $23 = ($22|0)==(0);
235175 $24 = ($8|0)==(75);
235176 $25 = ((($10)) + 136|0);
235177 $26 = ((($10)) + 88|0);
235178 $27 = ((($10)) + 12|0);
235179 $28 = $8&255;
235180 $29 = ((($5)) + 20|0);
235181 $30 = ((($5)) + 4|0);
235182 $31 = ((($5)) + 8|0);
235183 $32 = ((($5)) + 24|0);
235184 $33 = $19 & 8;
235185 $34 = ($33|0)==(0);
235186 $35 = (($3) + -1)|0;
235187 $$06573 = $13;$$06672 = 0;$$06771 = $11;
235188 while(1) {
235189 $36 = HEAP32[$$06573>>2]|0;
235190 do {
235191 if ($21) {
235192 label = 10;
235193 } else {
235194 $37 = ((($$06573)) + 16|0);

Callers 5

_sqlite3SelectFunction · 0.85
_sqlite3ExprCodeTargetFunction · 0.85
_selectInnerLoopFunction · 0.85
_updateAccumulatorFunction · 0.85
_pushOntoSorterFunction · 0.85

Calls 4

_growOp3Function · 0.85
_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…