![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <cstddef>#include <memory>#include <unordered_map>#include <vector>#include "src/heap/base/worklist.h"#include "src/heap/cppgc-js/cpp-marking-state.h"#include "src/objects/heap-object.h"#include "src/utils/address-map.h"Go to the source code of this file.
Classes | |
| struct | v8::internal::ContextWorklistPair |
| class | v8::internal::MarkingWorklists |
| class | v8::internal::MarkingWorklists::Local |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Typedefs | |
| using | v8::internal::MarkingWorklist = ::heap::base::Worklist<Tagged<HeapObject>, 64> |
Variables | |
| const int | v8::internal::kMainThreadTask = 0 |