(ExecutionContext context, String name)
| 13 | Object get(ExecutionContext context, String name); |
| 14 | |
| 15 | Object getOwnProperty(ExecutionContext context, String name); |
| 16 | Object getOwnProperty(ExecutionContext context, String name, boolean dupe); |
| 17 | |
| 18 | Object getProperty(ExecutionContext context, String name); |
no outgoing calls