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

Function _fts3CloseMethod

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

Source from the content-addressed store, hash-verified

330091 return ($$0|0);
330092}
330093function _fts3CloseMethod($0) {
330094 $0 = $0|0;
330095 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;
330096 sp = STACKTOP;
330097 _fts3ClearCursor($0);
330098 $1 = ($0|0)==(0|0);
330099 if ($1) {
330100 return 0;
330101 }
330102 $2 = HEAP32[2]|0;
330103 $3 = ($2|0)==(0);
330104 if ($3) {
330105 $11 = HEAP32[(56)>>2]|0;
330106 FUNCTION_TABLE_vi[$11 & 255]($0);
330107 return 0;
330108 } else {
330109 $4 = HEAP32[(64)>>2]|0;
330110 $5 = (FUNCTION_TABLE_ii[$4 & 255]($0)|0);
330111 $6 = HEAP32[11822]|0;
330112 $7 = (($6) - ($5))|0;
330113 HEAP32[11822] = $7;
330114 $8 = HEAP32[11825]|0;
330115 $9 = (($8) + -1)|0;
330116 HEAP32[11825] = $9;
330117 $10 = HEAP32[(56)>>2]|0;
330118 FUNCTION_TABLE_vi[$10 & 255]($0);
330119 return 0;
330120 }
330121 return (0)|0;
330122}
330123function _fts3FilterMethod($0,$1,$2,$3,$4) {
330124 $0 = $0|0;
330125 $1 = $1|0;

Callers

nothing calls this directly

Calls 1

_fts3ClearCursorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…