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

Function ___strerror_l

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

Source from the content-addressed store, hash-verified

395401 return ($0|0);
395402}
395403function ___strerror_l($0,$1) {
395404 $0 = $0|0;
395405 $1 = $1|0;
395406 var $$012$lcssa = 0, $$01214 = 0, $$016 = 0, $$113 = 0, $$115 = 0, $10 = 0, $11 = 0, $12 = 0, $13 = 0, $14 = 0, $15 = 0, $16 = 0, $2 = 0, $3 = 0, $4 = 0, $5 = 0, $6 = 0, $7 = 0, $8 = 0, $9 = 0;
395407 var label = 0, sp = 0;
395408 sp = STACKTOP;
395409 $$016 = 0;
395410 while(1) {
395411 $3 = (44534 + ($$016)|0);
395412 $4 = HEAP8[$3>>0]|0;
395413 $5 = $4&255;
395414 $6 = ($5|0)==($0|0);
395415 if ($6) {
395416 label = 2;
395417 break;
395418 }
395419 $7 = (($$016) + 1)|0;
395420 $8 = ($7|0)==(87);
395421 if ($8) {
395422 $$01214 = 44622;$$115 = 87;
395423 label = 5;
395424 break;
395425 } else {
395426 $$016 = $7;
395427 }
395428 }
395429 if ((label|0) == 2) {
395430 $2 = ($$016|0)==(0);
395431 if ($2) {
395432 $$012$lcssa = 44622;
395433 } else {
395434 $$01214 = 44622;$$115 = $$016;
395435 label = 5;
395436 }
395437 }
395438 if ((label|0) == 5) {
395439 while(1) {
395440 label = 0;
395441 $$113 = $$01214;
395442 while(1) {
395443 $9 = HEAP8[$$113>>0]|0;
395444 $10 = ($9<<24>>24)==(0);
395445 $11 = ((($$113)) + 1|0);
395446 if ($10) {
395447 break;
395448 } else {
395449 $$113 = $11;
395450 }
395451 }
395452 $12 = (($$115) + -1)|0;
395453 $13 = ($12|0)==(0);
395454 if ($13) {
395455 $$012$lcssa = $11;
395456 break;
395457 } else {
395458 $$01214 = $11;$$115 = $12;
395459 label = 5;
395460 }

Callers 1

_strerrorFunction · 0.85

Calls 1

___lctransFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…