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

#include <common-operator.h>

Inheritance diagram for v8::internal::compiler::FrameState:
Collaboration diagram for v8::internal::compiler::FrameState:

Public Member Functions

constexpr FrameState (Node *node)
 
const FrameStateInfoframe_state_info () const
 
Nodeparameters () const
 
Nodelocals () const
 
Nodestack () const
 
Nodecontext () const
 
Nodefunction () const
 
Nodeouter_frame_state () const
 
- Public Member Functions inherited from v8::internal::compiler::CommonNodeWrapperBase
constexpr CommonNodeWrapperBase (Node *node)
 
Effect effect () const
 
Control control () const
 
- Public Member Functions inherited from v8::internal::compiler::NodeWrapper
constexpr NodeWrapper (Node *node)
 
 operator Node * () const
 
Nodeoperator-> () const
 

Static Public Attributes

static constexpr int kFrameStateParametersInput = 0
 
static constexpr int kFrameStateLocalsInput = 1
 
static constexpr int kFrameStateStackInput = 2
 
static constexpr int kFrameStateContextInput = 3
 
static constexpr int kFrameStateFunctionInput = 4
 
static constexpr int kFrameStateOuterStateInput = 5
 
static constexpr int kFrameStateInputCount = 6
 

Additional Inherited Members

- Protected Member Functions inherited from v8::internal::compiler::NodeWrapper
Nodenode () const
 
void set_node (Node *node)
 

Detailed Description

Definition at line 714 of file common-operator.h.

Constructor & Destructor Documentation

◆ FrameState()

v8::internal::compiler::FrameState::FrameState ( Node * node)
inlineexplicitconstexpr

Definition at line 716 of file common-operator.h.

Member Function Documentation

◆ context()

Node * v8::internal::compiler::FrameState::context ( ) const
inline

Definition at line 749 of file common-operator.h.

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

◆ frame_state_info()

const FrameStateInfo & v8::internal::compiler::FrameState::frame_state_info ( ) const
inline

Definition at line 720 of file common-operator.h.

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

◆ function()

Node * v8::internal::compiler::FrameState::function ( ) const
inline

Definition at line 750 of file common-operator.h.

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

◆ locals()

Node * v8::internal::compiler::FrameState::locals ( ) const
inline

Definition at line 740 of file common-operator.h.

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

◆ outer_frame_state()

Node * v8::internal::compiler::FrameState::outer_frame_state ( ) const
inline

Definition at line 754 of file common-operator.h.

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

◆ parameters()

Node * v8::internal::compiler::FrameState::parameters ( ) const
inline

Definition at line 733 of file common-operator.h.

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

◆ stack()

Node * v8::internal::compiler::FrameState::stack ( ) const
inline

Definition at line 748 of file common-operator.h.

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

Member Data Documentation

◆ kFrameStateContextInput

int v8::internal::compiler::FrameState::kFrameStateContextInput = 3
staticconstexpr

Definition at line 727 of file common-operator.h.

◆ kFrameStateFunctionInput

int v8::internal::compiler::FrameState::kFrameStateFunctionInput = 4
staticconstexpr

Definition at line 728 of file common-operator.h.

◆ kFrameStateInputCount

int v8::internal::compiler::FrameState::kFrameStateInputCount = 6
staticconstexpr

Definition at line 730 of file common-operator.h.

◆ kFrameStateLocalsInput

int v8::internal::compiler::FrameState::kFrameStateLocalsInput = 1
staticconstexpr

Definition at line 725 of file common-operator.h.

◆ kFrameStateOuterStateInput

int v8::internal::compiler::FrameState::kFrameStateOuterStateInput = 5
staticconstexpr

Definition at line 729 of file common-operator.h.

◆ kFrameStateParametersInput

int v8::internal::compiler::FrameState::kFrameStateParametersInput = 0
staticconstexpr

Definition at line 724 of file common-operator.h.

◆ kFrameStateStackInput

int v8::internal::compiler::FrameState::kFrameStateStackInput = 2
staticconstexpr

Definition at line 726 of file common-operator.h.


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