v8  8.4.371 (node 14.15.5)
V8 is Google's open source JavaScript engine
LivenessBroker Class Referencefinal

#include <liveness-broker.h>

Public Member Functions

template<typename T >
bool IsHeapObjectAlive (const T *object) const
 
template<typename T >
bool IsHeapObjectAlive (const WeakMember< T > &weak_member) const
 
template<typename T >
bool IsHeapObjectAlive (const UntracedMember< T > &untraced_member) const
 

Friends

class internal::LivenessBrokerFactory
 

Detailed Description

Definition at line 19 of file liveness-broker.h.

Member Function Documentation

◆ IsHeapObjectAlive() [1/3]

bool IsHeapObjectAlive ( const T *  object) const
inline

Definition at line 22 of file liveness-broker.h.

◆ IsHeapObjectAlive() [2/3]

bool IsHeapObjectAlive ( const UntracedMember< T > &  untraced_member) const
inline

Definition at line 35 of file liveness-broker.h.

References cppgc::kSentinelPointer.

◆ IsHeapObjectAlive() [3/3]

bool IsHeapObjectAlive ( const WeakMember< T > &  weak_member) const
inline

Definition at line 29 of file liveness-broker.h.

References cppgc::kSentinelPointer.

Friends And Related Function Documentation

◆ internal::LivenessBrokerFactory

friend class internal::LivenessBrokerFactory
friend

Definition at line 45 of file liveness-broker.h.


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