| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -44,6 +44,7 @@ extern "C" int LLVMFuzzerInitialize(int* argc, char*** argv) { | |||
| 44 | 44 | platform.reset( | |
| 45 | 45 | new node::NodePlatform(kV8ThreadPoolSize, tracing_controller)); | |
| 46 | 46 | v8::V8::InitializePlatform(platform.get()); | |
| 47 | + cppgc::InitializeProcess(platform->GetPageAllocator()); | ||
| 47 | 48 | v8::V8::Initialize(); | |
| 48 | 49 | return 0; | |
| 49 | 50 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments