Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_whitespace
Function · 0.85
read_while
Function · 0.85
read_name
Function · 0.85
grow
Function · 0.85
handle_slash
Function · 0.85
handle_dot
Function · 0.85
next_token
Function · 0.85
parse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected