v8  10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
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

 v8
 

Typedefs

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

Enumerations

enum class  MicrotasksPolicy { kExplicit , kScoped , kAuto }