v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <global-handles.h>
Public Member Functions | |
ObjectGroupConnection (UniqueId id, Object **object) | |
bool | operator== (const ObjectGroupConnection &other) const |
bool | operator< (const ObjectGroupConnection &other) const |
Data Fields | |
UniqueId | id |
Object ** | object |
Definition at line 90 of file global-handles.h.
|
inline |
Definition at line 91 of file global-handles.h.
|
inline |
Definition at line 98 of file global-handles.h.
References ObjectGroupConnection::id.
|
inline |
Definition at line 94 of file global-handles.h.
References ObjectGroupConnection::id.
UniqueId id |
Definition at line 102 of file global-handles.h.
Referenced by ObjectGroupConnection::operator<(), and ObjectGroupConnection::operator==().
Object** object |
Definition at line 103 of file global-handles.h.