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

Method addInstruction

src/main/java/org/dynjs/ir/Scope.java:59–63  ·  view source on GitHub ↗
(Instruction instruction)

Source from the content-addressed store, hash-verified

57 }
58
59 public Instruction addInstruction(Instruction instruction) {
60 instructions.add(instruction);
61
62 return instruction;
63 }
64
65 public String getFileName() {
66 return fileName;

Callers 3

visitMethod · 0.95
copyAndReturnValueMethod · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected