14 lines
508 B
Markdown
14 lines
508 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [CallFrame](./puppeteer.protocol.debugger.callframe.md) > [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;
|
|
```
|