![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <vector>
#include "include/v8-internal.h"
#include "src/common/globals.h"
#include "src/heap/marking-state.h"
#include "src/heap/marking-visitor.h"
#include "src/heap/marking-worklist.h"
#include "src/heap/marking.h"
#include "src/heap/memory-measurement.h"
#include "src/heap/spaces.h"
#include "src/heap/sweeper.h"
Go to the source code of this file.
Classes | |
class | v8::internal::RootMarkingVisitor |
class | v8::internal::MarkCompactCollector |
struct | v8::internal::MarkCompactCollector::RecordRelocSlotInfo |
Namespaces | |
namespace | v8 |
namespace | v8::internal |