![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <node.h>
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | difference_type = std::ptrdiff_t |
| using | value_type = Node* |
| using | pointer = const value_type* |
| using | reference = value_type& |
Public Member Functions | |
| const_iterator (const const_iterator &other)=default | |
| Node * | operator* () const |
| bool | operator== (const const_iterator &other) const |
| bool | operator!= (const const_iterator &other) const |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
| const_iterator & | operator+= (difference_type offset) |
| const_iterator | operator+ (difference_type offset) const |
| difference_type | operator- (const const_iterator &other) const |
Private Member Functions | |
| const_iterator (ZoneNodePtr const *input_ptr) | |
Private Attributes | |
| ZoneNodePtr const * | input_ptr_ |
Friends | |
| class | Node::Inputs |
| using v8::internal::compiler::Node::Inputs::const_iterator::difference_type = std::ptrdiff_t |
| using v8::internal::compiler::Node::Inputs::const_iterator::iterator_category = std::forward_iterator_tag |
|
default |
|
inlineexplicitprivate |
|
inline |
|
inline |
|
inline |
|
inline |
| Node::Inputs::const_iterator v8::internal::compiler::Node::Inputs::const_iterator::operator++ | ( | int | n | ) |
|
inline |
|
inline |
|
inline |
|
friend |
|
private |