We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3b0b7 commit 4d50d51Copy full SHA for 4d50d51
test/fuzzers/fuzz_env.cc
@@ -44,6 +44,7 @@ extern "C" int LLVMFuzzerInitialize(int* argc, char*** argv) {
44
platform.reset(
45
new node::NodePlatform(kV8ThreadPoolSize, tracing_controller));
46
v8::V8::InitializePlatform(platform.get());
47
+ cppgc::InitializeProcess(platform->GetPageAllocator());
48
v8::V8::Initialize();
49
return 0;
50
}
0 commit comments