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

Function _analyzeAggregatesInSelect

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

Source from the content-addressed store, hash-verified

298995 return (0)|0;
298996}
298997function _analyzeAggregatesInSelect($0,$1) {
298998 $0 = $0|0;
298999 $1 = $1|0;
299000 var $2 = 0, $3 = 0, $4 = 0, label = 0, sp = 0;
299001 sp = STACKTOP;
299002 $2 = ((($0)) + 16|0);
299003 $3 = HEAP32[$2>>2]|0;
299004 $4 = (($3) + 1)|0;
299005 HEAP32[$2>>2] = $4;
299006 return 0;
299007}
299008function _analyzeAggregatesInSelectEnd($0,$1) {
299009 $0 = $0|0;
299010 $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…