![]() |
v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
|
#include <v8-internal.h>
Public Member Functions | |
Heap * | heap () const |
Protected Member Functions | |
StrongRootAllocatorBase (Heap *heap) | |
StrongRootAllocatorBase (LocalHeap *heap) | |
StrongRootAllocatorBase (Isolate *isolate) | |
StrongRootAllocatorBase (v8::Isolate *isolate) | |
StrongRootAllocatorBase (LocalIsolate *isolate) | |
Address * | allocate_impl (size_t n) |
void | deallocate_impl (Address *p, size_t n) noexcept |
Friends | |
bool | operator== (const StrongRootAllocatorBase &a, const StrongRootAllocatorBase &b) |
Definition at line 1351 of file v8-internal.h.
|
inlineexplicitprotected |
|
explicitprotected |
References heap().
|
explicitprotected |
|
explicitprotected |
|
explicitprotected |
|
protected |
|
protectednoexcept |
|
inline |
Definition at line 1353 of file v8-internal.h.
Referenced by StrongRootAllocatorBase(), and StrongRootAllocatorBase().
|
friend |
Definition at line 1355 of file v8-internal.h.
References StrongRootAllocatorBase().