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

Function _incrAggDepth

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

Source from the content-addressed store, hash-verified

214783 }
214784}
214785function _incrAggDepth($0,$1) {
214786 $0 = $0|0;
214787 $1 = $1|0;
214788 var $10 = 0, $2 = 0, $3 = 0, $4 = 0, $5 = 0, $6 = 0, $7 = 0, $8 = 0, $9 = 0, label = 0, sp = 0;
214789 sp = STACKTOP;
214790 $2 = HEAP8[$1>>0]|0;
214791 $3 = ($2<<24>>24)==(-110);
214792 if (!($3)) {
214793 return 0;
214794 }
214795 $4 = ((($0)) + 24|0);
214796 $5 = HEAP32[$4>>2]|0;
214797 $6 = ((($1)) + 38|0);
214798 $7 = HEAP8[$6>>0]|0;
214799 $8 = $7&255;
214800 $9 = (($8) + ($5))|0;
214801 $10 = $9&255;
214802 HEAP8[$6>>0] = $10;
214803 return 0;
214804}
214805function _sqlite3WalkSelectExpr($0,$1) {
214806 $0 = $0|0;
214807 $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…