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

Method DynJS

src/main/java/org/dynjs/runtime/DynJS.java:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 private ExecutionContext defaultExecutionContext;
28
29 public DynJS() {
30 this(new Config());
31 }
32
33 public DynJS(Config config) {
34 this( config, new DynObject() );

Callers

nothing calls this directly

Calls 3

newGlobalContextMethod · 0.95
loadKernelMethod · 0.95

Tested by

no test coverage detected