property Runtime.ExceptionDetails.executionContextId
Usage in Deno
```typescript import { type Runtime } from "node:node__inspector.d.ts"; ```Identifier of the context where exception happened.
ExecutionContextId | undefined