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

Method makeJump

rhino/src/main/java/org/mozilla/javascript/IRFactory.java:2489–2493  ·  view source on GitHub ↗
(int type, Node target)

Source from the content-addressed store, hash-verified

2487 }
2488
2489 private static Jump makeJump(int type, Node target) {
2490 Jump n = new Jump(type);
2491 n.target = target;
2492 return n;
2493 }
2494
2495 private static Node makeReference(Node node) {
2496 int type = node.getType();

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected