![]() |
v8 14.1.146 (node 25.0.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 1451 of file v8-internal.h.
|
inlineexplicitprotected |
Definition at line 1463 of file v8-internal.h.
|
explicitprotected |
|
explicitprotected |
|
explicitprotected |
|
explicitprotected |
|
protected |
|
protectednoexcept |
|
inline |
Definition at line 1453 of file v8-internal.h.
|
friend |
Definition at line 1455 of file v8-internal.h.