Lines Matching refs:BackgroundCompileTask
33 class BackgroundCompileTask;
116 static bool FinalizeBackgroundCompileTask(BackgroundCompileTask* task,
506 class V8_EXPORT_PRIVATE BackgroundCompileTask {
511 BackgroundCompileTask(ScriptStreamingData* data, Isolate* isolate,
513 BackgroundCompileTask(const BackgroundCompileTask&) = delete;
514 BackgroundCompileTask& operator=(const BackgroundCompileTask&) = delete;
515 ~BackgroundCompileTask();
520 BackgroundCompileTask(
590 std::unique_ptr<BackgroundCompileTask> task;