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

Method getLocalVariableSize

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

Source from the content-addressed store, hash-verified

106 }
107
108 public int getLocalVariableSize() {
109 return localVariablesIndex;
110 }
111
112 /**
113 * Return an existing variable or return a new one made in this scope.

Callers 2

executeMethod · 0.80
callMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected