V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::PointerWithPayload< PointerType, PayloadType, NumPayloadBits > Class Template Reference

Public Member Functions

 PointerWithPayload (PointerType *pointer)
 
 PointerWithPayload (PayloadType payload)
 
 PointerWithPayload (PointerType *pointer, PayloadType payload)
 
V8_INLINE PointerType * GetPointer () const
 
V8_INLINE PointerType * operator-> () const
 
V8_INLINE void update (PointerType *new_pointer, PayloadType new_payload)
 
V8_INLINE void SetPointer (PointerType *newptr)
 
V8_INLINE PayloadType GetPayload () const
 
V8_INLINE void SetPayload (PayloadType new_payload)
 

Detailed Description

template<typename PointerType, typename PayloadType, int NumPayloadBits>
class v8::internal::PointerWithPayload< PointerType, PayloadType, NumPayloadBits >

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


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