MCPcopy 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

setupConsoleMethod · 0.95
setupTimersMethod · 0.95
putValueMethod · 0.80
newGlobalEnvironmentMethod · 0.80
filterMethod · 0.80
newObjectMethod · 0.80
RequireMethod · 0.80

Calls

no outgoing calls

Tested by 2

setupConsoleMethod · 0.76
setupTimersMethod · 0.76