v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
|
#include <v8-internal.h>
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) | |
Address * | allocate_impl (size_t n) |
void | deallocate_impl (Address *p, size_t n) noexcept |
Definition at line 1135 of file v8-internal.h.
using value_type = T |
Definition at line 1138 of file v8-internal.h.
|
inlineexplicit |
Definition at line 1140 of file v8-internal.h.
|
inlineexplicit |
Definition at line 1141 of file v8-internal.h.
|
inlinenoexcept |
Definition at line 1144 of file v8-internal.h.