|  | v8
    10.1.124  (node 18.2.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 220 of file allocation.h.
| 
 | inlineexplicitconstexpr | 
Definition at line 221 of file allocation.h.
References AdditionalBytes::value.
| const size_t value | 
Definition at line 222 of file allocation.h.
Referenced by AdditionalBytes::AdditionalBytes(), MakeGarbageCollectedTrait< T >::Call(), and cppgc::subtle::Resize().