![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <graph.h>
Public Types | |
| using | value_type = OperationT |
Public Types inherited from v8::base::iterator< std::bidirectional_iterator_tag, OperationT > | |
| using | iterator_category |
| using | value_type |
| using | difference_type |
| using | pointer |
| using | reference |
Public Member Functions | |
| OperationIterator (OpIndex index, GraphT *graph) | |
| value_type & | operator* () |
| value_type * | operator-> () |
| OperationIterator & | operator++ () |
| OperationIterator & | operator-- () |
| bool | operator!= (OperationIterator other) const |
| bool | operator== (OperationIterator other) const |
Private Attributes | |
| OpIndex | index_ |
| GraphT *const | graph_ |
| using v8::internal::compiler::turboshaft::Graph::OperationIterator< OperationT, GraphT >::value_type = OperationT |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |