MCPcopy 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

DynArrayMethod · 0.65
AbstractFunctionMethod · 0.65
ArgumentsMethod · 0.65
JSAdapterObjectMethod · 0.65
JSONMethod · 0.65
MathMethod · 0.65
initializeMethod · 0.65
DynRegExpMethod · 0.65
DynDateMethod · 0.65
DynBooleanMethod · 0.65
DynNumberMethod · 0.65
DynStringMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected