Lines Matching defs:task
66 #include "src/tasks/cancelable-task.h"
559 // Signal that the task has finished using the task runner to wake the
633 // Pump the loop until the streaming task completes.
825 // It's possible that a FinalizationRegistry cleanup task threw an error.
4168 std::unique_ptr<v8::Task> task(new ProcessMessageTask(
4170 task_runner_->PostNonNestableTask(std::move(task));
4215 std::unique_ptr<v8::Task> task(
4217 task_runner_->PostTask(std::move(task));
4836 // Execute one foreground task (if one exists), then microtasks.
4842 // task queue of the {kProcessGlobalPredictablePlatformWorkerTaskQueue}
4844 // task.
4895 void Shell::PostForegroundTask(Isolate* isolate, std::unique_ptr<Task> task) {
4897 std::move(task));
4900 void Shell::PostBlockingBackgroundTask(std::unique_ptr<Task> task) {
4901 g_default_platform->CallBlockingTaskOnWorkerThread(std::move(task));