interface Runtime.ExecutionContextDescription Usage in Deno```typescript import { Runtime } from "node:node__inspector--promises.d.ts"; ``` Description of an isolated world. Properties id: ExecutionContextId Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed. origin: string Execution context origin. name: string Human readable name describing given context. optional auxData: { } | undefined Embedder-specific auxiliary data.