(ExecutionContext context, String hint)
| 27 | boolean delete(ExecutionContext context, String name, boolean shouldThrow); |
| 28 | |
| 29 | Object defaultValue(ExecutionContext context, String hint); |
| 30 | |
| 31 | boolean defineOwnProperty(ExecutionContext context, String name, PropertyDescriptor desc, boolean shouldThrow); |
| 32 |
no outgoing calls
no test coverage detected