v8
9.4.146 (node 16.13.0)
V8 is Google's open source JavaScript engine
|
#include <allocation.h>
Public Member Functions | |
constexpr | AdditionalBytes (size_t bytes) |
Data Fields | |
const size_t | value |
Passed to MakeGarbageCollected to specify how many bytes should be appended to the allocated object.
Example:
Definition at line 147 of file allocation.h.
|
inlineexplicitconstexpr |
Definition at line 148 of file allocation.h.
References AdditionalBytes::value.
const size_t value |
Definition at line 149 of file allocation.h.
Referenced by AdditionalBytes::AdditionalBytes(), MakeGarbageCollectedTrait< T >::Call(), and cppgc::subtle::Resize().