Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
construct
Method · 0.95
call
Method · 0.95
initialize
Method · 0.65
initializeBuiltinTypes
Method · 0.65
DynArray
Method · 0.65
AbstractFunction
Method · 0.65
JSAdapterObject
Method · 0.65
initialize
Method · 0.65
initialize
Method · 0.65
initialize
Method · 0.65
initialize
Method · 0.65
initialize
Method · 0.65
Implementers
1
DynObject
src/main/java/org/dynjs/runtime/DynObj
Calls
no outgoing calls
Tested by
no test coverage detected