MCPcopy 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

parseFunctionParamsMethod · 0.95
functionMethod · 0.95
tryStatementMethod · 0.95
breakStatementMethod · 0.95
continueStatementMethod · 0.95
variablesMethod · 0.95
propertyNameMethod · 0.95
nameMethod · 0.95
objliteralPropertyMethod · 0.95

Calls 8

lineNumberMethod · 0.95
columnNumberMethod · 0.95
codeBugMethod · 0.95
checkActivationNameMethod · 0.95
isIdeModeMethod · 0.80
setLineColumnNumberMethod · 0.80
getStringMethod · 0.45
equalsMethod · 0.45

Tested by

no test coverage detected