![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <identity-map.h>
Public Member Functions | |
Iterator & | operator++ () |
Tagged< Object > | key () const |
V * | entry () const |
V * | operator* () |
V * | operator-> () |
bool | operator!= (const Iterator &other) const |
bool | operator== (const Iterator &other) const |
Private Member Functions | |
Iterator (IdentityMap *map, int index) | |
Private Attributes | |
IdentityMap * | map_ |
int | index_ |
Friends | |
class | IdentityMap |
Definition at line 174 of file identity-map.h.
|
inlineprivate |
Definition at line 198 of file identity-map.h.
|
inline |
Definition at line 184 of file identity-map.h.
|
inline |
|
inline |
Definition at line 190 of file identity-map.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 193 of file identity-map.h.
|
friend |
Definition at line 203 of file identity-map.h.
|
private |
Definition at line 201 of file identity-map.h.
|
private |
Definition at line 200 of file identity-map.h.