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

Function _sqlite3_compileoption_used

js/sql-debug.js:33817–34057  ·  view source on GitHub ↗
($0)

Source from the content-addressed store, hash-verified

33815 STACKTOP = sp;return;
33816}
33817function _sqlite3_compileoption_used($0) {
33818 $0 = $0|0;
33819 var $$0 = 0, $$01722$i = 0, $$01845 = 0, $$023$i = 0, $$023$i21$lcssa = 0, $$in$i = 0, $$lcssa77 = 0, $$lcssa79 = 0, $$lcssa79$in = 0, $$ph$ph = 0, $$phi$trans$insert28$i = 0, $$phi$trans$insert28$i25 = 0, $$phi$trans$insert29$i = 0, $$phi$trans$insert29$i26 = 0, $$pre27$i = 0, $$pre27$i24 = 0, $$pre30$i = 0, $$pre30$i27 = 0, $1 = 0, $10 = 0;
33820 var $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, $23 = 0, $24 = 0, $25 = 0, $26 = 0, $27 = 0, $28 = 0, $29 = 0;
33821 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;
33822 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;
33823 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, $9 = 0;
33824 var $phitmp = 0, label = 0, sp = 0;
33825 sp = STACKTOP;
33826 $1 = ($0|0)==(0|0);
33827 if ($1) {
33828 $$0 = 0;
33829 return ($$0|0);
33830 }
33831 $2 = HEAP8[$0>>0]|0;
33832 $3 = ($2<<24>>24)==(0);
33833 do {
33834 if ($3) {
33835 $$023$i21$lcssa = 19253;
33836 label = 3;
33837 } else {
33838 $4 = $2&255;
33839 $5 = (17324 + ($4)|0);
33840 $6 = $4 | 32;
33841 $7 = ($6|0)==(115);
33842 if ($7) {
33843 $8 = ((($0)) + 1|0);
33844 $9 = HEAP8[$8>>0]|0;
33845 $10 = ($9<<24>>24)==(0);
33846 if ($10) {
33847 $$023$i21$lcssa = (19254);
33848 label = 3;
33849 break;
33850 }
33851 $45 = $9&255;
33852 $46 = (17324 + ($45)|0);
33853 $47 = $45 | 32;
33854 $48 = ($47|0)==(113);
33855 if ($48) {
33856 $49 = ((($0)) + 2|0);
33857 $50 = HEAP8[$49>>0]|0;
33858 $51 = ($50<<24>>24)==(0);
33859 if ($51) {
33860 $$023$i21$lcssa = (19255);
33861 label = 3;
33862 break;
33863 }
33864 $52 = $50&255;
33865 $53 = (17324 + ($52)|0);
33866 $54 = $52 | 32;
33867 $55 = ($54|0)==(108);
33868 if ($55) {
33869 $56 = ((($0)) + 3|0);
33870 $57 = HEAP8[$56>>0]|0;
33871 $58 = ($57<<24>>24)==(0);
33872 if ($58) {
33873 $$023$i21$lcssa = (19256);
33874 label = 3;

Callers 1

_compileoptionusedFuncFunction · 0.85

Calls 1

_strlenFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…