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

Function _fts3FindFunctionMethod

js/sql-debug.js:335441–335480  ·  view source on GitHub ↗
($0,$1,$2,$3,$4)

Source from the content-addressed store, hash-verified

335439 return 0;
335440}
335441function _fts3FindFunctionMethod($0,$1,$2,$3,$4) {
335442 $0 = $0|0;
335443 $1 = $1|0;
335444 $2 = $2|0;
335445 $3 = $3|0;
335446 $4 = $4|0;
335447 var $$011$lcssa = 0, $$09 = 0, $10 = 0, $11 = 0, $12 = 0, $13 = 0, $14 = 0, $5 = 0, $6 = 0, $7 = 0, $8 = 0, $9 = 0, label = 0, sp = 0;
335448 sp = STACKTOP;
335449 $5 = (_strcmp($2,39592)|0);
335450 $6 = ($5|0)==(0);
335451 if ($6) {
335452 $$011$lcssa = 0;
335453 } else {
335454 $9 = (_strcmp($2,39600)|0);
335455 $10 = ($9|0)==(0);
335456 if ($10) {
335457 $$011$lcssa = 1;
335458 } else {
335459 $11 = (_strcmp($2,31384)|0);
335460 $12 = ($11|0)==(0);
335461 if ($12) {
335462 $$011$lcssa = 2;
335463 } else {
335464 $13 = (_strcmp($2,39608)|0);
335465 $14 = ($13|0)==(0);
335466 if ($14) {
335467 $$011$lcssa = 3;
335468 } else {
335469 $$09 = 0;
335470 return ($$09|0);
335471 }
335472 }
335473 }
335474 }
335475 $7 = (((6792 + ($$011$lcssa<<3)|0)) + 4|0);
335476 $8 = HEAP32[$7>>2]|0;
335477 HEAP32[$3>>2] = $8;
335478 $$09 = 1;
335479 return ($$09|0);
335480}
335481function _fts3RenameMethod($0,$1) {
335482 $0 = $0|0;
335483 $1 = $1|0;

Callers

nothing calls this directly

Calls 1

_strcmpFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…