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

Function _fts3MIBufferFree

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

Source from the content-addressed store, hash-verified

351462 return ($$0|0);
351463}
351464function _fts3MIBufferFree($0) {
351465 $0 = $0|0;
351466 var $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, $27 = 0;
351467 var $3 = 0, $4 = 0, $5 = 0, $6 = 0, $7 = 0, $8 = 0, $9 = 0, label = 0, sp = 0;
351468 sp = STACKTOP;
351469 $1 = ((($0)) + -4|0);
351470 $2 = HEAP32[$1>>2]|0;
351471 $3 = (0 - ($2))|0;
351472 $4 = (($0) + ($3)|0);
351473 $5 = ((($4)) + 16|0);
351474 $6 = ((($5)) + 4|0);
351475 $7 = ($6|0)==($0|0);
351476 if ($7) {
351477 $8 = ((($4)) + 1|0);
351478 HEAP8[$8>>0] = 0;
351479 } else {
351480 $9 = ((($4)) + 2|0);
351481 HEAP8[$9>>0] = 0;
351482 }
351483 $10 = HEAP8[$4>>0]|0;
351484 $11 = ($10<<24>>24)==(0);
351485 if (!($11)) {
351486 return;
351487 }
351488 $12 = ((($4)) + 1|0);
351489 $13 = HEAP8[$12>>0]|0;
351490 $14 = ($13<<24>>24)==(0);
351491 if (!($14)) {
351492 return;
351493 }
351494 $15 = ((($4)) + 2|0);
351495 $16 = HEAP8[$15>>0]|0;
351496 $17 = ($16<<24>>24)==(0);
351497 if (!($17)) {
351498 return;
351499 }
351500 $18 = HEAP32[2]|0;
351501 $19 = ($18|0)==(0);
351502 if ($19) {
351503 $27 = HEAP32[(56)>>2]|0;
351504 FUNCTION_TABLE_vi[$27 & 255]($4);
351505 return;
351506 } else {
351507 $20 = HEAP32[(64)>>2]|0;
351508 $21 = (FUNCTION_TABLE_ii[$20 & 255]($4)|0);
351509 $22 = HEAP32[11822]|0;
351510 $23 = (($22) - ($21))|0;
351511 HEAP32[11822] = $23;
351512 $24 = HEAP32[11825]|0;
351513 $25 = (($24) + -1)|0;
351514 HEAP32[11825] = $25;
351515 $26 = HEAP32[(56)>>2]|0;
351516 FUNCTION_TABLE_vi[$26 & 255]($4);
351517 return;
351518 }
351519}
351520function _sqlite3Fts3SelectDoctotal($0,$1) {
351521 $0 = $0|0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…