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

Method Arguments

src/main/java/org/dynjs/runtime/Arguments.java:9–13  ·  view source on GitHub ↗
(GlobalContext globalContext)

Source from the content-addressed store, hash-verified

7 private JSObject map;
8
9 public Arguments(GlobalContext globalContext) {
10 super(globalContext);
11 setClassName("Arguments");
12 this.map = new DynObject(globalContext);
13 }
14
15 public void setParameterMap(JSObject map) {
16 this.map = map;

Callers

nothing calls this directly

Calls 1

setClassNameMethod · 0.65

Tested by

no test coverage detected