(ExecutionContext context, String name, PropertyDescriptor desc, boolean shouldThrow)
| 29 | Object defaultValue(ExecutionContext context, String hint); |
| 30 | |
| 31 | boolean defineOwnProperty(ExecutionContext context, String name, PropertyDescriptor desc, boolean shouldThrow); |
| 32 | |
| 33 | NameEnumerator getOwnPropertyNames(); |
| 34 | NameEnumerator getAllEnumerablePropertyNames(); |
no outgoing calls
no test coverage detected