![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/base/bit-field.h"
#include "src/base/hashmap.h"
#include "src/execution/isolate.h"
#include "src/utils/identity-map.h"
Go to the source code of this file.
Classes | |
class | v8::internal::SerializerReference |
class | v8::internal::SerializerReferenceMap |
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Enumerations | |
enum class | v8::internal::SnapshotSpace : uint8_t { v8::internal::kReadOnlyHeap = 0 , v8::internal::kOld = 1 , v8::internal::kCode = 2 , v8::internal::kTrusted = 3 } |
Variables | |
static constexpr int | v8::internal::kNumberOfSnapshotSpaces = 4 |