V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::torque::CallCsaMacroInstruction Struct Reference
Inheritance diagram for v8::internal::torque::CallCsaMacroInstruction:
v8::internal::torque::InstructionBase

Public Member Functions

 CallCsaMacroInstruction (Macro *macro, std::vector< std::string > constexpr_arguments, base::Optional< Block *> catch_block)
 
void AppendSuccessorBlocks (std::vector< Block *> *block_list) const override
 
- Public Member Functions inherited from v8::internal::torque::InstructionBase
virtual std::unique_ptr< InstructionBaseClone () const =0
 
virtual void Assign (const InstructionBase &other)=0
 
virtual void TypeInstruction (Stack< const Type *> *stack, ControlFlowGraph *cfg) const =0
 
void InvalidateTransientTypes (Stack< const Type *> *stack) const
 
virtual bool IsBlockTerminator () const
 

Public Attributes

Macromacro
 
std::vector< std::string > constexpr_arguments
 
base::Optional< Block * > catch_block
 
- Public Attributes inherited from v8::internal::torque::InstructionBase
SourcePosition pos
 

Detailed Description

Definition at line 202 of file instructions.h.


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