MCPcopy
hub / github.com/sql-js/sql.js / _apiOomError

Function _apiOomError

js/sql-debug.js:81318–81343  ·  view source on GitHub ↗
($0)

Source from the content-addressed store, hash-verified

81316 STACKTOP = sp;return ($53|0);
81317}
81318function _apiOomError($0) {
81319 $0 = $0|0;
81320 var $1 = 0, $10 = 0, $11 = 0, $2 = 0, $3 = 0, $4 = 0, $5 = 0, $6 = 0, $7 = 0, $8 = 0, $9 = 0, label = 0, sp = 0;
81321 sp = STACKTOP;
81322 $1 = ((($0)) + 73|0);
81323 $2 = HEAP8[$1>>0]|0;
81324 $3 = ($2<<24>>24)==(0);
81325 if (!($3)) {
81326 $4 = ((($0)) + 172|0);
81327 $5 = HEAP32[$4>>2]|0;
81328 $6 = ($5|0)==(0);
81329 if ($6) {
81330 HEAP8[$1>>0] = 0;
81331 $7 = ((($0)) + 256|0);
81332 HEAP32[$7>>2] = 0;
81333 $8 = ((($0)) + 264|0);
81334 $9 = HEAP32[$8>>2]|0;
81335 $10 = (($9) + -1)|0;
81336 HEAP32[$8>>2] = $10;
81337 }
81338 }
81339 $11 = ((($0)) + 56|0);
81340 HEAP32[$11>>2] = 7;
81341 _sqlite3ErrorFinish($0,7);
81342 return;
81343}
81344function _sqlite3VdbeHalt($0) {
81345 $0 = $0|0;
81346 var $$$0172$i = 0, $$0$i = 0, $$0$i$i = 0, $$0$i$i$i = 0, $$0$i$us$i = 0, $$0$i$us$i$i = 0, $$0$i205$i = 0, $$0$i8$i$ph$i = 0, $$0$i8$i255$i = 0, $$0110 = 0, $$0112 = 0, $$0112146 = 0, $$013$i$i = 0, $$0166292$i191 = 0, $$0172291$i$lcssa230 = 0, $$0172291$i192 = 0, $$0181290$i193 = 0, $$0183$i = 0, $$020$i = 0, $$026$i$i = 0;

Callers 15

_sqlite3_finalizeFunction · 0.85
_sqlite3_resetFunction · 0.85
_sqlite3_stepFunction · 0.85
_sqlite3PrepareFunction · 0.85
_sqlite3_execFunction · 0.85
_sqlite3_column_textFunction · 0.85
_pragmaVtabColumnFunction · 0.85
_sqlite3_declare_vtabFunction · 0.85
_sqlite3_column_blobFunction · 0.85
_sqlite3_column_bytesFunction · 0.85
_sqlite3_column_doubleFunction · 0.85

Calls 1

_sqlite3ErrorFinishFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…