($0,$1,$2)
| 26858 | return; |
| 26859 | } |
| 26860 | function _sourceidFunc($0,$1,$2) { |
| 26861 | $0 = $0|0; |
| 26862 | $1 = $1|0; |
| 26863 | $2 = $2|0; |
| 26864 | var $3 = 0, $4 = 0, $5 = 0, $6 = 0, $7 = 0, $8 = 0, label = 0, sp = 0; |
| 26865 | sp = STACKTOP; |
| 26866 | $3 = HEAP32[$0>>2]|0; |
| 26867 | $4 = (_sqlite3VdbeMemSetStr($3,17032,-1,1,0)|0); |
| 26868 | $5 = ($4|0)==(18); |
| 26869 | if (!($5)) { |
| 26870 | return; |
| 26871 | } |
| 26872 | $6 = ((($0)) + 20|0); |
| 26873 | HEAP32[$6>>2] = 18; |
| 26874 | $7 = ((($0)) + 25|0); |
| 26875 | HEAP8[$7>>0] = 1; |
| 26876 | $8 = HEAP32[$0>>2]|0; |
| 26877 | (_sqlite3VdbeMemSetStr($8,18992,-1,1,0)|0); |
| 26878 | return; |
| 26879 | } |
| 26880 | function _errlogFunc($0,$1,$2) { |
| 26881 | $0 = $0|0; |
| 26882 | $1 = $1|0; |
nothing calls this directly
no test coverage detected
searching dependent graphs…