![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <heap-snapshot-generator.h>
Public Member Functions | |
virtual | ~HeapEntriesAllocator ()=default |
virtual HeapEntry * | AllocateEntry (HeapThing ptr)=0 |
virtual HeapEntry * | AllocateEntry (Tagged< Smi > smi)=0 |
Definition at line 395 of file heap-snapshot-generator.h.
|
virtualdefault |
Implemented in v8::internal::EmbedderGraphEntriesAllocator, and v8::internal::V8HeapExplorer.
|
pure virtual |
Implemented in v8::internal::EmbedderGraphEntriesAllocator, and v8::internal::V8HeapExplorer.