v8 13.6.233 (node 24.1.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 CPPGC_DCHECK, heap_handle(), and heap_handle_.

Referenced by FromPayload(), and FromPayload().

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(), and V8_INLINE.

◆ FromPayload() [2/2]

static V8_INLINE BasePageHandle * FromPayload ( void * payload)
inlinestatic

◆ 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 heap_handle_.

Field Documentation

◆ heap_handle_

HeapHandle& heap_handle_
protected

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

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


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