MCPcopy Create free account
hub / github.com/sql-js/sql.js / _selectPopWith

Function _selectPopWith

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

Source from the content-addressed store, hash-verified

209525 STACKTOP = sp;return ($$5|0);
209526}
209527function _selectPopWith($0,$1) {
209528 $0 = $0|0;
209529 $1 = $1|0;
209530 var $$0$i = 0, $10 = 0, $11 = 0, $12 = 0, $13 = 0, $14 = 0, $15 = 0, $16 = 0, $2 = 0, $3 = 0, $4 = 0, $5 = 0, $6 = 0, $7 = 0, $8 = 0, $9 = 0, label = 0, sp = 0;
209531 sp = STACKTOP;
209532 $2 = HEAP32[$0>>2]|0;
209533 $3 = ((($2)) + 464|0);
209534 $4 = HEAP32[$3>>2]|0;
209535 $5 = ($4|0)==(0|0);
209536 if ($5) {
209537 return;
209538 }
209539 $6 = ((($1)) + 48|0);
209540 $7 = HEAP32[$6>>2]|0;
209541 $8 = ($7|0)==(0|0);
209542 if ($8) {
209543 $$0$i = $1;
209544 } else {
209545 return;
209546 }
209547 while(1) {
209548 $9 = ((($$0$i)) + 52|0);
209549 $10 = HEAP32[$9>>2]|0;
209550 $11 = ($10|0)==(0|0);
209551 if ($11) {
209552 break;
209553 } else {
209554 $$0$i = $10;
209555 }
209556 }
209557 $12 = ((($$0$i)) + 60|0);
209558 $13 = HEAP32[$12>>2]|0;
209559 $14 = ($13|0)==(0|0);
209560 if ($14) {
209561 return;
209562 }
209563 $15 = ((($13)) + 4|0);
209564 $16 = HEAP32[$15>>2]|0;
209565 HEAP32[$3>>2] = $16;
209566 return;
209567}
209568function _resolveExprStep($0,$1) {
209569 $0 = $0|0;
209570 $1 = $1|0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…