#include <instructions.h>
Definition at line 475 of file instructions.h.
◆ CallCsaMacroInstruction()
v8::internal::torque::CallCsaMacroInstruction::CallCsaMacroInstruction |
( |
Macro * | macro, |
|
|
std::vector< std::string > | constexpr_arguments, |
|
|
std::optional< Block * > | catch_block ) |
|
inline |
◆ AppendSuccessorBlocks()
void v8::internal::torque::CallCsaMacroInstruction::AppendSuccessorBlocks |
( |
std::vector< Block * > * | block_list | ) |
const |
|
inlineoverridevirtual |
◆ GetExceptionObjectDefinition()
std::optional< DefinitionLocation > v8::internal::torque::CallCsaMacroInstruction::GetExceptionObjectDefinition |
( |
| ) |
const |
◆ GetValueDefinition()
DefinitionLocation v8::internal::torque::CallCsaMacroInstruction::GetValueDefinition |
( |
std::size_t | index | ) |
const |
◆ GetValueDefinitionCount()
std::size_t v8::internal::torque::CallCsaMacroInstruction::GetValueDefinitionCount |
( |
| ) |
const |
◆ catch_block
std::optional<Block*> v8::internal::torque::CallCsaMacroInstruction::catch_block |
◆ constexpr_arguments
std::vector<std::string> v8::internal::torque::CallCsaMacroInstruction::constexpr_arguments |
◆ macro
Macro* v8::internal::torque::CallCsaMacroInstruction::macro |
The documentation for this struct was generated from the following files: