Runtime.CallFunctionOnParameterType.executionContextId - Node documentation
property Runtime.CallFunctionOnParameterType.executionContextId

Usage in Deno

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

Specifies execution context which global object will be used to call function on. Either executionContextId or objectId should be specified.

Type

ExecutionContextId | undefined