![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <map>#include <memory>#include <stack>#include <vector>#include "src/base/bit-field.h"#include "src/heap/base/basic-slot-set.h"#include "src/objects/compressed-slots.h"#include "src/objects/slots.h"#include "src/utils/allocation.h"#include "src/utils/utils.h"#include "testing/gtest/include/gtest/gtest_prod.h"Go to the source code of this file.
Classes | |
| class | v8::internal::PossiblyEmptyBuckets |
| class | v8::internal::SlotSet |
| class | v8::internal::TypedSlots |
| struct | v8::internal::TypedSlots::TypedSlot |
| struct | v8::internal::TypedSlots::Chunk |
| class | v8::internal::TypedSlotSet |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Enumerations | |
| enum class | v8::internal::SlotType : uint8_t { v8::internal::kEmbeddedObjectFull , v8::internal::kEmbeddedObjectCompressed , v8::internal::kCodeEntry , v8::internal::kConstPoolEmbeddedObjectFull , v8::internal::kConstPoolEmbeddedObjectCompressed , v8::internal::kConstPoolCodeEntry , v8::internal::kCleared , v8::internal::kLast = kCleared } |