($0,$1)
| 29931 | } |
| 29932 | } |
| 29933 | function _valueBytes($0,$1) { |
| 29934 | $0 = $0|0; |
| 29935 | $1 = $1|0; |
| 29936 | var $2 = 0, $3 = 0, $4 = 0, $5 = 0, $6 = 0, label = 0, sp = 0; |
| 29937 | sp = STACKTOP; |
| 29938 | $2 = (_valueToText($0,$1)|0); |
| 29939 | $3 = ($2|0)==(0|0); |
| 29940 | if ($3) { |
| 29941 | $6 = 0; |
| 29942 | return ($6|0); |
| 29943 | } |
| 29944 | $4 = ((($0)) + 12|0); |
| 29945 | $5 = HEAP32[$4>>2]|0; |
| 29946 | $6 = $5; |
| 29947 | return ($6|0); |
| 29948 | } |
| 29949 | function _sqlite3VdbeMemSetStr($0,$1,$2,$3,$4) { |
| 29950 | $0 = $0|0; |
| 29951 | $1 = $1|0; |
no test coverage detected
searching dependent graphs…