![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <atomic>
#include "src/base/platform/condition-variable.h"
#include "src/heap/base/worklist.h"
#include "src/heap/ephemeron-remembered-set.h"
#include "src/heap/evacuation-allocator.h"
#include "src/heap/heap-visitor.h"
#include "src/heap/index-generator.h"
#include "src/heap/memory-chunk.h"
#include "src/heap/mutable-page-metadata.h"
#include "src/heap/parallel-work-item.h"
#include "src/heap/pretenuring-handler.h"
#include "src/heap/slot-set.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Typedefs | |
using | v8::internal::SurvivingNewLargeObjectsMap |
using | v8::internal::SurvivingNewLargeObjectMapEntry |
Enumerations | |
enum class | v8::internal::CopyAndForwardResult { v8::internal::SUCCESS_YOUNG_GENERATION , v8::internal::SUCCESS_OLD_GENERATION , v8::internal::FAILURE } |