#include <v8-profiler.h>
Definition at line 713 of file v8-profiler.h.
◆ Node() [1/2]
◆ ~Node()
◆ Node() [2/2]
◆ GetNativeObject()
Returns the NativeObject that can be used for querying the |HeapSnapshot|.
Definition at line 737 of file v8-profiler.h.
◆ IsEmbedderNode()
virtual bool IsEmbedderNode |
( |
| ) |
|
|
inlinevirtual |
Must return true for non-V8 nodes.
Definition at line 727 of file v8-profiler.h.
◆ IsRootNode()
virtual bool IsRootNode |
( |
| ) |
|
|
inlinevirtual |
◆ Name()
virtual const char* Name |
( |
| ) |
|
|
pure virtual |
◆ NamePrefix()
virtual const char* NamePrefix |
( |
| ) |
|
|
inlinevirtual |
Optional name prefix. It is used in Chrome for tagging detached nodes.
Definition at line 731 of file v8-profiler.h.
◆ operator=()
◆ SizeInBytes()
virtual size_t SizeInBytes |
( |
| ) |
|
|
pure virtual |
◆ WrapperNode()
virtual Node* WrapperNode |
( |
| ) |
|
|
inlinevirtual |
The corresponding V8 wrapper node if not null. During heap snapshot generation the embedder node and the V8 wrapper node will be merged into one node to simplify retaining paths.
Definition at line 724 of file v8-profiler.h.
The documentation for this class was generated from the following file: