![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <mark-compact.h>
Public Attributes | |
| MutablePageMetadata * | page_metadata |
| SlotType | slot_type |
| uint32_t | offset |
Definition at line 123 of file mark-compact.h.
| uint32_t v8::internal::MarkCompactCollector::RecordRelocSlotInfo::offset |
Definition at line 126 of file mark-compact.h.
| MutablePageMetadata* v8::internal::MarkCompactCollector::RecordRelocSlotInfo::page_metadata |
Definition at line 124 of file mark-compact.h.
| SlotType v8::internal::MarkCompactCollector::RecordRelocSlotInfo::slot_type |
Definition at line 125 of file mark-compact.h.