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

Method getOwnProperty

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

Source from the content-addressed store, hash-verified

117 }
118
119 @Override
120 public Object getOwnProperty(ExecutionContext context, String name) {
121 return getOwnProperty(context, name, true);
122 }
123
124 @Override
125 public Object getOwnProperty(ExecutionContext context, String name, boolean dupe) {

Callers 11

interpretMethod · 0.95
getPropertyMethod · 0.95
putMethod · 0.95
canPutMethod · 0.95
deleteMethod · 0.95
defineOwnPropertyMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
visitMethod · 0.95

Calls 2

duplicateMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected