![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <limits>
#include <map>
#include <type_traits>
#include <unordered_map>
#include <unordered_set>
#include <utility>
#include <vector>
#include "src/base/platform/condition-variable.h"
#include "src/common/globals.h"
#include "src/flags/flags.h"
#include "src/heap/gc-tracer.h"
#include "src/heap/memory-allocator.h"
#include "src/heap/pretenuring-handler.h"
#include "src/heap/slot-set.h"
#include "src/tasks/cancelable-task.h"
Go to the source code of this file.
Classes | |
class | v8::internal::Sweeper |
class | v8::internal::Sweeper::PauseMajorSweepingScope |
class | v8::internal::Sweeper::LocalSweeper |
class | v8::internal::Sweeper::SweepingState< scope > |
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Enumerations | |
enum class | v8::internal::FreeSpaceTreatmentMode { v8::internal::kIgnoreFreeSpace , v8::internal::kZapFreeSpace } |