![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <atomic>#include <memory>#include <numeric>#include <optional>#include "include/v8-internal.h"#include "src/base/atomic-utils.h"#include "src/base/logging.h"#include "src/base/macros.h"#include "src/base/platform/mutex.h"#include "src/common/globals.h"#include "src/heap/allocation-observer.h"#include "src/heap/heap-verifier.h"#include "src/heap/heap.h"#include "src/heap/memory-chunk.h"#include "src/heap/page-metadata.h"#include "src/heap/paged-spaces.h"#include "src/heap/spaces.h"#include "src/objects/heap-object.h"Go to the source code of this file.
Classes | |
| class | v8::internal::SemiSpace |
| class | v8::internal::SemiSpaceObjectIterator |
| class | v8::internal::NewSpace |
| class | v8::internal::SemiSpaceNewSpace |
| class | v8::internal::PagedSpaceForNewSpace |
| class | v8::internal::PagedNewSpace |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Macros | |
| #define | DCHECK_SEMISPACE_ALLOCATION_TOP(top, space) |
Enumerations | |
| enum | v8::internal::SemiSpaceId { v8::internal::kFromSpace = 0 , v8::internal::kToSpace = 1 } |
| #define DCHECK_SEMISPACE_ALLOCATION_TOP | ( | top, | |
| space ) |
Definition at line 741 of file new-spaces.h.