v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::base::PointerWithPayloadTraits< PointerType > Struct Template Reference

#include <pointer-with-payload.h>

Collaboration diagram for v8::base::PointerWithPayloadTraits< PointerType >:

Static Public Attributes

static constexpr int kAvailableBits
 

Detailed Description

template<typename PointerType>
struct v8::base::PointerWithPayloadTraits< PointerType >

Definition at line 17 of file pointer-with-payload.h.

Member Data Documentation

◆ kAvailableBits

template<typename PointerType >
int v8::base::PointerWithPayloadTraits< PointerType >::kAvailableBits
staticconstexpr
Initial value:
=
alignof(PointerType) >= 8 ? 3 : alignof(PointerType) >= 4 ? 2 : 1

Definition at line 18 of file pointer-with-payload.h.


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