v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::StateValueList::iterator Class Reference

#include <instruction.h>

Collaboration diagram for v8::internal::compiler::StateValueList::iterator:

Public Member Functions

bool operator!= (const iterator &other) const
 
bool operator== (const iterator &other) const
 
iteratoroperator++ ()
 
Value operator* ()
 

Private Member Functions

 iterator (ZoneVector< StateValueDescriptor >::iterator it, ZoneVector< StateValueList * >::iterator nested)
 

Private Attributes

ZoneVector< StateValueDescriptor >::iterator field_iterator
 
ZoneVector< StateValueList * >::iterator nested_iterator
 

Friends

class StateValueList
 

Detailed Description

Definition at line 1433 of file instruction.h.

Constructor & Destructor Documentation

◆ iterator()

v8::internal::compiler::StateValueList::iterator::iterator ( ZoneVector< StateValueDescriptor >::iterator it,
ZoneVector< StateValueList * >::iterator nested )
inlineprivate

Definition at line 1458 of file instruction.h.

Member Function Documentation

◆ operator!=()

bool v8::internal::compiler::StateValueList::iterator::operator!= ( const iterator & other) const
inline

Definition at line 1436 of file instruction.h.

◆ operator*()

Value v8::internal::compiler::StateValueList::iterator::operator* ( )
inline

Definition at line 1449 of file instruction.h.

◆ operator++()

iterator & v8::internal::compiler::StateValueList::iterator::operator++ ( )
inline

Definition at line 1442 of file instruction.h.

◆ operator==()

bool v8::internal::compiler::StateValueList::iterator::operator== ( const iterator & other) const
inline

Definition at line 1439 of file instruction.h.

Friends And Related Symbol Documentation

◆ StateValueList

friend class StateValueList
friend

Definition at line 1456 of file instruction.h.

Member Data Documentation

◆ field_iterator

ZoneVector<StateValueDescriptor>::iterator v8::internal::compiler::StateValueList::iterator::field_iterator
private

Definition at line 1462 of file instruction.h.

◆ nested_iterator

ZoneVector<StateValueList*>::iterator v8::internal::compiler::StateValueList::iterator::nested_iterator
private

Definition at line 1463 of file instruction.h.


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