![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <type_traits>#include "src/heap/ephemeron-remembered-set.h"#include "src/heap/heap-visitor.h"#include "src/heap/heap.h"#include "src/heap/marking-worklist.h"#include "src/heap/pretenuring-handler.h"Go to the source code of this file.
Classes | |
| class | v8::internal::YoungGenerationMarkingVisitor< marking_mode > |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Enumerations | |
| enum class | v8::internal::YoungGenerationMarkingVisitationMode { v8::internal::kParallel , v8::internal::kConcurrent } |