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

Function _sqlite3ExprDeleteNN

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

Source from the content-addressed store, hash-verified

41935 STACKTOP = sp;return ($$0|0);
41936}
41937function _sqlite3ExprDeleteNN($0,$1) {
41938 $0 = $0|0;
41939 $1 = $1|0;
41940 var $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, $23 = 0, $24 = 0, $25 = 0, $26 = 0, $27 = 0, $28 = 0;
41941 var $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, $45 = 0, $46 = 0;
41942 var $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, $63 = 0, $64 = 0;
41943 var $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, $8 = 0, $9 = 0, label = 0, sp = 0;
41944 sp = STACKTOP;
41945 $2 = ((($1)) + 4|0);
41946 $3 = HEAP32[$2>>2]|0;
41947 $4 = $3 & 8404992;
41948 $5 = ($4|0)==(0);
41949 do {
41950 if ($5) {
41951 $6 = ((($1)) + 12|0);
41952 $7 = HEAP32[$6>>2]|0;
41953 $8 = ($7|0)==(0|0);
41954 if (!($8)) {
41955 $9 = HEAP8[$1>>0]|0;
41956 $10 = ($9<<24>>24)==(-104);
41957 if (!($10)) {
41958 _sqlite3ExprDeleteNN($0,$7);
41959 }
41960 }
41961 $11 = ((($1)) + 16|0);
41962 $12 = HEAP32[$11>>2]|0;
41963 $13 = ($12|0)==(0|0);
41964 if (!($13)) {
41965 _sqlite3ExprDeleteNN($0,$12);
41966 break;
41967 }
41968 $14 = HEAP32[$2>>2]|0;
41969 $15 = $14 & 2048;
41970 $16 = ($15|0)==(0);
41971 $17 = ((($1)) + 20|0);
41972 if ($16) {
41973 $20 = HEAP32[$17>>2]|0;
41974 $21 = ($20|0)==(0|0);
41975 if ($21) {
41976 break;
41977 }
41978 _exprListDeleteNN($0,$20);
41979 break;
41980 } else {
41981 $18 = HEAP32[$17>>2]|0;
41982 $19 = ($18|0)==(0|0);
41983 if ($19) {
41984 break;
41985 }
41986 _clearSelect($0,$18,1);
41987 break;
41988 }
41989 }
41990 } while(0);
41991 $22 = HEAP32[$2>>2]|0;
41992 $23 = $22 & 65536;
41993 $24 = ($23|0)==(0);
41994 do {

Callers 15

_exprListDeleteNNFunction · 0.85
_clearSelectFunction · 0.85
_deleteTableFunction · 0.85
_sqlite3SrcListDeleteFunction · 0.85
_sqlite3SchemaClearFunction · 0.85
_sqlite3VdbeExecFunction · 0.85
_sqlite3RunParserFunction · 0.85
_yy_destructorFunction · 0.85
_yy_reduceFunction · 0.85
_sqlite3AddDefaultValueFunction · 0.85
_sqlite3CreateIndexFunction · 0.85
_sqlite3ExprListAppendFunction · 0.85

Calls 3

_exprListDeleteNNFunction · 0.85
_clearSelectFunction · 0.85
_measureAllocationSizeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…