Home
last modified time | relevance | path

Searched refs:ObjectGroupConnection (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dglobal-handles.h66 struct ObjectGroupConnection { struct
67 ObjectGroupConnection(UniqueId id, Object** object) in ObjectGroupConnection() argument
70 bool operator==(const ObjectGroupConnection& other) const {
74 bool operator<(const ObjectGroupConnection& other) const {
359 List<ObjectGroupConnection> object_group_connections_;
361 List<ObjectGroupConnection> implicit_ref_connections_;
Dglobal-handles.cc1260 object_group_connections_.Add(ObjectGroupConnection(id, handle)); in SetObjectGroupId()
1272 implicit_ref_connections_.Add(ObjectGroupConnection(id, child)); in SetReferenceFromGroup()