v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::OrderedHashTableIterator< Derived, TableType > Class Template Reference

#include <js-collection-iterator.h>

Inheritance diagram for v8::internal::OrderedHashTableIterator< Derived, TableType >:
Collaboration diagram for v8::internal::OrderedHashTableIterator< Derived, TableType >:

Public Member Functions

bool HasMore ()
 
void MoveNext ()
 
Tagged< ObjectCurrentKey ()
 
- Public Member Functions inherited from v8::internal::JSCollectionIterator
void JSCollectionIteratorPrint (std::ostream &os, const char *name)
 

Private Member Functions

void Transition ()
 
 OBJECT_CONSTRUCTORS (OrderedHashTableIterator, JSCollectionIterator)
 

Detailed Description

template<class Derived, class TableType>
class v8::internal::OrderedHashTableIterator< Derived, TableType >

Definition at line 43 of file js-collection-iterator.h.

Member Function Documentation

◆ CurrentKey()

template<class Derived , class TableType >
template Tagged< Object > v8::internal::OrderedHashTableIterator< Derived, TableType >::CurrentKey ( )
inline

Definition at line 190 of file ordered-hash-table-inl.h.

Here is the call graph for this function:

◆ HasMore()

template<class Derived , class TableType >
template bool v8::internal::OrderedHashTableIterator< Derived, TableType >::HasMore ( )

Definition at line 1490 of file ordered-hash-table.cc.

Here is the call graph for this function:

◆ MoveNext()

template<class Derived , class TableType >
template void v8::internal::OrderedHashTableIterator< Derived, TableType >::MoveNext ( )
inline

Definition at line 50 of file js-collection-iterator.h.

Here is the call graph for this function:

◆ OBJECT_CONSTRUCTORS()

template<class Derived , class TableType >
v8::internal::OrderedHashTableIterator< Derived, TableType >::OBJECT_CONSTRUCTORS ( OrderedHashTableIterator< Derived, TableType > ,
JSCollectionIterator  )
private

◆ Transition()

template<class Derived , class TableType >
template void v8::internal::OrderedHashTableIterator< Derived, TableType >::Transition ( )
private

Definition at line 1457 of file ordered-hash-table.cc.

Here is the call graph for this function:

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