MCPcopy Create free account
hub / github.com/mozilla/rhino / newTarget

Method newTarget

rhino/src/main/java/org/mozilla/javascript/Node.java:602–604  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

600 }
601
602 public static Node newTarget() {
603 return new Node(Token.TARGET);
604 }
605
606 public final int labelId() {
607 if ((type != Token.TARGET) && (type != Token.YIELD) && (type != Token.YIELD_STAR)) {

Callers 6

addSwitchCaseMethod · 0.95
closeSwitchMethod · 0.95
createLoopMethod · 0.95
createTryCatchFinallyMethod · 0.95
createIfMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected