![]() |
v8 11.3.244 (node 20.3.0)
V8 is Google's open source JavaScript engine
|
#include <sentinel-pointer.h>
Public Member Functions | |
template<typename T > | |
operator T* () const | |
Static Public Attributes | |
static constexpr intptr_t | kSentinelValue = 0b10 |
Friends | |
bool | operator== (SentinelPointer, SentinelPointer) |
bool | operator!= (SentinelPointer, SentinelPointer) |
Definition at line 15 of file sentinel-pointer.h.
|
inline |
Definition at line 18 of file sentinel-pointer.h.
References SentinelPointer::kSentinelValue.
|
friend |
Definition at line 23 of file sentinel-pointer.h.
|
friend |
Definition at line 22 of file sentinel-pointer.h.
|
staticconstexpr |
Definition at line 16 of file sentinel-pointer.h.
Referenced by SentinelPointer::operator T*().