![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <operations.h>
Public Attributes | |
| bool | is_backedge |
| Block * | destination |
Public Attributes inherited from v8::internal::compiler::turboshaft::Operation | |
| const Opcode | opcode |
| SaturatedUint8 | saturated_use_count |
| const uint16_t | input_count |
Static Public Attributes | |
| static constexpr OpEffects | effects = OpEffects().CanChangeControlFlow() |
Static Public Attributes inherited from v8::internal::compiler::turboshaft::FixedArityOperationT< 0, GotoOp > | |
| static constexpr uint16_t | input_count |
Static Public Attributes inherited from v8::internal::compiler::turboshaft::OperationT< GotoOp > | |
| static const Opcode | opcode |
Definition at line 4399 of file operations.h.
|
inlineexplicit |
Definition at line 4411 of file operations.h.
| size_t v8::internal::compiler::turboshaft::GotoOp::hash_value | ( | HashingStrategy | strategy = HashingStrategy::kDefault | ) | const |
|
inline |
Definition at line 4406 of file operations.h.
|
inline |
|
inline |
Definition at line 4404 of file operations.h.
| Block* v8::internal::compiler::turboshaft::GotoOp::destination |
Definition at line 4401 of file operations.h.
|
staticconstexpr |
Definition at line 4403 of file operations.h.
| bool v8::internal::compiler::turboshaft::GotoOp::is_backedge |
Definition at line 4400 of file operations.h.