![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <spaces.h>
Public Member Functions | |
MemoryChunkIterator (Heap *heap) | |
V8_INLINE bool | HasNext () |
V8_INLINE MutablePageMetadata * | Next () |
Private Attributes | |
SpaceIterator | space_iterator_ |
MutablePageMetadata * | current_chunk_ = nullptr |
|
inlineexplicit |
bool v8::internal::MemoryChunkIterator::HasNext | ( | ) |
Definition at line 116 of file spaces-inl.h.
MutablePageMetadata * v8::internal::MemoryChunkIterator::Next | ( | ) |
Definition at line 128 of file spaces-inl.h.
|
private |
|
private |