Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
parsePostfixExpression
Function · 0.85
parseUnaryExpression
Function · 0.85
parseAssignmentExpression
Function · 0.85
parseVariableDeclaration
Function · 0.85
parseLexicalBinding
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