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

Function _isupper

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

Source from the content-addressed store, hash-verified

396860 return ($$0|0);
396861}
396862function _isupper($0) {
396863 $0 = $0|0;
396864 var $1 = 0, $2 = 0, $3 = 0, label = 0, sp = 0;
396865 sp = STACKTOP;
396866 $1 = (($0) + -65)|0;
396867 $2 = ($1>>>0)<(26);
396868 $3 = $2&1;
396869 return ($3|0);
396870}
396871function ___munmap($0,$1) {
396872 $0 = $0|0;
396873 $1 = $1|0;

Callers 1

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