(ExecutionContext context, String name)
| 11 | boolean isExtensible(); |
| 12 | |
| 13 | Object get(ExecutionContext context, String name); |
| 14 | |
| 15 | Object getOwnProperty(ExecutionContext context, String name); |
| 16 | Object getOwnProperty(ExecutionContext context, String name, boolean dupe); |
no outgoing calls