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

Method getLoop

rhino/src/main/java/org/mozilla/javascript/ast/Jump.java:73–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 }
72
73 public Jump getLoop() {
74 if (type != Token.LABEL) codeBug();
75 return jumpNode;
76 }
77
78 public void setLoop(Jump loop) {
79 if (type != Token.LABEL) codeBug();

Callers

nothing calls this directly

Calls 1

codeBugMethod · 0.45

Tested by

no test coverage detected