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

Method delete

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

Source from the content-addressed store, hash-verified

25 boolean canPut(ExecutionContext context, String name);
26
27 boolean delete(ExecutionContext context, String name, boolean shouldThrow);
28
29 Object defaultValue(ExecutionContext context, String hint);
30

Callers 15

walkMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
interpretMethod · 0.65
defineOwnPropertyMethod · 0.65
deleteBindingMethod · 0.65
removeMethod · 0.65
toStringMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected