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

Function _sqlite3ExprCollSeq

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

Source from the content-addressed store, hash-verified

205430 return (0)|0;
205431}
205432function _sqlite3ExprCollSeq($0,$1) {
205433 $0 = $0|0;
205434 $1 = $1|0;
205435 var $$0$i = 0, $$0$i$in = 0, $$071$be = 0, $$07193 = 0, $$084 = 0, $$1$i = 0, $$273 = 0, $$3 = 0, $$380 = 0, $$old8 = 0, $10 = 0, $11 = 0, $12 = 0, $13 = 0, $14 = 0, $15 = 0, $16 = 0, $17 = 0, $18 = 0, $19 = 0;
205436 var $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, $34 = 0, $35 = 0, $36 = 0, $37 = 0;
205437 var $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, $52 = 0, $53 = 0, $54 = 0, $55 = 0;
205438 var $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, $73 = 0;
205439 var $74 = 0, $75 = 0, $76 = 0, $77 = 0, $78 = 0, $79 = 0, $8 = 0, $80 = 0, $9 = 0, $not$$i = 0, $or$cond = 0, label = 0, sp = 0;
205440 sp = STACKTOP;
205441 $2 = HEAP32[$0>>2]|0;
205442 $$old8 = ($1|0)==(0|0);
205443 L1: do {
205444 if ($$old8) {
205445 $$380 = 0;
205446 } else {
205447 $3 = ((($1)) + 4|0);
205448 $4 = HEAP32[$3>>2]|0;
205449 $5 = $4 & 512;
205450 $6 = ($5|0)==(0);
205451 if ($6) {
205452 $$07193 = $1;$41 = $4;
205453 L3: while(1) {
205454 $7 = HEAP8[$$07193>>0]|0;
205455 switch ($7<<24>>24) {
205456 case 94: {
205457 label = 6;
205458 break L3;
205459 break;
205460 }
205461 case 36: case -107: {
205462 $8 = ((($$07193)) + 12|0);
205463 $9 = HEAP32[$8>>2]|0;
205464 $$273 = $9;
205465 label = 20;
205466 break;
205467 }
205468 case -106: {
205469 $10 = ((($$07193)) + 38|0);
205470 $11 = HEAP8[$10>>0]|0;
205471 $12 = ($11<<24>>24)==(94);
205472 if ($12) {
205473 label = 6;
205474 break L3;
205475 } else {
205476 label = 7;
205477 }
205478 break;
205479 }
205480 case 75: case -111: case -109: {
205481 label = 7;
205482 break;
205483 }
205484 default: {
205485 label = 13;
205486 }
205487 }
205488 if ((label|0) == 7) {
205489 label = 0;

Callers 15

_sqlite3SelectFunction · 0.85
_codeCompareFunction · 0.85
_sqlite3ExprCodeINFunction · 0.85
_sqlite3FindInIndexFunction · 0.85
_sqlite3CodeSubselectFunction · 0.85
_sqlite3ExprCodeTargetFunction · 0.85
_sqlite3WhereBeginFunction · 0.85
_exprAnalyzeFunction · 0.85
_whereScanNextFunction · 0.85
_whereRangeVectorLenFunction · 0.85

Calls 2

_sqlite3GetCollSeqFunction · 0.85
_findElementWithHashFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…