V8 Project
v8::internal::ObjectGroupRetainerInfo Struct Reference

#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
 
RetainedObjectInfoinfo
 

Detailed Description

Definition at line 83 of file global-handles.h.

Constructor & Destructor Documentation

◆ ObjectGroupRetainerInfo()

v8::internal::ObjectGroupRetainerInfo::ObjectGroupRetainerInfo ( UniqueId  id,
RetainedObjectInfo info 
)
inline

Definition at line 84 of file global-handles.h.

Member Function Documentation

◆ operator<()

bool v8::internal::ObjectGroupRetainerInfo::operator< ( const ObjectGroupRetainerInfo other) const
inline

Definition at line 91 of file global-handles.h.

91  {
92  return id < other.id;
93  }

References id.

◆ operator==()

bool v8::internal::ObjectGroupRetainerInfo::operator== ( const ObjectGroupRetainerInfo other) const
inline

Definition at line 87 of file global-handles.h.

87  {
88  return id == other.id;
89  }

References id.

Member Data Documentation

◆ id

UniqueId v8::internal::ObjectGroupRetainerInfo::id

Definition at line 95 of file global-handles.h.

Referenced by operator<(), and operator==().

◆ info

RetainedObjectInfo* v8::internal::ObjectGroupRetainerInfo::info

Definition at line 96 of file global-handles.h.


The documentation for this struct was generated from the following file: