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

Function _isalpha

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

Source from the content-addressed store, hash-verified

396458 STACKTOP = sp;return;
396459}
396460function _isalpha($0) {
396461 $0 = $0|0;
396462 var $1 = 0, $2 = 0, $3 = 0, $4 = 0, label = 0, sp = 0;
396463 sp = STACKTOP;
396464 $1 = $0 | 32;
396465 $2 = (($1) + -97)|0;
396466 $3 = ($2>>>0)<(26);
396467 $4 = $3&1;
396468 return ($4|0);
396469}
396470function _fstat($0,$1) {
396471 $0 = $0|0;
396472 $1 = $1|0;

Callers 1

_differenceFuncFunction · 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…