Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mozilla/rhino
/ createNameNode
Method
createNameNode
rhino/src/main/java/org/mozilla/javascript/Parser.java:4348–4350 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4346
}
4347
4348
private
Name createNameNode() {
4349
return
createNameNode(false, Token.NAME);
4350
}
4351
4352
/**
4353
* Create a {@code Name} node using the token info from the last scanned name. In some cases we
Callers
11
parseFunctionParams
Method · 0.95
function
Method · 0.95
tryStatement
Method · 0.95
breakStatement
Method · 0.95
continueStatement
Method · 0.95
variables
Method · 0.95
propertyName
Method · 0.95
name
Method · 0.95
arrayComprehensionLoop
Method · 0.95
generatorExpressionLoop
Method · 0.95
objliteralProperty
Method · 0.95
Calls
8
lineNumber
Method · 0.95
columnNumber
Method · 0.95
codeBug
Method · 0.95
checkActivationName
Method · 0.95
isIdeMode
Method · 0.80
setLineColumnNumber
Method · 0.80
getString
Method · 0.45
equals
Method · 0.45
Tested by
no test coverage detected