Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
parsePropertyFunction
Function · 0.85
parsePostfixExpression
Function · 0.85
parseUnaryExpression
Function · 0.85
reinterpretAsAssignmentBindingPattern
Function · 0.85
parseAssignmentExpression
Function · 0.85
parseVariableDeclaration
Function · 0.85
parseCatchClause
Function · 0.85
validateParam
Function · 0.85
parseFunctionDeclaration
Function · 0.85
parseFunctionExpression
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected