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

Method call

src/main/java/org/dynjs/runtime/ArgGetter.java:12–15  ·  view source on GitHub ↗
(ExecutionContext context, Object self, Object... args)

Source from the content-addressed store, hash-verified

10 }
11
12 @Override
13 public Object call(ExecutionContext context, Object self, Object... args) {
14 return getScope().getIdentifierReference(context, this.name, isStrict()).getValue(context);
15 }
16
17 @Override
18 public void setFileName() {

Callers

nothing calls this directly

Calls 4

getScopeMethod · 0.65
isStrictMethod · 0.65
getValueMethod · 0.45

Tested by

no test coverage detected