![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#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 17 of file sentinel-pointer.h.
Definition at line 25 of file sentinel-pointer.h.
|
friend |
Definition at line 30 of file sentinel-pointer.h.
|
friend |
Definition at line 29 of file sentinel-pointer.h.
|
staticconstexpr |
Definition at line 22 of file sentinel-pointer.h.