Searched defs:ObjectGroupConnection (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dglobal-handles.h66 struct ObjectGroupConnection { struct in namespace:v8::internal
67 ObjectGroupConnection(UniqueId id, Object** object) function in struct:v8::internal::ObjectGroupConnection
70 bool operator==(const ObjectGroupConnection& other) const {
74 bool operator<(const ObjectGroupConnection& other) const {
296 List<ObjectGroupConnection> object_group_connections_;
298 List<ObjectGroupConnection> implicit_ref_connections_;

Completed in 840 milliseconds