![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <memory>#include <optional>#include "include/v8-array-buffer.h"#include "include/v8-internal.h"#include "src/base/bit-field.h"#include "src/handles/handles.h"#include "src/sandbox/sandbox.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Enumerations | |
| enum class | v8::internal::WasmMemoryFlag : uint8_t { v8::internal::kNotWasm , v8::internal::kWasmMemory32 , v8::internal::kWasmMemory64 } |
| enum class | v8::internal::SharedFlag : uint8_t { v8::internal::kNotShared , v8::internal::kShared } |
| enum class | v8::internal::ResizableFlag : uint8_t { v8::internal::kNotResizable , v8::internal::kResizable } |
| enum class | v8::internal::InitializedFlag : uint8_t { v8::internal::kUninitialized , v8::internal::kZeroInitialized } |