Home
last modified time | relevance | path

Searched refs:on_foreground (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc2366 void Run(AsyncCompileJob* job, bool on_foreground) { in Run() argument
2367 if (on_foreground) { in Run()
2382 CompileTask(AsyncCompileJob* job, bool on_foreground) in CompileTask() argument
2387 : CancelableTask(on_foreground ? job->isolate_->cancelable_task_manager() in CompileTask()
2390 on_foreground_(on_foreground) {} in CompileTask()

Completed in 8 milliseconds