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

Function _toupper

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

Source from the content-addressed store, hash-verified

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;
396845 sp = STACKTOP;
396846 $1 = (_islower($0)|0);
396847 $2 = ($1|0)==(0);
396848 $3 = $0 & 95;
396849 $$0 = $2 ? $0 : $3;
396850 return ($$0|0);
396851}
396852function _tolower($0) {
396853 $0 = $0|0;
396854 var $$0 = 0, $1 = 0, $2 = 0, $3 = 0, label = 0, sp = 0;

Callers 2

_differenceFuncFunction · 0.85
_properFuncFunction · 0.85

Calls 1

_islowerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…