mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
585 B
Markdown
14 lines
585 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [HeapProfiler](./puppeteer.protocol.heapprofiler.md) > [SamplingHeapProfileNode](./puppeteer.protocol.heapprofiler.samplingheapprofilenode.md) > [callFrame](./puppeteer.protocol.heapprofiler.samplingheapprofilenode.callframe.md)
|
||
|
|
||
|
## Protocol.HeapProfiler.SamplingHeapProfileNode.callFrame property
|
||
|
|
||
|
Function location.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
callFrame: Runtime.CallFrame;
|
||
|
```
|