MCPcopy Index your code
hub / github.com/sql-js/sql.js / _sqlite3_create_function

Function _sqlite3_create_function

js/sql-debug.js:325537–325566  ·  view source on GitHub ↗
($0,$1,$2,$3,$4,$5,$6,$7)

Source from the content-addressed store, hash-verified

325535 return ($1|0);
325536}
325537function _sqlite3_create_function($0,$1,$2,$3,$4,$5,$6,$7) {
325538 $0 = $0|0;
325539 $1 = $1|0;
325540 $2 = $2|0;
325541 $3 = $3|0;
325542 $4 = $4|0;
325543 $5 = $5|0;
325544 $6 = $6|0;
325545 $7 = $7|0;
325546 var $$0$i$i = 0, $10 = 0, $11 = 0, $12 = 0, $13 = 0, $14 = 0, $15 = 0, $8 = 0, $9 = 0, $or$cond$i$i = 0, label = 0, sp = 0;
325547 sp = STACKTOP;
325548 $8 = (_sqlite3CreateFunc($0,$1,$2,$3,$4,$5,$6,$7,0)|0);
325549 $9 = ((($0)) + 73|0);
325550 $10 = HEAP8[$9>>0]|0;
325551 $11 = ($10<<24>>24)!=(0);
325552 $12 = ($8|0)==(3082);
325553 $or$cond$i$i = $12 | $11;
325554 if ($or$cond$i$i) {
325555 _apiOomError($0);
325556 $$0$i$i = 7;
325557 return ($$0$i$i|0);
325558 } else {
325559 $13 = ((($0)) + 60|0);
325560 $14 = HEAP32[$13>>2]|0;
325561 $15 = $14 & $8;
325562 $$0$i$i = $15;
325563 return ($$0$i$i|0);
325564 }
325565 return (0)|0;
325566}
325567function _sqlite3_create_function_v2($0,$1,$2,$3,$4,$5,$6,$7,$8) {
325568 $0 = $0|0;
325569 $1 = $1|0;

Callers 1

Calls 2

_sqlite3CreateFuncFunction · 0.85
_apiOomErrorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…