![]() |
v8 14.1.146 (node 25.0.0)
V8 is Google's open source JavaScript engine
|
#include <v8-platform.h>
Public Member Functions | |
| AllocationHint ()=default | |
| V8_WARN_UNUSED_RESULT constexpr AllocationHint | WithAddress (void *address) const |
| V8_WARN_UNUSED_RESULT constexpr AllocationHint | WithMayGrow () const |
| bool | MayGrow () const |
| void * | Address () const |
Optional hints for AllocatePages().
Definition at line 504 of file v8-platform.h.
|
default |
|
inline |
Definition at line 518 of file v8-platform.h.
|
inline |
Definition at line 517 of file v8-platform.h.
|
inlineconstexpr |
Definition at line 508 of file v8-platform.h.
|
inlineconstexpr |
Definition at line 513 of file v8-platform.h.