MCPcopy Index your code
hub / github.com/sql-js/sql.js / _disableTerm

Function _disableTerm

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

Source from the content-addressed store, hash-verified

277133 return;
277134}
277135function _disableTerm($0,$1) {
277136 $0 = $0|0;
277137 $1 = $1|0;
277138 var $$02122 = 0, $$02122$us = 0, $$023 = 0, $$023$us = 0, $$sink4 = 0, $$sink4$us = 0, $10 = 0, $11 = 0, $12 = 0, $13 = 0, $14 = 0, $15 = 0, $16 = 0, $17 = 0, $18 = 0, $19 = 0, $2 = 0, $20 = 0, $21 = 0, $22 = 0;
277139 var $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, $38 = 0, $39 = 0, $4 = 0, $40 = 0;
277140 var $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, $56 = 0, $57 = 0, $58 = 0, $59 = 0;
277141 var $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, $74 = 0, $75 = 0, $76 = 0, $77 = 0;
277142 var $78 = 0, $79 = 0, $8 = 0, $80 = 0, $81 = 0, $82 = 0, $83 = 0, $84 = 0, $85 = 0, $86 = 0, $87 = 0, $88 = 0, $89 = 0, $9 = 0, $90 = 0, $91 = 0, $92 = 0, $93 = 0, $94 = 0, $95 = 0;
277143 var $96 = 0, $97 = 0, $98 = 0, $99 = 0, $or$cond = 0, $or$cond32 = 0, label = 0, sp = 0;
277144 sp = STACKTOP;
277145 $2 = ((($1)) + 10|0);
277146 $3 = HEAP16[$2>>1]|0;
277147 $4 = $3 & 4;
277148 $5 = ($4<<16>>16)==(0);
277149 if (!($5)) {
277150 return;
277151 }
277152 $6 = HEAP32[$0>>2]|0;
277153 $7 = ($6|0)==(0);
277154 $8 = ((($0)) + 72|0);
277155 if ($7) {
277156 $9 = $8;
277157 $10 = $9;
277158 $11 = HEAP32[$10>>2]|0;
277159 $12 = (($9) + 4)|0;
277160 $13 = $12;
277161 $14 = HEAP32[$13>>2]|0;
277162 $$02122$us = $1;$$023$us = 0;$29 = $3;$34 = $2;
277163 while(1) {
277164 $15 = ((($$02122$us)) + 40|0);
277165 $16 = $15;
277166 $17 = $16;
277167 $18 = HEAP32[$17>>2]|0;
277168 $19 = (($16) + 4)|0;
277169 $20 = $19;
277170 $21 = HEAP32[$20>>2]|0;
277171 $22 = $18 & $11;
277172 $23 = $21 & $14;
277173 $24 = ($22|0)==(0);
277174 $25 = ($23|0)==(0);
277175 $26 = $24 & $25;
277176 if (!($26)) {
277177 label = 13;
277178 break;
277179 }
277180 $27 = ($$023$us|0)==(0);
277181 $28 = $29 & 1024;
277182 $30 = ($28<<16>>16)==(0);
277183 $or$cond = $27 | $30;
277184 $$sink4$us = $or$cond ? 4 : 512;
277185 $31 = $29&65535;
277186 $32 = $31 | $$sink4$us;
277187 $33 = $32&65535;
277188 HEAP16[$34>>1] = $33;
277189 $35 = ((($$02122$us)) + 16|0);
277190 $36 = HEAP32[$35>>2]|0;
277191 $37 = ($36|0)<(0);
277192 if ($37) {

Callers 2

_codeEqualityTermFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…