v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
task-utils.cc File Reference
Include dependency graph for task-utils.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Functions

std::unique_ptr< CancelableTaskv8::internal::MakeCancelableTask (Isolate *isolate, std::function< void()> func)
 
std::unique_ptr< CancelableTaskv8::internal::MakeCancelableTask (CancelableTaskManager *manager, std::function< void()> func)
 
std::unique_ptr< CancelableIdleTaskv8::internal::MakeCancelableIdleTask (Isolate *isolate, std::function< void(double)> func)
 
std::unique_ptr< CancelableIdleTaskv8::internal::MakeCancelableIdleTask (CancelableTaskManager *manager, std::function< void(double)> func)
 

Variable Documentation

◆ func_

const std::function<void(double)> func_
private

Definition at line 23 of file task-utils.cc.