![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <instructions.h>
Public Types | |
| enum class | Kind { kDebugBreak , kUnreachable , kAssertionFailure } |
Public Member Functions | |
| bool | IsBlockTerminator () const override |
| AbortInstruction (Kind kind, std::string message="") | |
Public Member Functions inherited from v8::internal::torque::InstructionBase | |
| InstructionBase () | |
| virtual std::unique_ptr< InstructionBase > | Clone () const =0 |
| virtual void | Assign (const InstructionBase &other)=0 |
| virtual | ~InstructionBase ()=default |
| virtual void | TypeInstruction (Stack< const Type * > *stack, ControlFlowGraph *cfg) const =0 |
| virtual void | RecomputeDefinitionLocations (Stack< DefinitionLocation > *locations, Worklist< Block * > *worklist) const =0 |
| void | InvalidateTransientTypes (Stack< const Type * > *stack) const |
| virtual void | AppendSuccessorBlocks (std::vector< Block * > *block_list) const |
Static Public Member Functions | |
| static const char * | KindToString (Kind kind) |
Public Attributes | |
| Kind | kind |
| std::string | message |
Public Attributes inherited from v8::internal::torque::InstructionBase | |
| SourcePosition | pos |
Definition at line 733 of file instructions.h.
|
strong |
| Enumerator | |
|---|---|
| kDebugBreak | |
| kUnreachable | |
| kAssertionFailure | |
Definition at line 735 of file instructions.h.
|
inlineexplicit |
Definition at line 737 of file instructions.h.
|
inlineoverridevirtual |
Reimplemented from v8::internal::torque::InstructionBase.
Definition at line 736 of file instructions.h.
|
inlinestatic |
| Kind v8::internal::torque::AbortInstruction::kind |
Definition at line 750 of file instructions.h.
| std::string v8::internal::torque::AbortInstruction::message |
Definition at line 751 of file instructions.h.