![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
| template<class T > | |
| Instruction (T instr) | |
| template<class T > | |
| T & | Cast () |
| template<class T > | |
| const T & | Cast () const |
| template<class T > | |
| bool | Is () const |
| template<class T > | |
| T * | DynamicCast () |
| template<class T > | |
| const T * | DynamicCast () const |
| Instruction (const Instruction &other) | |
| Instruction & | operator= (const Instruction &other) |
| InstructionKind | kind () const |
| void | TypeInstruction (Stack< const Type *> *stack, ControlFlowGraph *cfg) const |
| InstructionBase * | operator-> () |
| const InstructionBase * | operator-> () const |
Definition at line 77 of file instructions.h.