MCPcopy Create free account
hub / github.com/sql-js/sql.js / _rowSetTreeToList

Function _rowSetTreeToList

js/sql-debug.js:312820–312849  ·  view source on GitHub ↗
($0,$1,$2)

Source from the content-addressed store, hash-verified

312818 return (0)|0;
312819}
312820function _rowSetTreeToList($0,$1,$2) {
312821 $0 = $0|0;
312822 $1 = $1|0;
312823 $2 = $2|0;
312824 var $10 = 0, $11 = 0, $3 = 0, $4 = 0, $5 = 0, $6 = 0, $7 = 0, $8 = 0, $9 = 0, label = 0, sp = 0;
312825 sp = STACKTOP;
312826 STACKTOP = STACKTOP + 16|0;
312827 $3 = sp;
312828 $4 = ((($0)) + 12|0);
312829 $5 = HEAP32[$4>>2]|0;
312830 $6 = ($5|0)==(0|0);
312831 if ($6) {
312832 HEAP32[$1>>2] = $0;
312833 } else {
312834 _rowSetTreeToList($5,$1,$3);
312835 $7 = HEAP32[$3>>2]|0;
312836 $8 = ((($7)) + 8|0);
312837 HEAP32[$8>>2] = $0;
312838 }
312839 $9 = ((($0)) + 8|0);
312840 $10 = HEAP32[$9>>2]|0;
312841 $11 = ($10|0)==(0|0);
312842 if ($11) {
312843 HEAP32[$2>>2] = $0;
312844 STACKTOP = sp;return;
312845 } else {
312846 _rowSetTreeToList($10,$9,$2);
312847 STACKTOP = sp;return;
312848 }
312849}
312850function _sqlite3PagerSetJournalMode($0,$1) {
312851 $0 = $0|0;
312852 $1 = $1|0;

Callers 1

_sqlite3VdbeExecFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…