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

Method put

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

Source from the content-addressed store, hash-verified

21 boolean hasProperty(ExecutionContext context, String name);
22
23 void put(ExecutionContext context, String name, Object value, boolean shouldThrow);
24
25 boolean canPut(ExecutionContext context, String name);
26

Callers 15

setupConsoleMethod · 0.95
setupTimersMethod · 0.95
createErrorMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
walkMethod · 0.95
parseArrayMethod · 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