#include <frame-states.h>
Definition at line 91 of file frame-states.h.
◆ FrameStateFunctionInfo()
◆ bytecode_array()
◆ IsJSFunctionType()
static bool v8::internal::compiler::FrameStateFunctionInfo::IsJSFunctionType |
( |
FrameStateType | type | ) |
|
|
inlinestatic |
◆ local_count()
int v8::internal::compiler::FrameStateFunctionInfo::local_count |
( |
| ) |
const |
|
inline |
◆ max_arguments()
uint16_t v8::internal::compiler::FrameStateFunctionInfo::max_arguments |
( |
| ) |
const |
|
inline |
◆ parameter_count()
uint16_t v8::internal::compiler::FrameStateFunctionInfo::parameter_count |
( |
| ) |
const |
|
inline |
◆ shared_info()
◆ type()
FrameStateType v8::internal::compiler::FrameStateFunctionInfo::type |
( |
| ) |
const |
|
inline |
◆ wasm_function_index()
uint32_t v8::internal::compiler::FrameStateFunctionInfo::wasm_function_index |
( |
| ) |
const |
|
inline |
◆ wasm_liftoff_frame_size()
uint32_t v8::internal::compiler::FrameStateFunctionInfo::wasm_liftoff_frame_size |
( |
| ) |
const |
|
inline |
◆ bytecode_array_
◆ local_count_
const int v8::internal::compiler::FrameStateFunctionInfo::local_count_ |
|
private |
◆ max_arguments_
const uint16_t v8::internal::compiler::FrameStateFunctionInfo::max_arguments_ |
|
private |
◆ parameter_count_
const uint16_t v8::internal::compiler::FrameStateFunctionInfo::parameter_count_ |
|
private |
◆ shared_info_
◆ type_
const FrameStateType v8::internal::compiler::FrameStateFunctionInfo::type_ |
|
private |
◆ wasm_function_index_
uint32_t v8::internal::compiler::FrameStateFunctionInfo::wasm_function_index_ = -1 |
|
staticconstexprprivate |
◆ wasm_liftoff_frame_size_
uint32_t v8::internal::compiler::FrameStateFunctionInfo::wasm_liftoff_frame_size_ = 0 |
|
staticconstexprprivate |
The documentation for this class was generated from the following file: