MCPcopy
hub / github.com/mishoo/UglifyJS-old / peek

Function peek

lib/parse-js.js:295–295  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

293 };
294
295 function peek() { return S.text.charAt(S.pos); };
296
297 function next(signal_eof, in_string) {
298 var ch = S.text.charAt(S.pos++);

Callers 8

skip_whitespaceFunction · 0.85
read_whileFunction · 0.85
read_nameFunction · 0.85
growFunction · 0.85
handle_slashFunction · 0.85
handle_dotFunction · 0.85
next_tokenFunction · 0.85
parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected