V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
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 char * | name () const |
V8_INLINE HeapEntry * | from () const |
HeapEntry * | to () const |
V8_INLINE Isolate * | isolate () const |
Definition at line 51 of file heap-snapshot-generator.h.