[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. Signature: ```typescript this: Runtime.RemoteObject; ```