v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8-microtask.h
Go to the documentation of this file.
1// Copyright 2021 the V8 project authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef INCLUDE_V8_MICROTASK_H_
6#define INCLUDE_V8_MICROTASK_H_
7
8namespace v8 {
9
10class Isolate;
11
12// --- Microtasks Callbacks ---
14using MicrotaskCallback = void (*)(void* data);
15
25
26} // namespace v8
27
28#endif // INCLUDE_V8_MICROTASK_H_
union v8::internal::@341::BuiltinMetadata::KindSpecificData data
MicrotasksPolicy
void(*)(void *data) MicrotaskCallback
void(*)(Isolate *, void *) MicrotasksCompletedCallbackWithData