v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
StrongRootAllocatorBase Class Reference

#include <v8-internal.h>

Public Member Functions

Heap * heap () const
 

Protected Member Functions

 StrongRootAllocatorBase (Heap *heap)
 
 StrongRootAllocatorBase (LocalHeap *heap)
 
 StrongRootAllocatorBase (Isolate *isolate)
 
 StrongRootAllocatorBase (v8::Isolate *isolate)
 
 StrongRootAllocatorBase (LocalIsolate *isolate)
 
Addressallocate_impl (size_t n)
 
void deallocate_impl (Address *p, size_t n) noexcept
 

Friends

bool operator== (const StrongRootAllocatorBase &a, const StrongRootAllocatorBase &b)
 

Detailed Description

Definition at line 1351 of file v8-internal.h.

Constructor & Destructor Documentation

◆ StrongRootAllocatorBase() [1/5]

StrongRootAllocatorBase ( Heap * heap)
inlineexplicitprotected

Definition at line 1363 of file v8-internal.h.

References heap().

Referenced by operator==.

◆ StrongRootAllocatorBase() [2/5]

StrongRootAllocatorBase ( LocalHeap * heap)
explicitprotected

References heap().

◆ StrongRootAllocatorBase() [3/5]

StrongRootAllocatorBase ( Isolate * isolate)
explicitprotected

◆ StrongRootAllocatorBase() [4/5]

StrongRootAllocatorBase ( v8::Isolate * isolate)
explicitprotected

◆ StrongRootAllocatorBase() [5/5]

StrongRootAllocatorBase ( LocalIsolate * isolate)
explicitprotected

Member Function Documentation

◆ allocate_impl()

Address * allocate_impl ( size_t n)
protected

◆ deallocate_impl()

void deallocate_impl ( Address * p,
size_t n )
protectednoexcept

◆ heap()

Heap * heap ( ) const
inline

Definition at line 1353 of file v8-internal.h.

Referenced by StrongRootAllocatorBase(), and StrongRootAllocatorBase().

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const StrongRootAllocatorBase & a,
const StrongRootAllocatorBase & b )
friend

Definition at line 1355 of file v8-internal.h.

References StrongRootAllocatorBase().


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