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

Method resolve

src/main/java/org/dynjs/runtime/ExecutionContext.java:147–150  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

145 }
146
147 public Reference resolve(String name) {
148 Reference result = this.lexicalEnvironment.getIdentifierReference(this, name, isStrict());
149 return result;
150 }
151
152 public void setLineNumber(int lineNumber) {
153 this.lineNumber = lineNumber;

Callers 15

parseFunctionMethod · 0.95
visitMethod · 0.95
testBasicLoopMethod · 0.80
testBasicLoopMethod · 0.80
testBasicLoopMethod · 0.80
testLoopWithBreakMethod · 0.80
testLoopWithContinueMethod · 0.80

Calls 2

isStrictMethod · 0.95

Tested by 15

testBasicLoopMethod · 0.64
testBasicLoopMethod · 0.64
testBasicLoopMethod · 0.64
testLoopWithBreakMethod · 0.64
testLoopWithContinueMethod · 0.64
testBasicDoWhileMethod · 0.64