MCPcopy
hub / github.com/sql-js/sql.js / _fts3auxConnectMethod

Function _fts3auxConnectMethod

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

Source from the content-addressed store, hash-verified

388180 return ($$4|0);
388181}
388182function _fts3auxConnectMethod($0,$1,$2,$3,$4,$5) {
388183 $0 = $0|0;
388184 $1 = $1|0;
388185 $2 = $2|0;
388186 $3 = $3|0;
388187 $4 = $4|0;
388188 $5 = $5|0;
388189 var $$$i = 0, $$0 = 0, $$0$be$i = 0, $$0$lcssa$i = 0, $$024$be$i = 0, $$02428$i = 0, $$029$i = 0, $$056 = 0, $$057 = 0, $$058 = 0, $$cmp = 0, $$lcssa = 0, $$lcssa$in = 0, $$lcssa67 = 0, $$sink = 0, $10 = 0, $11 = 0, $12 = 0, $13 = 0, $14 = 0;
388190 var $15 = 0, $16 = 0, $17 = 0, $18 = 0, $19 = 0, $20 = 0, $21 = 0, $22 = 0, $23 = 0, $24 = 0, $25 = 0, $26 = 0, $27 = 0, $28 = 0, $29 = 0, $30 = 0, $31 = 0, $32 = 0, $33 = 0, $34 = 0;
388191 var $35 = 0, $36 = 0, $37 = 0, $38 = 0, $39 = 0, $40 = 0, $41 = 0, $42 = 0, $43 = 0, $44 = 0, $45 = 0, $46 = 0, $47 = 0, $48 = 0, $49 = 0, $50 = 0, $51 = 0, $52 = 0, $53 = 0, $54 = 0;
388192 var $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, $70 = 0, $71 = 0, $72 = 0;
388193 var $73 = 0, $74 = 0, $75 = 0, $76 = 0, $77 = 0, $78 = 0, $79 = 0, $8 = 0, $80 = 0, $81 = 0, $82 = 0, $9 = 0, $or$cond = 0, $vararg_buffer = 0, label = 0, sp = 0;
388194 sp = STACKTOP;
388195 STACKTOP = STACKTOP + 16|0;
388196 $vararg_buffer = sp;
388197 $6 = $2 & -2;
388198 $$cmp = ($6|0)==(4);
388199 do {
388200 if ($$cmp) {
388201 $7 = ((($3)) + 4|0);
388202 $8 = HEAP32[$7>>2]|0;
388203 $9 = (_strlen($8)|0);
388204 $10 = ($2|0)==(5);
388205 if ($10) {
388206 $11 = ($9|0)!=(4);
388207 $12 = ($8|0)==(0|0);
388208 $or$cond = $12 | $11;
388209 if ($or$cond) {
388210 break;
388211 }
388212 $13 = HEAP8[$8>>0]|0;
388213 $14 = $13&255;
388214 $15 = (17324 + ($14)|0);
388215 $16 = $14 | 32;
388216 $17 = ($16|0)==(116);
388217 if ($17) {
388218 $65 = ((($8)) + 1|0);
388219 $66 = HEAP8[$65>>0]|0;
388220 $67 = $66&255;
388221 $68 = (17324 + ($67)|0);
388222 $69 = $67 | 32;
388223 $70 = ($69|0)==(101);
388224 if ($70) {
388225 $71 = ((($8)) + 2|0);
388226 $72 = HEAP8[$71>>0]|0;
388227 $73 = $72&255;
388228 $74 = (17324 + ($73)|0);
388229 $75 = $73 | 32;
388230 $76 = ($75|0)==(109);
388231 if ($76) {
388232 $77 = ((($8)) + 3|0);
388233 $78 = HEAP8[$77>>0]|0;
388234 $79 = $78&255;
388235 $80 = (17324 + ($79)|0);
388236 $81 = $79 | 32;
388237 $82 = ($81|0)==(112);
388238 if (!($82)) {
388239 $$lcssa$in = $80;$$lcssa67 = 112;

Callers

nothing calls this directly

Calls 6

_strlenFunction · 0.85
_sqlite3_declare_vtabFunction · 0.85
_sqlite3_mallocFunction · 0.85
_memsetFunction · 0.85
_memcpyFunction · 0.85
_sqlite3Fts3ErrMsgFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…