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

Function _identPut

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

Source from the content-addressed store, hash-verified

304035 return;
304036}
304037function _identPut($0,$1,$2) {
304038 $0 = $0|0;
304039 $1 = $1|0;
304040 $2 = $2|0;
304041 var $$ = 0, $$042$lcssa = 0, $$04250 = 0, $$1$lcssa = 0, $$1$ph = 0, $$14346 = 0, $$147 = 0, $$2 = 0, $$3 = 0, $$lcssa = 0, $$lcssa44 = 0, $$ph = 0, $$pre = 0, $10 = 0, $11 = 0, $12 = 0, $13 = 0, $14 = 0, $15 = 0, $16 = 0;
304042 var $17 = 0, $18 = 0, $19 = 0, $20 = 0, $21 = 0, $22 = 0, $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;
304043 var $36 = 0, $37 = 0, $38 = 0, $39 = 0, $4 = 0, $40 = 0, $41 = 0, $42 = 0, $43 = 0, $44 = 0, $5 = 0, $6 = 0, $7 = 0, $8 = 0, $9 = 0, $not$ = 0, $or$cond = 0, label = 0, sp = 0;
304044 sp = STACKTOP;
304045 $3 = HEAP32[$1>>2]|0;
304046 $4 = HEAP8[$2>>0]|0;
304047 $5 = ($4<<24>>24)==(0);
304048 L1: do {
304049 if ($5) {
304050 $$042$lcssa = 0;$23 = 0;
304051 } else {
304052 $$04250 = 0;$7 = $4;
304053 while(1) {
304054 $6 = $7&255;
304055 $8 = (18220 + ($6)|0);
304056 $9 = HEAP8[$8>>0]|0;
304057 $10 = $9 & 6;
304058 $11 = ($10<<24>>24)!=(0);
304059 $12 = ($7<<24>>24)==(95);
304060 $or$cond = $12 | $11;
304061 if (!($or$cond)) {
304062 $$042$lcssa = $$04250;$23 = $7;
304063 break L1;
304064 }
304065 $13 = (($$04250) + 1)|0;
304066 $14 = (($2) + ($13)|0);
304067 $15 = HEAP8[$14>>0]|0;
304068 $16 = ($15<<24>>24)==(0);
304069 if ($16) {
304070 $$042$lcssa = $13;$23 = 0;
304071 break;
304072 } else {
304073 $$04250 = $13;$7 = $15;
304074 }
304075 }
304076 }
304077 } while(0);
304078 $17 = $4&255;
304079 $18 = (($17) + -48)|0;
304080 $19 = ($18>>>0)<(10);
304081 if ($19) {
304082 label = 7;
304083 } else {
304084 $20 = (_sqlite3KeywordCode($2,$$042$lcssa)|0);
304085 $21 = ($20|0)==(59);
304086 if ($21) {
304087 $22 = ($$042$lcssa|0)==(0);
304088 $not$ = ($23<<24>>24)!=(0);
304089 $$ = $22 | $not$;
304090 if ($$) {
304091 label = 7;
304092 } else {
304093 $$1$ph = $3;$$ph = 0;$26 = $4;
304094 }

Callers 1

_sqlite3EndTableFunction · 0.85

Calls 1

_sqlite3KeywordCodeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…