|  | v8
    9.0.257(node16.0.0)
    V8 is Google's open source JavaScript engine | 
 
 
 
Go to the documentation of this file.
    5 #ifndef INCLUDE_CPPGC_DEFAULT_PLATFORM_H_ 
    6 #define INCLUDE_CPPGC_DEFAULT_PLATFORM_H_ 
   11 #include "cppgc/platform.h" 
   12 #include "libplatform/libplatform.h" 
   34       int thread_pool_size = 0,
 
   35       IdleTaskSupport idle_task_support = IdleTaskSupport
::kDisabled,
 
   36       std::unique_ptr<TracingController> tracing_controller = {})
 
   38             thread_pool_size
, idle_task_support
, 
   40             std::move(tracing_controller)
)) {}
 
   58       cppgc::TaskPriority priority,
 
   59       std::unique_ptr<
cppgc::JobTask> job_task) 
override {