![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
IteratorImpl (T *p, ConstAddress lab_start=nullptr, size_t lab_size=0) | |
T & | operator* () |
const T & | operator* () const |
bool | operator== (IteratorImpl other) const |
bool | operator!= (IteratorImpl other) const |
IteratorImpl & | operator++ () |
IteratorImpl | operator++ (int) |
T * | base () const |
Private Attributes | |
T * | p_ |
ConstAddress | lab_start_ |
size_t | lab_size_ |
Additional Inherited Members | |
![]() | |
using | iterator_category |
using | value_type |
using | difference_type |
using | pointer |
using | reference |
Definition at line 154 of file heap-page.h.
|
inlineexplicit |
Definition at line 156 of file heap-page.h.
|
inline |
Definition at line 187 of file heap-page.h.
|
inline |
Definition at line 170 of file heap-page.h.
|
inline |
Definition at line 166 of file heap-page.h.
|
inline |
Definition at line 167 of file heap-page.h.
|
inline |
Definition at line 172 of file heap-page.h.
|
inline |
Definition at line 181 of file heap-page.h.
|
inline |
Definition at line 169 of file heap-page.h.
|
private |
Definition at line 192 of file heap-page.h.
|
private |
Definition at line 191 of file heap-page.h.
|
private |
Definition at line 190 of file heap-page.h.