(ptarget)
| 1012 | }, |
| 1013 | |
| 1014 | preventExtensions(ptarget) { |
| 1015 | // Forward to target to allow Object.seal() and Object.preventExtensions() |
| 1016 | return Reflect.preventExtensions(ptarget) |
| 1017 | }, |
| 1018 | |
| 1019 | isExtensible(ptarget) { |
| 1020 | // Forward to target to maintain consistency |
nothing calls this directly
no outgoing calls
no test coverage detected