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

Function _fts3EvalUpdateCounts

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

Source from the content-addressed store, hash-verified

358763 }
358764}
358765function _fts3EvalUpdateCounts($0) {
358766 $0 = $0|0;
358767 var $$$026 = 0, $$026$lcssa = 0, $$02637 = 0, $$027$lobit = 0, $$02736 = 0, $$028 = 0, $$032 = 0, $$1 = 0, $$129$lcssa = 0, $$12935 = 0, $$masked = 0, $$masked34 = 0, $$tr39 = 0, $1 = 0, $10 = 0, $11 = 0, $12 = 0, $13 = 0, $14 = 0, $15 = 0;
358768 var $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, $28 = 0, $29 = 0, $3 = 0, $30 = 0, $31 = 0, $32 = 0, $33 = 0;
358769 var $34 = 0, $35 = 0, $36 = 0, $37 = 0, $38 = 0, $39 = 0, $4 = 0, $40 = 0, $41 = 0, $42 = 0, $43 = 0, $44 = 0, $45 = 0, $46 = 0, $47 = 0, $48 = 0, $49 = 0, $5 = 0, $50 = 0, $51 = 0;
358770 var $52 = 0, $53 = 0, $54 = 0, $55 = 0, $56 = 0, $57 = 0, $58 = 0, $59 = 0, $6 = 0, $60 = 0, $61 = 0, $62 = 0, $63 = 0, $64 = 0, $65 = 0, $66 = 0, $67 = 0, $68 = 0, $69 = 0, $7 = 0;
358771 var $70 = 0, $71 = 0, $72 = 0, $73 = 0, $74 = 0, $75 = 0, $76 = 0, $77 = 0, $8 = 0, $9 = 0, label = 0, sp = 0;
358772 sp = STACKTOP;
358773 $1 = ($0|0)==(0|0);
358774 if ($1) {
358775 return;
358776 } else {
358777 $$tr39 = $0;
358778 }
358779 while(1) {
358780 $2 = ((($$tr39)) + 20|0);
358781 $3 = HEAP32[$2>>2]|0;
358782 $4 = ($3|0)==(0|0);
358783 L5: do {
358784 if (!($4)) {
358785 $5 = ((($3)) + 28|0);
358786 $6 = HEAP32[$5>>2]|0;
358787 $7 = ($6|0)==(0|0);
358788 if (!($7)) {
358789 $8 = ((($$tr39)) + 40|0);
358790 $$028 = $6;$$032 = 0;
358791 while(1) {
358792 $9 = HEAP8[$$028>>0]|0;
358793 $10 = $9 << 24 >> 24;
358794 $$masked34 = $10 & 254;
358795 $11 = ($$masked34|0)==(0);
358796 if ($11) {
358797 $$026$lcssa = 0;$$129$lcssa = $$028;
358798 } else {
358799 $$02637 = 0;$$02736 = 0;$$12935 = $$028;$15 = $10;
358800 while(1) {
358801 $$027$lobit = $$02736 >>> 7;
358802 $12 = $$027$lobit ^ 1;
358803 $$$026 = (($12) + ($$02637))|0;
358804 $13 = ((($$12935)) + 1|0);
358805 $14 = $15 & 128;
358806 $16 = HEAP8[$13>>0]|0;
358807 $17 = $16 << 24 >> 24;
358808 $$masked = $17 & 254;
358809 $18 = $$masked | $14;
358810 $19 = ($18|0)==(0);
358811 if ($19) {
358812 $$026$lcssa = $$$026;$$129$lcssa = $13;
358813 break;
358814 } else {
358815 $$02637 = $$$026;$$02736 = $14;$$12935 = $13;$15 = $17;
358816 }
358817 }
358818 }
358819 $20 = HEAP32[$8>>2]|0;
358820 $21 = ($$032*3)|0;
358821 $22 = (($21) + 1)|0;
358822 $23 = (($20) + ($22<<2)|0);

Callers 1

_fts3ExprGlobalHitsCbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…