Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mishoo/UglifyJS-old
/ is
Function
is
lib/parse-js.js:707–709 ·
view source on GitHub ↗
(type, value)
Source
from the content-addressed store, hash-verified
705
S.token = next();
706
707
function
is(
type
, value) {
708
return
is_token(S.token,
type
, value);
709
};
710
711
function
peek() {
return
S.peeked || (S.peeked = S.input()); };
712
Callers
15
next
Function · 0.85
expect_token
Function · 0.85
can_insert_semicolon
Function · 0.85
semicolon
Function · 0.85
parse
Function · 0.85
break_cont
Function · 0.85
for_
Function · 0.85
regular_for
Function · 0.85
function_
Function · 0.85
if_
Function · 0.85
block_
Function · 0.85
try_
Function · 0.85
Calls
1
is_token
Function · 0.85
Tested by
no test coverage detected