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

Function _fts3auxColumnMethod

js/sql-debug.js:389639–389873  ·  view source on GitHub ↗
($0,$1,$2)

Source from the content-addressed store, hash-verified

389637 return ($2|0);
389638}
389639function _fts3auxColumnMethod($0,$1,$2) {
389640 $0 = $0|0;
389641 $1 = $1|0;
389642 $2 = $2|0;
389643 var $10 = 0, $11 = 0, $12 = 0, $13 = 0, $14 = 0, $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;
389644 var $3 = 0, $30 = 0, $31 = 0, $32 = 0, $33 = 0, $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;
389645 var $48 = 0, $49 = 0, $5 = 0, $50 = 0, $51 = 0, $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;
389646 var $66 = 0, $67 = 0, $68 = 0, $69 = 0, $7 = 0, $70 = 0, $71 = 0, $72 = 0, $73 = 0, $74 = 0, $75 = 0, $76 = 0, $77 = 0, $78 = 0, $79 = 0, $8 = 0, $80 = 0, $81 = 0, $82 = 0, $83 = 0;
389647 var $84 = 0, $85 = 0, $86 = 0, $9 = 0, label = 0, sp = 0;
389648 sp = STACKTOP;
389649 switch ($2|0) {
389650 case 0: {
389651 $3 = ((($0)) + 44|0);
389652 $4 = HEAP32[$3>>2]|0;
389653 $5 = ((($0)) + 48|0);
389654 $6 = HEAP32[$5>>2]|0;
389655 $7 = HEAP32[$1>>2]|0;
389656 $8 = (_sqlite3VdbeMemSetStr($7,$4,$6,1,(-1))|0);
389657 $9 = ($8|0)==(18);
389658 if (!($9)) {
389659 return 0;
389660 }
389661 $10 = ((($1)) + 20|0);
389662 HEAP32[$10>>2] = 18;
389663 $11 = ((($1)) + 25|0);
389664 HEAP8[$11>>0] = 1;
389665 $12 = HEAP32[$1>>2]|0;
389666 (_sqlite3VdbeMemSetStr($12,18992,-1,1,0)|0);
389667 return 0;
389668 break;
389669 }
389670 case 1: {
389671 $13 = ((($0)) + 104|0);
389672 $14 = HEAP32[$13>>2]|0;
389673 $15 = ($14|0)==(0);
389674 if ($15) {
389675 $28 = HEAP32[$1>>2]|0;
389676 $29 = (_sqlite3VdbeMemSetStr($28,28976,-1,1,0)|0);
389677 $30 = ($29|0)==(18);
389678 if (!($30)) {
389679 return 0;
389680 }
389681 $31 = ((($1)) + 20|0);
389682 HEAP32[$31>>2] = 18;
389683 $32 = ((($1)) + 25|0);
389684 HEAP8[$32>>0] = 1;
389685 $33 = HEAP32[$1>>2]|0;
389686 (_sqlite3VdbeMemSetStr($33,18992,-1,1,0)|0);
389687 return 0;
389688 }
389689 $16 = (($14) + -1)|0;
389690 $17 = HEAP32[$1>>2]|0;
389691 $18 = ($16|0)<(0);
389692 $19 = $18 << 31 >> 31;
389693 $20 = ((($17)) + 8|0);
389694 $21 = HEAP16[$20>>1]|0;
389695 $22 = $21 & 9312;
389696 $23 = ($22<<16>>16)==(0);

Callers

nothing calls this directly

Calls 2

_sqlite3VdbeMemSetStrFunction · 0.85
_vdbeReleaseAndSetInt64Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…