interface Runtime.CompileScriptParameterType
Usage
import { type Runtime } from "node:inspector"; type { CompileScriptParameterType } = Runtime;
optional
executionContextId: ExecutionContextId | undefined
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.