property Debugger.Scope.object
Usage in Deno
import { type Debugger } from "node:inspector";
Object representing the scope. For <code>global</code> and <code>with</code> scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties.