Runtime.ExecutionContextDescription - Node documentation
interface Runtime.ExecutionContextDescription

Usage in Deno

import { type Runtime } from "node:inspector";
type { ExecutionContextDescription } = Runtime;

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.