MCPcopy Create free account
hub / github.com/microsoft/SandDance / isIdentifierName

Function isIdentifierName

docs/app/js/sanddance-app.js:143972–143974  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

143970 };
143971}
143972function isIdentifierName(token) {
143973 return token.type === TokenIdentifier || token.type === TokenKeyword || token.type === TokenBooleanLiteral || token.type === TokenNullLiteral;
143974}
143975function advance() {
143976 skipComment();
143977 if (index >= length) return {

Callers 1

parseNonComputedPropertyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected