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

Method hasProperty

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

Source from the content-addressed store, hash-verified

19 Object getProperty(ExecutionContext context, String name, boolean dupe);
20
21 boolean hasProperty(ExecutionContext context, String name);
22
23 void put(ExecutionContext context, String name, Object value, boolean shouldThrow);
24

Callers 15

ThrowExceptionMethod · 0.95
toPropertyDescriptorMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 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

Tested by

no test coverage detected