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

template<typename HeapOrIsolateT >
 StrongRootAllocator (HeapOrIsolateT *)
 
template<typename U >
 StrongRootAllocator (const StrongRootAllocator< U > &other) noexcept
 

Detailed Description

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

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

Member Typedef Documentation

◆ value_type

template<typename T >
using value_type = T

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

Constructor & Destructor Documentation

◆ StrongRootAllocator() [1/2]

template<typename T >
template<typename HeapOrIsolateT >
StrongRootAllocator ( HeapOrIsolateT *  )
inlineexplicit

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

◆ StrongRootAllocator() [2/2]

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

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


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