![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/base/build_config.h"
#include "src/base/hashing.h"
#include "src/flags/flags.h"
#include "src/heap/memory-chunk-constants.h"
#include "src/init/isolate-group.h"
Go to the source code of this file.
Classes | |
class | v8::internal::MemoryChunk |
struct | v8::base::hash< const i::MemoryChunk * > |
struct | v8::base::hash< i::MemoryChunk * > |
Namespaces | |
namespace | v8 |
namespace | v8::internal |
namespace | v8::internal::debug_helper_internal |
namespace | v8::base |
Macros | |
#define | UNREACHABLE_WITH_STICKY_MARK_BITS() |
Enumerations | |
enum class | v8::internal::MarkingMode { v8::internal::kNoMarking , v8::internal::kMinorMarking , v8::internal::kMajorMarking } |
#define UNREACHABLE_WITH_STICKY_MARK_BITS | ( | ) |
Definition at line 17 of file memory-chunk.h.