![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <v8-profiler.h>
Public Types | |
| enum | Type { kContextVariable = 0 , kElement = 1 , kProperty = 2 , kInternal = 3 , kHidden = 4 , kShortcut = 5 , kWeak = 6 } |
Public Member Functions | |
| Type | GetType () const |
| Local< Value > | GetName () const |
| const HeapGraphNode * | GetFromNode () const |
| const HeapGraphNode * | GetToNode () const |
HeapSnapshotEdge represents a directed connection between heap graph nodes: from retainers to retained nodes.
Definition at line 547 of file v8-profiler.h.
| Enumerator | |
|---|---|
| kContextVariable | |
| kElement | |
| kProperty | |
| kInternal | |
| kHidden | |
| kShortcut | |
| kWeak | |
Definition at line 549 of file v8-profiler.h.
| const HeapGraphNode * v8::HeapGraphEdge::GetFromNode | ( | ) | const |
| const HeapGraphNode * v8::HeapGraphEdge::GetToNode | ( | ) | const |
| HeapGraphEdge::Type v8::HeapGraphEdge::GetType | ( | ) | const |
Returns edge type (see HeapGraphEdge::Type).
Definition at line 11585 of file api.cc.