|
V8 Project
|
#include <global-handles.h>
Collaboration diagram for v8::internal::ObjectGroupRetainerInfo:Public Member Functions | |
| ObjectGroupRetainerInfo (UniqueId id, RetainedObjectInfo *info) | |
| bool | operator== (const ObjectGroupRetainerInfo &other) const |
| bool | operator< (const ObjectGroupRetainerInfo &other) const |
Public Attributes | |
| UniqueId | id |
| RetainedObjectInfo * | info |
Definition at line 83 of file global-handles.h.
|
inline |
Definition at line 84 of file global-handles.h.
|
inline |
|
inline |
| UniqueId v8::internal::ObjectGroupRetainerInfo::id |
Definition at line 95 of file global-handles.h.
Referenced by operator<(), and operator==().
| RetainedObjectInfo* v8::internal::ObjectGroupRetainerInfo::info |
Definition at line 96 of file global-handles.h.