($0,$1)
| 325859 | } |
| 325860 | } |
| 325861 | function _sqlite3_open($0,$1) { |
| 325862 | $0 = $0|0; |
| 325863 | $1 = $1|0; |
| 325864 | var $2 = 0, label = 0, sp = 0; |
| 325865 | sp = STACKTOP; |
| 325866 | $2 = (_openDatabase($0,$1,6,0)|0); |
| 325867 | return ($2|0); |
| 325868 | } |
| 325869 | function _openDatabase($0,$1,$2,$3) { |
| 325870 | $0 = $0|0; |
| 325871 | $1 = $1|0; |
nothing calls this directly
no test coverage detected
searching dependent graphs…