(ptarget)
| 1017 | }, |
| 1018 | |
| 1019 | isExtensible(ptarget) { |
| 1020 | // Forward to target to maintain consistency |
| 1021 | return Reflect.isExtensible(ptarget) |
| 1022 | }, |
| 1023 | |
| 1024 | deleteProperty(dobj, prop) { |
| 1025 | debugLog(`deleteProperty`, dobj, prop) |
nothing calls this directly
no outgoing calls
no test coverage detected