14 lines
539 B
Markdown
14 lines
539 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Memory](./puppeteer.protocol.memory.md) > [SamplingProfileNode](./puppeteer.protocol.memory.samplingprofilenode.md) > [stack](./puppeteer.protocol.memory.samplingprofilenode.stack.md)
|
|
|
|
## Protocol.Memory.SamplingProfileNode.stack property
|
|
|
|
Execution stack at the point of allocation.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
stack: string[];
|
|
```
|