MCPcopy
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

nextFunction · 0.85
expect_tokenFunction · 0.85
can_insert_semicolonFunction · 0.85
semicolonFunction · 0.85
parseFunction · 0.85
break_contFunction · 0.85
for_Function · 0.85
regular_forFunction · 0.85
function_Function · 0.85
if_Function · 0.85
block_Function · 0.85
try_Function · 0.85

Calls 1

is_tokenFunction · 0.85

Tested by

no test coverage detected