#include <common-operator.h>
Definition at line 714 of file common-operator.h.
◆ FrameState()
v8::internal::compiler::FrameState::FrameState |
( |
Node * | node | ) |
|
|
inlineexplicitconstexpr |
◆ context()
Node * v8::internal::compiler::FrameState::context |
( |
| ) |
const |
|
inline |
◆ frame_state_info()
const FrameStateInfo & v8::internal::compiler::FrameState::frame_state_info |
( |
| ) |
const |
|
inline |
◆ function()
Node * v8::internal::compiler::FrameState::function |
( |
| ) |
const |
|
inline |
◆ locals()
Node * v8::internal::compiler::FrameState::locals |
( |
| ) |
const |
|
inline |
◆ outer_frame_state()
Node * v8::internal::compiler::FrameState::outer_frame_state |
( |
| ) |
const |
|
inline |
◆ parameters()
Node * v8::internal::compiler::FrameState::parameters |
( |
| ) |
const |
|
inline |
◆ stack()
Node * v8::internal::compiler::FrameState::stack |
( |
| ) |
const |
|
inline |
◆ kFrameStateContextInput
int v8::internal::compiler::FrameState::kFrameStateContextInput = 3 |
|
staticconstexpr |
◆ kFrameStateFunctionInput
int v8::internal::compiler::FrameState::kFrameStateFunctionInput = 4 |
|
staticconstexpr |
◆ kFrameStateInputCount
int v8::internal::compiler::FrameState::kFrameStateInputCount = 6 |
|
staticconstexpr |
◆ kFrameStateLocalsInput
int v8::internal::compiler::FrameState::kFrameStateLocalsInput = 1 |
|
staticconstexpr |
◆ kFrameStateOuterStateInput
int v8::internal::compiler::FrameState::kFrameStateOuterStateInput = 5 |
|
staticconstexpr |
◆ kFrameStateParametersInput
int v8::internal::compiler::FrameState::kFrameStateParametersInput = 0 |
|
staticconstexpr |
◆ kFrameStateStackInput
int v8::internal::compiler::FrameState::kFrameStateStackInput = 2 |
|
staticconstexpr |
The documentation for this class was generated from the following file: