5 #ifndef INCLUDE_V8_CPPGC_H_
6 #define INCLUDE_V8_CPPGC_H_
12 #include "cppgc/common.h"
13 #include "cppgc/custom-space.h"
14 #include "cppgc/heap-statistics.h"
15 #include "cppgc/visitor.h"
21 class AllocationHandle;
39 struct WrapperDescriptor
final {
45 using InternalFieldIndex =
int;
54 InternalFieldIndex wrappable_instance_index,
55 uint16_t embedder_id_for_garbage_collected)
200 template <
typename T>
203 return {
nullptr,
Trace};