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

#include <state-values-utils.h>

Collaboration diagram for v8::internal::compiler::StateValuesAccess:

Classes

class  iterator
 
struct  TypedNode
 

Public Member Functions

 StateValuesAccess (Node *node)
 
size_t size () const
 
iterator begin () const
 
iterator begin_without_receiver () const
 
iterator begin_without_receiver_and_skip (int n_skips)
 
iterator end () const
 

Private Attributes

Nodenode_
 

Detailed Description

Definition at line 82 of file state-values-utils.h.

Constructor & Destructor Documentation

◆ StateValuesAccess()

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

Definition at line 121 of file state-values-utils.h.

Here is the caller graph for this function:

Member Function Documentation

◆ begin()

iterator v8::internal::compiler::StateValuesAccess::begin ( ) const
inline

Definition at line 124 of file state-values-utils.h.

◆ begin_without_receiver()

iterator v8::internal::compiler::StateValuesAccess::begin_without_receiver ( ) const
inline

Definition at line 125 of file state-values-utils.h.

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

◆ begin_without_receiver_and_skip()

iterator v8::internal::compiler::StateValuesAccess::begin_without_receiver_and_skip ( int n_skips)
inline

Definition at line 128 of file state-values-utils.h.

Here is the caller graph for this function:

◆ end()

iterator v8::internal::compiler::StateValuesAccess::end ( ) const
inline

Definition at line 136 of file state-values-utils.h.

◆ size()

size_t v8::internal::compiler::StateValuesAccess::size ( ) const

Definition at line 414 of file state-values-utils.cc.

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

Member Data Documentation

◆ node_

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

Definition at line 139 of file state-values-utils.h.


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