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

Function _whereCombineDisjuncts

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

Source from the content-addressed store, hash-verified

283413 return ($$0|0);
283414}
283415function _whereCombineDisjuncts($0,$1,$2,$3) {
283416 $0 = $0|0;
283417 $1 = $1|0;
283418 $2 = $2|0;
283419 $3 = $3|0;
283420 var $$ = 0, $$$ = 0, $$036 = 0, $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;
283421 var $27 = 0, $28 = 0, $29 = 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;
283422 var $46 = 0, $47 = 0, $48 = 0, $49 = 0, $5 = 0, $50 = 0, $51 = 0, $52 = 0, $6 = 0, $7 = 0, $8 = 0, $9 = 0, $or$cond = 0, $or$cond39 = 0, label = 0, sp = 0;
283423 sp = STACKTOP;
283424 $4 = ((($2)) + 12|0);
283425 $5 = HEAP16[$4>>1]|0;
283426 $6 = ((($3)) + 12|0);
283427 $7 = HEAP16[$6>>1]|0;
283428 $8 = $7 | $5;
283429 $9 = $5 & 62;
283430 $10 = ($9<<16>>16)==(0);
283431 $11 = $7 & 62;
283432 $12 = ($11<<16>>16)==(0);
283433 $or$cond39 = $10 | $12;
283434 if ($or$cond39) {
283435 return;
283436 }
283437 $13 = $8&65535;
283438 $14 = $13 & 26;
283439 $15 = ($14|0)==($13|0);
283440 $16 = $13 & 38;
283441 $17 = ($16|0)==($13|0);
283442 $or$cond = $15 | $17;
283443 if (!($or$cond)) {
283444 return;
283445 }
283446 $18 = HEAP32[$2>>2]|0;
283447 $19 = ((($18)) + 12|0);
283448 $20 = HEAP32[$19>>2]|0;
283449 $21 = HEAP32[$3>>2]|0;
283450 $22 = ((($21)) + 12|0);
283451 $23 = HEAP32[$22>>2]|0;
283452 $24 = (_sqlite3ExprCompare(0,$20,$23,-1)|0);
283453 $25 = ($24|0)==(0);
283454 if (!($25)) {
283455 return;
283456 }
283457 $26 = HEAP32[$2>>2]|0;
283458 $27 = ((($26)) + 16|0);
283459 $28 = HEAP32[$27>>2]|0;
283460 $29 = HEAP32[$3>>2]|0;
283461 $30 = ((($29)) + 16|0);
283462 $31 = HEAP32[$30>>2]|0;
283463 $32 = (_sqlite3ExprCompare(0,$28,$31,-1)|0);
283464 $33 = ($32|0)==(0);
283465 if (!($33)) {
283466 return;
283467 }
283468 $34 = (($13) + 65535)|0;
283469 $35 = $34 & $13;
283470 $36 = ($35|0)==(0);
283471 $37 = $13 & 24;
283472 $38 = ($37|0)==(0);

Callers 1

_exprAnalyzeFunction · 0.85

Calls 4

_sqlite3ExprCompareFunction · 0.85
_exprDupFunction · 0.85
_whereClauseInsertFunction · 0.85
_exprAnalyzeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…