Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ getObject
Method
getObject
src/main/java/org/dynjs/runtime/GlobalContext.java:163–165 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
161
// ----------------------------------------------------------------------
162
163
public
JSObject getObject() {
164
return
this.object;
165
}
166
167
public
JSObject getObjectPrototype() {
168
return
this.objectPrototype;
Callers
15
setupConsole
Method · 0.95
setupTimers
Method · 0.95
putValue
Method · 0.80
createGlobalExecutionContext
Method · 0.80
createDefaultGlobalExecutionContext
Method · 0.80
createEvalExecutionContext
Method · 0.80
createFunctionExecutionContext
Method · 0.80
newGlobalEnvironment
Method · 0.80
AbstractNativeFunction
Method · 0.80
filter
Method · 0.80
newObject
Method · 0.80
Require
Method · 0.80
Calls
no outgoing calls
Tested by
2
setupConsole
Method · 0.76
setupTimers
Method · 0.76