MCPcopy Index your code
hub / github.com/dynjs/dynjs / get

Method get

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

Source from the content-addressed store, hash-verified

11 boolean isExtensible();
12
13 Object get(ExecutionContext context, String name);
14
15 Object getOwnProperty(ExecutionContext context, String name);
16 Object getOwnProperty(ExecutionContext context, String name, boolean dupe);

Implementers 1

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

Calls

no outgoing calls