![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <js-collection-iterator.h>
Public Member Functions | |
bool | HasMore () |
void | MoveNext () |
Tagged< Object > | CurrentKey () |
![]() | |
void | JSCollectionIteratorPrint (std::ostream &os, const char *name) |
Private Member Functions | |
void | Transition () |
OBJECT_CONSTRUCTORS (OrderedHashTableIterator, JSCollectionIterator) | |
Definition at line 43 of file js-collection-iterator.h.
|
inline |
template bool v8::internal::OrderedHashTableIterator< Derived, TableType >::HasMore | ( | ) |
|
inline |
|
private |
|
private |