MCPcopy Create free account
hub / github.com/dynjs/dynjs / getNewLabel

Method getNewLabel

src/main/java/org/dynjs/ir/Scope.java:171–173  ·  view source on GitHub ↗
(String prefix)

Source from the content-addressed store, hash-verified

169 }
170
171 public Label getNewLabel(String prefix) {
172 return new Label(prefix, allocateNextPrefixedName(prefix));
173 }
174
175 public Label getNewLabel() {
176 return getNewLabel("LBL");

Callers 2

visitMethod · 0.95
createBBMethod · 0.80

Calls 1

Tested by

no test coverage detected