V8 Project
|
#include <global-handles.h>
Public Member Functions | |
ObjectGroupConnection (UniqueId id, Object **object) | |
bool | operator== (const ObjectGroupConnection &other) const |
bool | operator< (const ObjectGroupConnection &other) const |
Public Attributes | |
UniqueId | id |
Object ** | object |
Definition at line 66 of file global-handles.h.
Definition at line 67 of file global-handles.h.
|
inline |
|
inline |
UniqueId v8::internal::ObjectGroupConnection::id |
Definition at line 78 of file global-handles.h.
Referenced by operator<(), and operator==().
Object** v8::internal::ObjectGroupConnection::object |
Definition at line 79 of file global-handles.h.