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

Method setPrototype

src/main/java/org/dynjs/runtime/JSObject.java:37–37  ·  view source on GitHub ↗
(JSObject prototype)

Source from the content-addressed store, hash-verified

35 NameEnumerator getOwnEnumerablePropertyNames();
36
37 void setPrototype(JSObject prototype);
38
39 void setExtensible(boolean extensible);
40

Callers 15

constructMethod · 0.95
callMethod · 0.95
initializeMethod · 0.65
DynArrayMethod · 0.65
AbstractFunctionMethod · 0.65
JSAdapterObjectMethod · 0.65
initializeMethod · 0.65
initializeMethod · 0.65
initializeMethod · 0.65
initializeMethod · 0.65
initializeMethod · 0.65

Implementers 1

DynObjectsrc/main/java/org/dynjs/runtime/DynObj

Calls

no outgoing calls

Tested by

no test coverage detected