V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Types | |
using | value_type = std::pair< HeapObject *, int > |
using | pointer = const value_type * |
using | reference = const value_type & |
using | iterator_category = std::forward_iterator_tag |
Public Member Functions | |
iterator (MemoryChunk *chunk, Bitmap *bitmap, Address start) | |
iterator & | operator++ () |
iterator | operator++ (int) |
bool | operator== (iterator other) const |
bool | operator!= (iterator other) const |
value_type | operator* () |
Definition at line 146 of file mark-compact.h.