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

#include <node.h>

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

Classes

class  const_iterator
 

Public Types

using value_type = Node*
 

Public Member Functions

const_iterator begin () const
 
const_iterator end () const
 
bool empty () const
 
 Uses (Node *node)
 

Private Attributes

Nodenode_
 

Detailed Description

Definition at line 128 of file node.h.

Member Typedef Documentation

◆ value_type

Definition at line 130 of file node.h.

Constructor & Destructor Documentation

◆ Uses()

v8::internal::compiler::Node::Uses::Uses ( Node * node)
inlineexplicit

Definition at line 138 of file node.h.

Member Function Documentation

◆ begin()

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

Definition at line 701 of file node.h.

◆ empty()

bool v8::internal::compiler::Node::Uses::empty ( ) const

Definition at line 502 of file node.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ end()

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

Definition at line 706 of file node.h.

Member Data Documentation

◆ node_

Node* v8::internal::compiler::Node::Uses::node_
private

Definition at line 141 of file node.h.


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