v8 14.1.146 (node 25.0.0)
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

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

References BasePageHandle::heap_handle_.

Member Function Documentation

◆ FromPayload() [1/2]

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

Definition at line 24 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 29 of file base-page-handle.h.

References BasePageHandle::heap_handle_.

Field Documentation

◆ heap_handle_

HeapHandle& heap_handle_
protected

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