![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/heap/cppgc-js/unified-heap-marking-state.h"#include <atomic>#include "include/v8-traced-handle.h"#include "src/base/logging.h"#include "src/handles/traced-handles.h"#include "src/heap/heap.h"#include "src/heap/mark-compact.h"#include "src/heap/marking-inl.h"#include "src/heap/marking-state-inl.h"#include "src/heap/marking-worklist-inl.h"#include "src/objects/objects-inl.h"Go to the source code of this file.
Classes | |
| class | v8::internal::BasicTracedReferenceExtractor |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |