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

#include <node.h>

Collaboration diagram for v8::internal::compiler::Node::Inputs:

Classes

class  const_iterator
 

Public Types

using value_type = Node*
 

Public Member Functions

const_iterator begin () const
 
const_iterator end () const
 
bool empty () const
 
int count () const
 
value_type operator[] (int index) const
 
 Inputs (ZoneNodePtr const *input_root, int count)
 

Private Attributes

ZoneNodePtr const * input_root_
 
int count_
 

Detailed Description

Definition at line 399 of file node.h.

Member Typedef Documentation

◆ value_type

Definition at line 401 of file node.h.

Constructor & Destructor Documentation

◆ Inputs()

v8::internal::compiler::Node::Inputs::Inputs ( ZoneNodePtr const * input_root,
int count )
inlineexplicit

Definition at line 412 of file node.h.

Member Function Documentation

◆ begin()

Node::Inputs::const_iterator v8::internal::compiler::Node::Inputs::begin ( ) const
inline

Definition at line 600 of file node.h.

Here is the caller graph for this function:

◆ count()

int v8::internal::compiler::Node::Inputs::count ( ) const
inline

Definition at line 408 of file node.h.

Here is the caller graph for this function:

◆ empty()

bool v8::internal::compiler::Node::Inputs::empty ( ) const
inline

Definition at line 407 of file node.h.

◆ end()

Node::Inputs::const_iterator v8::internal::compiler::Node::Inputs::end ( ) const
inline

Definition at line 605 of file node.h.

Here is the caller graph for this function:

◆ operator[]()

Node * v8::internal::compiler::Node::Inputs::operator[] ( int index) const
inline

Definition at line 609 of file node.h.

Member Data Documentation

◆ count_

int v8::internal::compiler::Node::Inputs::count_
private

Definition at line 417 of file node.h.

◆ input_root_

ZoneNodePtr const* v8::internal::compiler::Node::Inputs::input_root_
private

Definition at line 416 of file node.h.


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