property Runtime.PropertyDescriptor.set
Usage in Deno
```typescript import { type Runtime } from "node:node__inspector.d.ts"; ```A function which serves as a setter for the property, or
undefined
if there is no setter (accessor descriptors only).RemoteObject | undefined