|  | v8
    9.0.257(node16.0.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 143 of file allocation.h.
| 
 | inlineexplicitconstexpr | 
Definition at line 144 of file allocation.h.
References AdditionalBytes::value.
| const size_t value | 
Definition at line 145 of file allocation.h.
Referenced by AdditionalBytes::AdditionalBytes(), and MakeGarbageCollectedTrait< T >::Call().