v8 14.1.146 (node 25.0.0)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
SameThreadEnabledCheckingPolicy< kCheckOffHeapAssignments > Class Template Reference

#include <pointer-policies.h>

Inheritance diagram for SameThreadEnabledCheckingPolicy< kCheckOffHeapAssignments >:
Collaboration diagram for SameThreadEnabledCheckingPolicy< kCheckOffHeapAssignments >:

Protected Member Functions

template<typename T >
V8_INLINE void CheckPointer (RawPointer raw_pointer)
 
template<typename T >
void CheckPointer (const T *ptr)
 

Detailed Description

template<bool kCheckOffHeapAssignments>
class cppgc::internal::SameThreadEnabledCheckingPolicy< kCheckOffHeapAssignments >

Definition at line 130 of file pointer-policies.h.

Member Function Documentation

◆ CheckPointer() [1/2]

template<bool kCheckOffHeapAssignments>
template<typename T >
void CheckPointer ( const T ptr)
inlineprotected

Definition at line 152 of file pointer-policies.h.

References cppgc::kSentinelPointer.

◆ CheckPointer() [2/2]

template<bool kCheckOffHeapAssignments>
template<typename T >
V8_INLINE void CheckPointer ( RawPointer  raw_pointer)
inlineprotected

Definition at line 134 of file pointer-policies.h.

References RawPointer::IsCleared(), and RawPointer::IsSentinel().


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