Lines Matching refs:Isolate
12 using v8::Isolate;
223 Isolate* isolate, uv_loop_t* loop) in PerIsolatePlatformData()
346 void NodePlatform::RegisterIsolate(Isolate* isolate, uv_loop_t* loop) { in RegisterIsolate()
356 void NodePlatform::RegisterIsolate(Isolate* isolate, in RegisterIsolate()
365 void NodePlatform::UnregisterIsolate(Isolate* isolate) { in UnregisterIsolate()
376 void NodePlatform::AddIsolateFinishedCallback(Isolate* isolate, in AddIsolateFinishedCallback()
435 void NodePlatform::DrainTasks(Isolate* isolate) { in DrainTasks()
495 IsolatePlatformDelegate* NodePlatform::ForIsolate(Isolate* isolate) { in ForIsolate()
503 NodePlatform::ForNodeIsolate(Isolate* isolate) { in ForNodeIsolate()
510 bool NodePlatform::FlushForegroundTasks(Isolate* isolate) { in FlushForegroundTasks()
516 bool NodePlatform::IdleTasksEnabled(Isolate* isolate) { in IdleTasksEnabled()
521 NodePlatform::GetForegroundTaskRunner(Isolate* isolate) { in GetForegroundTaskRunner()
616 void MultiIsolatePlatform::CancelPendingDelayedTasks(Isolate* isolate) {} in CancelPendingDelayedTasks()