v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::StrongRootAllocator< T > Class Template Reference

#include <v8-internal.h>

Inheritance diagram for v8::internal::StrongRootAllocator< T >:
Collaboration diagram for v8::internal::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 1396 of file v8-internal.h.

Member Typedef Documentation

◆ value_type

template<typename T >
using v8::internal::StrongRootAllocator< T >::value_type = T

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

Constructor & Destructor Documentation

◆ StrongRootAllocator() [1/2]

template<typename T >
template<typename HeapOrIsolateT >
v8::internal::StrongRootAllocator< T >::StrongRootAllocator ( HeapOrIsolateT * )
inlineexplicit

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

◆ StrongRootAllocator() [2/2]

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

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


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