interface Runtime.ExecutionContextDescription Usage in Denoimport { Runtime } from "node:inspector"; 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.