MCPcopy 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_tokenFunction · 0.85

Calls 3

HOPFunction · 0.85
peekFunction · 0.85
nextFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…