()
| 34 | return Reflect.has(object as T, prop) |
| 35 | }, |
| 36 | ownKeys() { |
| 37 | initializeObject() |
| 38 | return Reflect.ownKeys(object as T) |
| 39 | }, |
| 40 | getOwnPropertyDescriptor() { |
| 41 | return { |
| 42 | enumerable: true, |
nothing calls this directly
no test coverage detected
searching dependent graphs…