(ExecutionContext context, String name)
| 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); |
no outgoing calls