![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <global-handles.h>
Public Member Functions | |
Iterator (std::vector< Address, StrongRootAllocator< Address > >::iterator it) | |
Iterator & | operator++ () |
IndirectHandle< T > | operator* () |
bool | operator== (const Iterator &that) const |
bool | operator!= (const Iterator &that) const |
Tagged< T > | raw () |
Private Attributes | |
std::vector< Address, StrongRootAllocator< Address > >::iterator | it_ |
Definition at line 241 of file global-handles.h.
|
inlineexplicit |
Definition at line 243 of file global-handles.h.
|
inline |
Definition at line 252 of file global-handles.h.
|
inline |
Definition at line 250 of file global-handles.h.
|
inline |
Definition at line 246 of file global-handles.h.
|
inline |
Definition at line 251 of file global-handles.h.
|
inline |
|
private |
Definition at line 257 of file global-handles.h.