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

Method getIdentifier

src/main/java/org/dynjs/ir/instructions/Call.java:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 public Operand getIdentifier() {
58 return identifier;
59 }
60
61 public Operand[] getArgs() {
62 return args;

Callers 9

executeMethod · 0.95
emitCallMethod · 0.45
visitMethod · 0.45
visitMethod · 0.45
visitMethod · 0.45
visitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected