![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/heap/marking-visitor.h"#include "src/common/globals.h"#include "src/heap/ephemeron-remembered-set.h"#include "src/heap/heap-layout-inl.h"#include "src/heap/heap-visitor-inl.h"#include "src/heap/heap-visitor.h"#include "src/heap/marking-progress-tracker.h"#include "src/heap/marking-state-inl.h"#include "src/heap/marking-worklist-inl.h"#include "src/heap/marking.h"#include "src/heap/pretenuring-handler-inl.h"#include "src/heap/spaces.h"#include "src/objects/compressed-slots.h"#include "src/objects/descriptor-array.h"#include "src/objects/heap-object.h"#include "src/objects/js-objects.h"#include "src/objects/objects.h"#include "src/objects/property-details.h"#include "src/objects/slots.h"#include "src/objects/smi.h"#include "src/objects/string.h"#include "src/sandbox/external-pointer-inl.h"#include "src/sandbox/indirect-pointer-tag.h"#include "src/sandbox/js-dispatch-table-inl.h"#include "src/objects/object-macros.h"#include "src/objects/object-macros-undef.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |