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