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

Function _hashDestroy

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

Source from the content-addressed store, hash-verified

328166 STACKTOP = sp;return;
328167}
328168function _hashDestroy($0) {
328169 $0 = $0|0;
328170 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;
328171 sp = STACKTOP;
328172 _sqlite3Fts3HashClear($0);
328173 $1 = ($0|0)==(0|0);
328174 if ($1) {
328175 return;
328176 }
328177 $2 = HEAP32[2]|0;
328178 $3 = ($2|0)==(0);
328179 if ($3) {
328180 $11 = HEAP32[(56)>>2]|0;
328181 FUNCTION_TABLE_vi[$11 & 255]($0);
328182 return;
328183 } else {
328184 $4 = HEAP32[(64)>>2]|0;
328185 $5 = (FUNCTION_TABLE_ii[$4 & 255]($0)|0);
328186 $6 = HEAP32[11822]|0;
328187 $7 = (($6) - ($5))|0;
328188 HEAP32[11822] = $7;
328189 $8 = HEAP32[11825]|0;
328190 $9 = (($8) + -1)|0;
328191 HEAP32[11825] = $9;
328192 $10 = HEAP32[(56)>>2]|0;
328193 FUNCTION_TABLE_vi[$10 & 255]($0);
328194 return;
328195 }
328196}
328197function _sqlite3Fts3HashClear($0) {
328198 $0 = $0|0;
328199 var $$in = 0, $1 = 0, $10 = 0, $11 = 0, $12 = 0, $13 = 0, $14 = 0, $15 = 0, $16 = 0, $17 = 0, $18 = 0, $19 = 0, $2 = 0, $20 = 0, $21 = 0, $22 = 0, $23 = 0, $24 = 0, $25 = 0, $26 = 0;

Callers

nothing calls this directly

Calls 1

_sqlite3Fts3HashClearFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…