v8 13.6.233 (node 24.1.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 1383 of file v8-internal.h.

Member Typedef Documentation

◆ value_type

template<typename T>
using value_type = T

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

Constructor & Destructor Documentation

◆ StrongRootAllocator() [1/2]

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

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

Referenced by StrongRootAllocator().

◆ StrongRootAllocator() [2/2]

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

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

References StrongRootAllocator().


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