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

Method call

src/main/java/org/dynjs/runtime/ArgSetter.java:12–16  ·  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 getScope().getIdentifierReference(context, this.name, isStrict()).putValue(context, args[0]);
15 return null;
16 }
17
18 @Override
19 public void setFileName() {

Callers

nothing calls this directly

Calls 4

putValueMethod · 0.80
getScopeMethod · 0.65
isStrictMethod · 0.65

Tested by

no test coverage detected