Home
last modified time | relevance | path

Searched refs:kV8ThreadPoolSize (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/fuzzers/
Dfuzz_env.cc43 static constexpr int kV8ThreadPoolSize = 4; in LLVMFuzzerInitialize() local
45 new node::NodePlatform(kV8ThreadPoolSize, tracing_controller)); in LLVMFuzzerInitialize()
/third_party/node/test/cctest/
Dnode_test_fixture.h89 static constexpr int kV8ThreadPoolSize = 4; in SetUpTestCase() local
91 new node::NodePlatform(kV8ThreadPoolSize, tracing_controller)); in SetUpTestCase()