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

Function _islower

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

Source from the content-addressed store, hash-verified

396831 return ($4|0);
396832}
396833function _islower($0) {
396834 $0 = $0|0;
396835 var $1 = 0, $2 = 0, $3 = 0, label = 0, sp = 0;
396836 sp = STACKTOP;
396837 $1 = (($0) + -97)|0;
396838 $2 = ($1>>>0)<(26);
396839 $3 = $2&1;
396840 return ($3|0);
396841}
396842function _toupper($0) {
396843 $0 = $0|0;
396844 var $$0 = 0, $1 = 0, $2 = 0, $3 = 0, label = 0, sp = 0;

Callers 1

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