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