![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/base/logging.h"#include "src/common/globals.h"#include "src/execution/isolate.h"#include "src/heap/heap-visitor.h"#include "src/heap/marking-state.h"#include "src/heap/marking-worklist.h"#include "src/heap/marking.h"#include "src/heap/pretenuring-handler.h"#include "src/heap/spaces.h"#include "src/heap/weak-object-worklists.h"Go to the source code of this file.
Classes | |
| class | v8::internal::MarkingVisitorBase< ConcreteVisitor > |
| class | v8::internal::FullMarkingVisitorBase< ConcreteVisitor > |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Typedefs | |
| using | v8::internal::KeyToValues |