| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2438a43 commit cb2cbf2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -223,7 +223,7 @@ int WorkerThreadsTaskRunner::NumberOfWorkerThreads() const { | |||
| 223 | 223 | } | |
| 224 | 224 | ||
| 225 | 225 | PerIsolatePlatformData::PerIsolatePlatformData( | |
| 226 | - v8::Isolate* isolate, uv_loop_t* loop) | ||
| 226 | + Isolate* isolate, uv_loop_t* loop) | ||
| 227 | 227 | : loop_(loop) { | |
| 228 | 228 | flush_tasks_ = new uv_async_t(); | |
| 229 | 229 | CHECK_EQ(0, uv_async_init(loop, flush_tasks_, FlushTasks)); | |
@@ -434,11 +434,11 @@ void NodePlatform::CallDelayedOnForegroundThread(Isolate* isolate, | |||
| 434 | 434 | std::unique_ptr<Task>(task), delay_in_seconds); | |
| 435 | 435 | } | |
| 436 | 436 | ||
| 437 | - bool NodePlatform::FlushForegroundTasks(v8::Isolate* isolate) { | ||
| 437 | + bool NodePlatform::FlushForegroundTasks(Isolate* isolate) { | ||
| 438 | 438 | return ForIsolate(isolate)->FlushForegroundTasksInternal(); | |
| 439 | 439 | } | |
| 440 | 440 | ||
| 441 | - void NodePlatform::CancelPendingDelayedTasks(v8::Isolate* isolate) { | ||
| 441 | + void NodePlatform::CancelPendingDelayedTasks(Isolate* isolate) { | ||
| 442 | 442 | ForIsolate(isolate)->CancelPendingDelayedTasks(); | |
| 443 | 443 | } | |
| 444 | 444 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments