Searched refs:on_foreground_ (Results 1 – 1 of 1) sorted by relevance
2279 on_foreground_(on_foreground) {} in CompileTask()2282 if (job_ != nullptr && on_foreground_) ResetPendingForegroundTask(); in ~CompileTask()2287 if (on_foreground_) ResetPendingForegroundTask(); in RunInternal()2288 job_->step_->Run(on_foreground_); in RunInternal()2302 bool on_foreground_; member in v8::internal::wasm::AsyncCompileJob::CompileTask