Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ getDefaultExecutionContext
Method
getDefaultExecutionContext
src/main/java/org/dynjs/runtime/DynJS.java:105–107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
103
}
104
105
public
ExecutionContext getDefaultExecutionContext() {
106
return
this.defaultExecutionContext;
107
}
108
109
public
Object evaluate(String... sourceLines) {
110
StringBuilder buffer =
new
StringBuilder();
Callers
10
invokeMethod
Method · 0.95
getInterface
Method · 0.95
check
Method · 0.80
assertNull
Method · 0.80
assertUndefined
Method · 0.80
getContext
Method · 0.80
testNumberFunction
Method · 0.80
testNumberCtor
Method · 0.80
testNumberPrototypeConstructor
Method · 0.80
executionContext
Method · 0.80
Calls
no outgoing calls
Tested by
7
check
Method · 0.64
assertNull
Method · 0.64
assertUndefined
Method · 0.64
getContext
Method · 0.64
testNumberFunction
Method · 0.64
testNumberCtor
Method · 0.64
testNumberPrototypeConstructor
Method · 0.64