property Debugger.Scope.object
Usage in Deno
```typescript import { type Debugger } from "node:node__inspector--promises.d.ts"; ```Object representing the scope. For
global
and with
scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties.