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

Function isRestrictedWord

jsonpath.js:300–302  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

298 }
299
300 function isRestrictedWord(id) {
301 return id === 'eval' || id === 'arguments';
302 }
303
304 // 7.6.1.1 Keywords
305

Callers 9

parsePropertyFunctionFunction · 0.85
parsePostfixExpressionFunction · 0.85
parseUnaryExpressionFunction · 0.85
parseVariableDeclarationFunction · 0.85
parseCatchClauseFunction · 0.85
parseParamsFunction · 0.85
parseFunctionDeclarationFunction · 0.85
parseFunctionExpressionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected