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

Method getOwnProperty

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

Source from the content-addressed store, hash-verified

13 Object get(ExecutionContext context, String name);
14
15 Object getOwnProperty(ExecutionContext context, String name);
16 Object getOwnProperty(ExecutionContext context, String name, boolean dupe);
17
18 Object getProperty(ExecutionContext context, String name);

Callers 15

callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
getPropertyValueMethod · 0.65
defineOwnPropertyMethod · 0.65
isSparseMethod · 0.65
getMethod · 0.65
getOwnPropertyMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 1

getPropertyValueMethod · 0.52