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

Method getProperty

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

Source from the content-addressed store, hash-verified

141 }
142
143 @Override
144 public Object getProperty(ExecutionContext context, String name) {
145 return getProperty(context, name, true);
146 }
147
148 @Override
149 public Object getProperty(ExecutionContext context, String name, boolean dupe) {

Callers 4

getMethod · 0.95
hasPropertyMethod · 0.95
putMethod · 0.95
containsKeyMethod · 0.95

Calls 2

getOwnPropertyMethod · 0.95
getPropertyMethod · 0.65

Tested by

no test coverage detected