V8 Project
v8::internal::ObjectGroupConnection Struct Reference

#include <global-handles.h>

+ Collaboration diagram for v8::internal::ObjectGroupConnection:

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
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ObjectGroupConnection()

v8::internal::ObjectGroupConnection::ObjectGroupConnection ( UniqueId  id,
Object **  object 
)
inline

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

Member Function Documentation

◆ operator<()

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

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

74  {
75  return id < other.id;
76  }

References id.

◆ operator==()

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

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

70  {
71  return id == other.id;
72  }

References id.

Member Data Documentation

◆ id

UniqueId v8::internal::ObjectGroupConnection::id

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

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

◆ object

Object** v8::internal::ObjectGroupConnection::object

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


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