Go to the source code of this file.
|  | 
| V8_PLATFORM_EXPORT std::unique_ptr< v8::Platform > | NewDefaultPlatform (int thread_pool_size=0, IdleTaskSupport idle_task_support=IdleTaskSupport::kDisabled, InProcessStackDumping in_process_stack_dumping=InProcessStackDumping::kDisabled, std::unique_ptr< v8::TracingController > tracing_controller={}) | 
|  | 
| V8_PLATFORM_EXPORT std::unique_ptr< v8::Platform > | NewSingleThreadedDefaultPlatform (IdleTaskSupport idle_task_support=IdleTaskSupport::kDisabled, InProcessStackDumping in_process_stack_dumping=InProcessStackDumping::kDisabled, std::unique_ptr< v8::TracingController > tracing_controller={}) | 
|  | 
| V8_PLATFORM_EXPORT std::unique_ptr< v8::JobHandle > | NewDefaultJobHandle (v8::Platform *platform, v8::TaskPriority priority, std::unique_ptr< v8::JobTask > job_task, size_t num_worker_threads) | 
|  | 
| V8_PLATFORM_EXPORT bool | PumpMessageLoop (v8::Platform *platform, v8::Isolate *isolate, MessageLoopBehavior behavior=MessageLoopBehavior::kDoNotWait) | 
|  | 
| V8_PLATFORM_EXPORT void | RunIdleTasks (v8::Platform *platform, v8::Isolate *isolate, double idle_time_in_seconds) | 
|  | 
| V8_PLATFORM_EXPORT void | SetTracingController (v8::Platform *platform, v8::platform::tracing::TracingController *tracing_controller) | 
|  | 
| V8_PLATFORM_EXPORT void | NotifyIsolateShutdown (v8::Platform *platform, Isolate *isolate) | 
|  |