($0)
| 331264 | STACKTOP = sp;return ($$0|0); |
| 331265 | } |
| 331266 | function _fts3EofMethod($0) { |
| 331267 | $0 = $0|0; |
| 331268 | var $1 = 0, $2 = 0, $3 = 0, $4 = 0, label = 0, sp = 0; |
| 331269 | sp = STACKTOP; |
| 331270 | $1 = ((($0)) + 6|0); |
| 331271 | $2 = HEAP8[$1>>0]|0; |
| 331272 | $3 = ($2<<24>>24)==(0); |
| 331273 | if ($3) { |
| 331274 | $4 = 0; |
| 331275 | return ($4|0); |
| 331276 | } |
| 331277 | _fts3ClearCursor($0); |
| 331278 | HEAP8[$1>>0] = 1; |
| 331279 | $4 = 1; |
| 331280 | return ($4|0); |
| 331281 | } |
| 331282 | function _fts3ColumnMethod($0,$1,$2) { |
| 331283 | $0 = $0|0; |
| 331284 | $1 = $1|0; |
nothing calls this directly
no test coverage detected
searching dependent graphs…