#include <node.h>
Definition at line 377 of file node.h.
◆ value_type
◆ InputEdges()
v8::internal::compiler::Node::InputEdges::InputEdges |
( |
ZoneNodePtr * | input_root, |
|
|
Use * | use_root, |
|
|
int | count ) |
|
inline |
◆ begin()
◆ count()
int v8::internal::compiler::Node::InputEdges::count |
( |
| ) |
const |
|
inline |
◆ empty()
bool v8::internal::compiler::Node::InputEdges::empty |
( |
| ) |
const |
|
inline |
◆ end()
◆ operator[]()
Edge v8::internal::compiler::Node::InputEdges::operator[] |
( |
int | index | ) |
const |
|
inline |
◆ count_
int v8::internal::compiler::Node::InputEdges::count_ |
|
private |
◆ input_root_
ZoneNodePtr* v8::internal::compiler::Node::InputEdges::input_root_ |
|
private |
◆ use_root_
Use* v8::internal::compiler::Node::InputEdges::use_root_ |
|
private |
The documentation for this class was generated from the following file: