#include <v8-cppgc.h>
◆ CppHeapCreateParams() [1/2]
v8::CppHeapCreateParams::CppHeapCreateParams |
( |
std::vector< std::unique_ptr< cppgc::CustomSpaceBase > > |
custom_spaces | ) |
|
|
inlineexplicit |
◆ CppHeapCreateParams() [2/2]
◆ operator=()
◆ custom_spaces
◆ marking_support
Initial value:=
@ kIncrementalAndConcurrent
Specifies which kind of marking are supported by the heap. The type may be further reduced via runtime flags when attaching the heap to an Isolate.
◆ sweeping_support
Initial value:=
@ kIncrementalAndConcurrent
Specifies which kind of sweeping is supported by the heap. The type may be further reduced via runtime flags when attaching the heap to an Isolate.
The documentation for this struct was generated from the following file: