|
| 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) |
|
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: