Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
libplatform.h File Reference
#include "libplatform/libplatform-export.h"
#include "libplatform/v8-tracing.h"
#include "v8-platform.h"
Include dependency graph for libplatform.h:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::platform
 

Enumerations

enum class  v8::platform::IdleTaskSupport { v8::platform::kDisabled , v8::platform::kEnabled }
 
enum class  v8::platform::InProcessStackDumping { v8::platform::kDisabled , v8::platform::kEnabled }
 
enum class  v8::platform::MessageLoopBehavior : bool { v8::platform::kDoNotWait = false , v8::platform::kWaitForWork = true }
 

Functions

v8::Platformv8::platform::CreateDefaultPlatform (int thread_pool_size=0, IdleTaskSupport idle_task_support=IdleTaskSupport::kDisabled, InProcessStackDumping in_process_stack_dumping=InProcessStackDumping::kEnabled, v8::TracingController *tracing_controller=nullptr)
 
bool v8::platform::PumpMessageLoop (v8::Platform *platform, v8::Isolate *isolate, MessageLoopBehavior behavior=MessageLoopBehavior::kDoNotWait)
 
void v8::platform::EnsureEventLoopInitialized (v8::Platform *platform, v8::Isolate *isolate)
 
void v8::platform::RunIdleTasks (v8::Platform *platform, v8::Isolate *isolate, double idle_time_in_seconds)
 
void v8::platform::SetTracingController (v8::Platform *platform, v8::platform::tracing::TracingController *tracing_controller)