Skip to main content
Runtime.ExecutionContextDescription - node__inspector.d.ts - Node documentation
interface Runtime.ExecutionContextDescription

Usage in Deno

```typescript import { Runtime } from "node:node__inspector.d.ts"; ```
Description of an isolated world.

Properties

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.