![]() |
v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
|
#include <base-page-handle.h>
Public Member Functions | |
HeapHandle & | heap_handle () |
const HeapHandle & | heap_handle () const |
Static Public Member Functions | |
static V8_INLINE BasePageHandle * | FromPayload (void *payload) |
static V8_INLINE const BasePageHandle * | FromPayload (const void *payload) |
Protected Member Functions | |
BasePageHandle (HeapHandle &heap_handle) | |
Protected Attributes | |
HeapHandle & | heap_handle_ |
Definition at line 18 of file base-page-handle.h.
|
inlineexplicitprotected |
Definition at line 32 of file base-page-handle.h.
References CPPGC_DCHECK, heap_handle(), and heap_handle_.
Referenced by FromPayload(), and FromPayload().
|
inlinestatic |
Definition at line 24 of file base-page-handle.h.
References BasePageHandle(), FromPayload(), and V8_INLINE.
|
inlinestatic |
Definition at line 20 of file base-page-handle.h.
References BasePageHandle(), and V8_INLINE.
Referenced by FromPayload(), and WriteBarrierTypeForNonCagedHeapPolicy::ValueModeDispatch< WriteBarrier::ValueMode::kValuePresent >::Get().
|
inline |
Definition at line 28 of file base-page-handle.h.
References heap_handle_.
Referenced by BasePageHandle(), and WriteBarrierTypeForNonCagedHeapPolicy::ValueModeDispatch< WriteBarrier::ValueMode::kValuePresent >::Get().
|
inline |
Definition at line 29 of file base-page-handle.h.
References heap_handle_.
|
protected |
Definition at line 37 of file base-page-handle.h.
Referenced by BasePageHandle(), heap_handle(), and heap_handle().