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

Method getInstructions

src/main/java/org/dynjs/ir/Scope.java:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 }
72
73 public List<Instruction> getInstructions() {
74 return instructions;
75 }
76
77 /**
78 * Tries to find a variable or returns null if it cannot. This

Callers 7

prepareForInterpretMethod · 0.95
prepareForCompilationMethod · 0.95
renameLocalVariablesMethod · 0.45
prepareIPCsMethod · 0.45
setupRescueMapMethod · 0.45
emitFunctionMethod · 0.45
compileFunctionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected