puppeteer/new-docs/puppeteer.protocol.debugger.callframe.this.md
2020-07-13 14:01:35 +01:00

14 lines
508 B
Markdown

<!-- 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; [CallFrame](./puppeteer.protocol.debugger.callframe.md) &gt; [this](./puppeteer.protocol.debugger.callframe.this.md)
## Protocol.Debugger.CallFrame.this property
`this` object for this call frame.
<b>Signature:</b>
```typescript
this: Runtime.RemoteObject;
```