<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Debugger](./puppeteer.protocol.debugger.md) &gt; [ScriptFailedToParseEvent](./puppeteer.protocol.debugger.scriptfailedtoparseevent.md) &gt; [executionContextId](./puppeteer.protocol.debugger.scriptfailedtoparseevent.executioncontextid.md)

## Protocol.Debugger.ScriptFailedToParseEvent.executionContextId property

Specifies script creation context.

<b>Signature:</b>

```typescript
executionContextId: Runtime.ExecutionContextId;
```