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

Method defineOwnProperty

src/main/java/org/dynjs/runtime/JSObject.java:31–31  ·  view source on GitHub ↗
(ExecutionContext context, String name, PropertyDescriptor desc, boolean shouldThrow)

Source from the content-addressed store, hash-verified

29 Object defaultValue(ExecutionContext context, String hint);
30
31 boolean defineOwnProperty(ExecutionContext context, String name, PropertyDescriptor desc, boolean shouldThrow);
32
33 NameEnumerator getOwnPropertyNames();
34 NameEnumerator getAllEnumerablePropertyNames();

Callers 15

executeMethod · 0.95
buildExportsMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected