V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::LiveObjectRange< mode >::iterator Class Reference

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)
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
bool operator== (iterator other) const
 
bool operator!= (iterator other) const
 
value_type operator* ()
 

Detailed Description

template<LiveObjectIterationMode mode>
class v8::internal::LiveObjectRange< mode >::iterator

Definition at line 146 of file mark-compact.h.


The documentation for this class was generated from the following files: