MCPcopy Create free account
hub / github.com/dchester/jsonpath / isIdentifierName

Function isIdentifierName

jsonpath.js:1217–1222  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

1215 }
1216
1217 function isIdentifierName(token) {
1218 return token.type === Token.Identifier ||
1219 token.type === Token.Keyword ||
1220 token.type === Token.BooleanLiteral ||
1221 token.type === Token.NullLiteral;
1222 }
1223
1224 function advanceSlash() {
1225 var prevToken,

Callers 1

parseNonComputedPropertyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected