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

Method getArgs

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

Source from the content-addressed store, hash-verified

59 }
60
61 public Operand[] getArgs() {
62 return args;
63 }
64
65 public String toString() {
66 StringBuilder buf = new StringBuilder();

Callers 2

executeMethod · 0.95
emitCallMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected