![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <atomic>#include <unordered_map>#include "include/v8-platform.h"#include "src/base/macros.h"#include "src/base/platform/condition-variable.h"Go to the source code of this file.
Classes | |
| class | v8::internal::CancelableTaskManager |
| class | v8::internal::Cancelable |
| class | v8::internal::CancelableTask |
| class | v8::internal::CancelableIdleTask |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Enumerations | |
| enum class | v8::internal::TryAbortResult { v8::internal::kTaskRemoved , v8::internal::kTaskRunning , v8::internal::kTaskAborted } |