MCPcopy Create free account
hub / github.com/BloombergGraphics/whatiscode / isIdentifierName

Function isIdentifierName

scripts/libs/esprima.js:1302–1307  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

1300 }
1301
1302 function isIdentifierName(token) {
1303 return token.type === Token.Identifier ||
1304 token.type === Token.Keyword ||
1305 token.type === Token.BooleanLiteral ||
1306 token.type === Token.NullLiteral;
1307 }
1308
1309 function advanceSlash() {
1310 var prevToken,

Callers 1

parseNonComputedPropertyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected