MCPcopy Index your code
hub / github.com/sql-js/sql.js / _multiSelectCollSeq

Function _multiSelectCollSeq

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

Source from the content-addressed store, hash-verified

298297 }
298298}
298299function _multiSelectCollSeq($0,$1,$2) {
298300 $0 = $0|0;
298301 $1 = $1|0;
298302 $2 = $2|0;
298303 var $$1 = 0, $10 = 0, $11 = 0, $12 = 0, $13 = 0, $3 = 0, $4 = 0, $5 = 0, $6 = 0, $7 = 0, $8 = 0, $9 = 0, label = 0, sp = 0;
298304 sp = STACKTOP;
298305 $3 = ((($1)) + 48|0);
298306 $4 = HEAP32[$3>>2]|0;
298307 $5 = ($4|0)==(0|0);
298308 if (!($5)) {
298309 $6 = (_multiSelectCollSeq($0,$4,$2)|0);
298310 $7 = ($6|0)==(0|0);
298311 if (!($7)) {
298312 $$1 = $6;
298313 return ($$1|0);
298314 }
298315 }
298316 $8 = HEAP32[$1>>2]|0;
298317 $9 = HEAP32[$8>>2]|0;
298318 $10 = ($9|0)>($2|0);
298319 if (!($10)) {
298320 $$1 = 0;
298321 return ($$1|0);
298322 }
298323 $11 = (((($8)) + 4|0) + (($2*20)|0)|0);
298324 $12 = HEAP32[$11>>2]|0;
298325 $13 = (_sqlite3ExprCollSeq($0,$12)|0);
298326 $$1 = $13;
298327 return ($$1|0);
298328}
298329function _heightOfSelect($0,$1) {
298330 $0 = $0|0;
298331 $1 = $1|0;

Callers 3

_sqlite3SelectFunction · 0.85
_multiSelectOrderByFunction · 0.85

Calls 1

_sqlite3ExprCollSeqFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…