($0,$1)
| 214783 | } |
| 214784 | } |
| 214785 | function _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 | } |
| 214805 | function _sqlite3WalkSelectExpr($0,$1) { |
| 214806 | $0 = $0|0; |
| 214807 | $1 = $1|0; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…