v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
BasePageHandle Class Reference

#include <base-page-handle.h>

Collaboration diagram for BasePageHandle:

Public Member Functions

HeapHandleheap_handle ()
 
const HeapHandleheap_handle () const
 

Static Public Member Functions

static V8_INLINE BasePageHandleFromPayload (void *payload)
 
static V8_INLINE const BasePageHandleFromPayload (const void *payload)
 

Protected Member Functions

 BasePageHandle (HeapHandle &heap_handle)
 

Protected Attributes

HeapHandleheap_handle_
 

Detailed Description

Definition at line 18 of file base-page-handle.h.

Constructor & Destructor Documentation

◆ BasePageHandle()

BasePageHandle ( HeapHandle heap_handle)
inlineexplicitprotected

Member Function Documentation

◆ FromPayload() [1/2]

static V8_INLINE const BasePageHandle * FromPayload ( const void *  payload)
inlinestatic

Definition at line 26 of file base-page-handle.h.

References BasePageHandle::FromPayload().

◆ FromPayload() [2/2]

◆ heap_handle() [1/2]

◆ heap_handle() [2/2]

const HeapHandle & heap_handle ( ) const
inline

Definition at line 31 of file base-page-handle.h.

References BasePageHandle::heap_handle_.

Field Documentation

◆ heap_handle_

HeapHandle& heap_handle_
protected

Definition at line 39 of file base-page-handle.h.

Referenced by BasePageHandle::heap_handle(), and BasePageHandle::heap_handle().


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