MCPcopy Index your code
hub / github.com/reactjs/react-rails / isRestrictedWord

Function isRestrictedWord

lib/assets/javascripts/JSXTransformer.js:2731–2733  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

2729 }
2730
2731 function isRestrictedWord(id) {
2732 return id === 'eval' || id === 'arguments';
2733 }
2734
2735 // 7.6.1.1 Keywords
2736

Callers 10

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

Calls

no outgoing calls

Tested by

no test coverage detected