v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
StrongRootAllocator< T > Class Template Reference

#include <v8-internal.h>

Inheritance diagram for StrongRootAllocator< T >:
Collaboration diagram for StrongRootAllocator< T >:

Public Types

using value_type = T
 

Public Member Functions

 StrongRootAllocator (Heap *heap)
 
 StrongRootAllocator (v8::Isolate *isolate)
 
template<typename U >
 StrongRootAllocator (const StrongRootAllocator< U > &other) noexcept
 
- Public Member Functions inherited from StrongRootAllocatorBase
Heap * heap () const
 
bool operator== (const StrongRootAllocatorBase &other) const
 
bool operator!= (const StrongRootAllocatorBase &other) const
 

Additional Inherited Members

- Protected Member Functions inherited from StrongRootAllocatorBase
 StrongRootAllocatorBase (Heap *heap)
 
 StrongRootAllocatorBase (v8::Isolate *isolate)
 
Addressallocate_impl (size_t n)
 
void deallocate_impl (Address *p, size_t n) noexcept
 

Detailed Description

template<typename T>
class v8::internal::StrongRootAllocator< T >

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

Member Typedef Documentation

◆ value_type

template<typename T >
using value_type = T

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

Constructor & Destructor Documentation

◆ StrongRootAllocator() [1/3]

template<typename T >
StrongRootAllocator ( Heap *  heap)
inlineexplicit

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

◆ StrongRootAllocator() [2/3]

template<typename T >
StrongRootAllocator ( v8::Isolate isolate)
inlineexplicit

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

◆ StrongRootAllocator() [3/3]

template<typename T >
template<typename U >
StrongRootAllocator ( const StrongRootAllocator< U > &  other)
inlinenoexcept

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


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