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

Function _isblank

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

Source from the content-addressed store, hash-verified

396821 STACKTOP = sp;return ($18|0);
396822}
396823function _isblank($0) {
396824 $0 = $0|0;
396825 var $1 = 0, $2 = 0, $3 = 0, $4 = 0, label = 0, sp = 0;
396826 sp = STACKTOP;
396827 $1 = ($0|0)==(32);
396828 $2 = ($0|0)==(9);
396829 $3 = $1 | $2;
396830 $4 = $3&1;
396831 return ($4|0);
396832}
396833function _islower($0) {
396834 $0 = $0|0;
396835 var $1 = 0, $2 = 0, $3 = 0, label = 0, sp = 0;

Callers 1

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