[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [EvaluateOnCallFrameResponse](./puppeteer.protocol.debugger.evaluateoncallframeresponse.md) > [result](./puppeteer.protocol.debugger.evaluateoncallframeresponse.result.md) ## Protocol.Debugger.EvaluateOnCallFrameResponse.result property Object wrapper for the evaluation result. Signature: ```typescript result: Runtime.RemoteObject; ```