![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
EntryInfo (SnapshotObjectId id, Address addr, unsigned int size, bool accessed) | |
Public Attributes | |
SnapshotObjectId | id |
Address | addr |
unsigned int | size |
bool | accessed |
Definition at line 369 of file heap-snapshot-generator.h.
|
inline |
Definition at line 370 of file heap-snapshot-generator.h.
bool v8::internal::HeapObjectsMap::EntryInfo::accessed |
Definition at line 376 of file heap-snapshot-generator.h.
Address v8::internal::HeapObjectsMap::EntryInfo::addr |
Definition at line 374 of file heap-snapshot-generator.h.
SnapshotObjectId v8::internal::HeapObjectsMap::EntryInfo::id |
Definition at line 373 of file heap-snapshot-generator.h.
unsigned int v8::internal::HeapObjectsMap::EntryInfo::size |
Definition at line 375 of file heap-snapshot-generator.h.