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

Method getProperty

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

Source from the content-addressed store, hash-verified

16 Object getOwnProperty(ExecutionContext context, String name, boolean dupe);
17
18 Object getProperty(ExecutionContext context, String name);
19 Object getProperty(ExecutionContext context, String name, boolean dupe);
20
21 boolean hasProperty(ExecutionContext context, String name);

Callers 15

executeMethod · 0.95
callMethod · 0.95
modulesSpec.jsFile · 0.65
testPatternMethod · 0.65
setUpLaterMethod · 0.65
testModuleIdMethod · 0.65
ReplMethod · 0.65
primitiveGetMethod · 0.65
DynJSClass · 0.65
getPropertyMethod · 0.65
canPutMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 3

testPatternMethod · 0.52
setUpLaterMethod · 0.52
testModuleIdMethod · 0.52