Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/node-inspector/node-inspector
/ skip_whitespace
Function
skip_whitespace
front-end/UglifyJS/parse-js.js:322–325 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
320
};
321
322
function
skip_whitespace() {
323
while
(HOP(WHITESPACE_CHARS, peek()))
324
next();
325
};
326
327
function
read_while(pred) {
328
var
ret =
""
, ch = peek(), i = 0;
Callers
1
next_token
Function · 0.85
Calls
3
HOP
Function · 0.85
peek
Function · 0.85
next
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…