MCPcopy Index your code
hub / github.com/BloombergGraphics/whatiscode / isRestrictedWord

Function isRestrictedWord

scripts/libs/esprima.js:303–305  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

301 }
302
303 function isRestrictedWord(id) {
304 return id === 'eval' || id === 'arguments';
305 }
306
307 // 7.6.1.1 Keywords
308

Callers 9

parsePostfixExpressionFunction · 0.85
parseUnaryExpressionFunction · 0.85
parseVariableDeclarationFunction · 0.85
parseLexicalBindingFunction · 0.85
parseCatchClauseFunction · 0.85
validateParamFunction · 0.85
parseFunctionDeclarationFunction · 0.85
parseFunctionExpressionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected