v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
pointer-with-payload.h File Reference
#include <cstdint>
#include <type_traits>
#include "src/base/logging.h"
Include dependency graph for pointer-with-payload.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  v8::base::PointerWithPayloadTraits< PointerType >
 
struct  v8::base::PointerWithPayloadTraits< void >
 
class  v8::base::PointerWithPayload< PointerType, PayloadType, NumPayloadBits >
 

Namespaces

namespace  v8
 
namespace  v8::base
 

Functions

template<typename PointerType , typename PayloadType , int NumPayloadBits>
bool v8::base::operator== (PointerWithPayload< PointerType, PayloadType, NumPayloadBits > lhs, PointerWithPayload< PointerType, PayloadType, NumPayloadBits > rhs)