V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::HeapGraphEdge Class Reference

Public Types

enum  Type {
  kContextVariable = v8::HeapGraphEdge::kContextVariable, kElement = v8::HeapGraphEdge::kElement, kProperty = v8::HeapGraphEdge::kProperty, kInternal = v8::HeapGraphEdge::kInternal,
  kHidden = v8::HeapGraphEdge::kHidden, kShortcut = v8::HeapGraphEdge::kShortcut, kWeak = v8::HeapGraphEdge::kWeak
}
 

Public Member Functions

 HeapGraphEdge (Type type, const char *name, HeapEntry *from, HeapEntry *to)
 
 HeapGraphEdge (Type type, int index, HeapEntry *from, HeapEntry *to)
 
Type type () const
 
int index () const
 
const charname () const
 
V8_INLINE HeapEntryfrom () const
 
HeapEntryto () const
 
V8_INLINE Isolateisolate () const
 

Detailed Description

Definition at line 51 of file heap-snapshot-generator.h.


The documentation for this class was generated from the following files: