![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <optional>
#include <vector>
#include "src/base/platform/condition-variable.h"
#include "src/base/platform/mutex.h"
#include "src/common/globals.h"
#include "src/handles/persistent-handles.h"
#include "src/heap/local-heap.h"
#include "src/objects/visitors.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Enumerations | |
enum class | v8::internal::SafepointKind { v8::internal::kIsolate , v8::internal::kGlobal } |
Variables | |
static constexpr GlobalSafepointForSharedSpaceIsolateTag | v8::internal::kGlobalSafepointForSharedSpaceIsolate |