V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
bool | IsBlockTerminator () const override |
CallBuiltinPointerInstruction (bool is_tailcall, const FunctionPointerType *type, size_t argc) | |
Public Member Functions inherited from v8::internal::torque::InstructionBase | |
virtual std::unique_ptr< InstructionBase > | Clone () 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 void | AppendSuccessorBlocks (std::vector< Block *> *block_list) const |
Public Attributes | |
bool | is_tailcall |
const FunctionPointerType * | type |
size_t | argc |
Public Attributes inherited from v8::internal::torque::InstructionBase | |
SourcePosition | pos |
Definition at line 264 of file instructions.h.