Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
249
function
is_token(token,
type
, val) {
250
return
token.
type
==
type
&& (val == null || token.value == val);
251
};
252
253
var
EX_EOF = {};
254
Callers
3
is
Function · 0.85
$statement
Function · 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…