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

Method getParent

src/main/java/org/dynjs/runtime/VariableValues.java:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 }
17
18 public VariableValues getParent() {
19 return parent;
20 }
21
22 public void setVars(Object[] vars) {
23 this.vars = vars;

Callers 7

getVarMethod · 0.95
setVarMethod · 0.95
traceMethod · 0.45
loadMethod · 0.45
callMethod · 0.45
callMethod · 0.45
parseFunctionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected