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