property Runtime.CallFunctionOnParameterType.executionContextId
Usage in Deno
import { type Runtime } from "node:inspector/promises";
Specifies execution context which global object will be used to call function on. Either executionContextId or objectId should be specified.
ExecutionContextId | undefined