property Runtime.CompileScriptParameterType.executionContextId
          
Usage in Deno
```typescript import { type Runtime } from "node:node__inspector--promises.d.ts"; ```Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page.
  
  
    
 
ExecutionContextId | undefined