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

Method defaultValue

src/main/java/org/dynjs/runtime/JSObject.java:29–29  ·  view source on GitHub ↗
(ExecutionContext context, String hint)

Source from the content-addressed store, hash-verified

27 boolean delete(ExecutionContext context, String name, boolean shouldThrow);
28
29 Object defaultValue(ExecutionContext context, String hint);
30
31 boolean defineOwnProperty(ExecutionContext context, String name, PropertyDescriptor desc, boolean shouldThrow);
32

Callers 1

toPrimitiveMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected