MCPcopy Create free account
hub / github.com/node-inspector/node-inspector / is_token

Function is_token

front-end/UglifyJS/parse-js.js:249–251  ·  view source on GitHub ↗
(token, type, val)

Source from the content-addressed store, hash-verified

247};
248
249function is_token(token, type, val) {
250 return token.type == type && (val == null || token.value == val);
251};
252
253var EX_EOF = {};
254

Callers 3

isFunction · 0.85
$statementFunction · 0.85
for_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…