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

Function _pcache1Unpin

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

Source from the content-addressed store, hash-verified

22099 return ($$017$i|0);
22100}
22101function _pcache1Unpin($0,$1,$2) {
22102 $0 = $0|0;
22103 $1 = $1|0;
22104 $2 = $2|0;
22105 var $$0$i = 0, $$sink = 0, $$sink24 = 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;
22106 var $27 = 0, $28 = 0, $29 = 0, $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;
22107 var $45 = 0, $46 = 0, $47 = 0, $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;
22108 var $63 = 0, $64 = 0, $65 = 0, $66 = 0, $67 = 0, $68 = 0, $69 = 0, $7 = 0, $70 = 0, $71 = 0, $72 = 0, $73 = 0, $8 = 0, $9 = 0, $or$cond$i$i = 0, label = 0, sp = 0;
22109 sp = STACKTOP;
22110 $3 = HEAP32[$0>>2]|0;
22111 $4 = ($2|0)==(0);
22112 if ($4) {
22113 $5 = ((($3)) + 16|0);
22114 $6 = HEAP32[$5>>2]|0;
22115 $7 = ((($3)) + 4|0);
22116 $8 = HEAP32[$7>>2]|0;
22117 $9 = ($6>>>0)>($8>>>0);
22118 if (!($9)) {
22119 $65 = ((($3)) + 20|0);
22120 $66 = ((($3)) + 44|0);
22121 $67 = ((($1)) + 28|0);
22122 HEAP32[$67>>2] = $65;
22123 $68 = HEAP32[$66>>2]|0;
22124 $69 = ((($1)) + 24|0);
22125 HEAP32[$69>>2] = $68;
22126 $70 = ((($68)) + 28|0);
22127 HEAP32[$70>>2] = $1;
22128 HEAP32[$66>>2] = $1;
22129 $71 = ((($0)) + 40|0);
22130 $$sink = $71;$$sink24 = 1;
22131 $72 = HEAP32[$$sink>>2]|0;
22132 $73 = (($72) + ($$sink24))|0;
22133 HEAP32[$$sink>>2] = $73;
22134 return;
22135 }
22136 }
22137 $10 = ((($1)) + 20|0);
22138 $11 = HEAP32[$10>>2]|0;
22139 $12 = ((($1)) + 8|0);
22140 $13 = HEAP32[$12>>2]|0;
22141 $14 = ((($11)) + 48|0);
22142 $15 = HEAP32[$14>>2]|0;
22143 $16 = (($13>>>0) % ($15>>>0))&-1;
22144 $17 = ((($11)) + 52|0);
22145 $18 = HEAP32[$17>>2]|0;
22146 $19 = (($18) + ($16<<2)|0);
22147 $$0$i = $19;
22148 while(1) {
22149 $20 = HEAP32[$$0$i>>2]|0;
22150 $21 = ($20|0)==($1|0);
22151 $22 = ((($20)) + 16|0);
22152 if ($21) {
22153 break;
22154 } else {
22155 $$0$i = $22;
22156 }
22157 }
22158 $23 = HEAP32[$22>>2]|0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…