Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ setClassName
Method
setClassName
src/main/java/org/dynjs/runtime/JSObject.java:9–9 ·
view source on GitHub ↗
(String className)
Source
from the content-addressed store, hash-verified
7
String getClassName();
8
9
void
setClassName(String className);
10
11
boolean isExtensible();
12
Callers
12
DynArray
Method · 0.65
AbstractFunction
Method · 0.65
Arguments
Method · 0.65
JSAdapterObject
Method · 0.65
JSON
Method · 0.65
Math
Method · 0.65
initialize
Method · 0.65
DynRegExp
Method · 0.65
DynDate
Method · 0.65
DynBoolean
Method · 0.65
DynNumber
Method · 0.65
DynString
Method · 0.65
Implementers
1
DynObject
src/main/java/org/dynjs/runtime/DynObj
Calls
no outgoing calls
Tested by
no test coverage detected