Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
newGlobalContext
Method · 0.95
createDefaultGlobalExecutionContext
Method · 0.95
loadKernel
Method · 0.95
Tested by
no test coverage detected