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

Function _sqlite3_result_error

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

Source from the content-addressed store, hash-verified

86429 STACKTOP = sp;return;
86430}
86431function _sqlite3_result_error($0,$1,$2) {
86432 $0 = $0|0;
86433 $1 = $1|0;
86434 $2 = $2|0;
86435 var $3 = 0, $4 = 0, $5 = 0, label = 0, sp = 0;
86436 sp = STACKTOP;
86437 $3 = ((($0)) + 20|0);
86438 HEAP32[$3>>2] = 1;
86439 $4 = ((($0)) + 25|0);
86440 HEAP8[$4>>0] = 1;
86441 $5 = HEAP32[$0>>2]|0;
86442 (_sqlite3VdbeMemSetStr($5,$1,$2,1,(-1))|0);
86443 return;
86444}
86445function _sqlite3_result_int($0,$1) {
86446 $0 = $0|0;
86447 $1 = $1|0;

Callers 15

_acosFuncFunction · 0.85
_asinFuncFunction · 0.85
_atanFuncFunction · 0.85
_acoshFuncFunction · 0.85
_asinhFuncFunction · 0.85
_atanhFuncFunction · 0.85
_rad2degFuncFunction · 0.85
_deg2radFuncFunction · 0.85
_cosFuncFunction · 0.85
_sinFuncFunction · 0.85
_tanFuncFunction · 0.85
_cotFuncFunction · 0.85

Calls 1

_sqlite3VdbeMemSetStrFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…