v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
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 MicrotasksCompletedCallbackWithData = void (*)(Isolate*, void*)
 
using MicrotaskCallback = void (*)(void* data)
 

Enumerations

enum class  MicrotasksPolicy { kExplicit , kScoped , kAuto }