v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8-microtask.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  v8
 

Typedefs

using v8::MicrotasksCompletedCallbackWithData = void (*)(Isolate*, void*)
 
using v8::MicrotaskCallback = void (*)(void* data)
 

Enumerations

enum class  v8::MicrotasksPolicy { v8::kExplicit , v8::kScoped , v8::kAuto }