![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <operations.h>
Public Types | |
| enum class | Kind : uint8_t { kAbs } |
Public Types inherited from v8::internal::compiler::turboshaft::FixedArityOperationT< 1, OverflowCheckedUnaryOp > | |
| using | Base |
Public Types inherited from v8::internal::compiler::turboshaft::OperationT< OverflowCheckedUnaryOp > | |
| using | Base |
Public Attributes | |
| Kind | kind |
| WordRepresentation | rep |
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 int | kValueIndex = 0 |
| static constexpr int | kOverflowIndex = 1 |
| static constexpr OpEffects | effects = OpEffects() |
Static Public Attributes inherited from v8::internal::compiler::turboshaft::FixedArityOperationT< 1, OverflowCheckedUnaryOp > | |
| static constexpr uint16_t | input_count |
Static Public Attributes inherited from v8::internal::compiler::turboshaft::OperationT< OverflowCheckedUnaryOp > | |
| static const Opcode | opcode |
Definition at line 1916 of file operations.h.
|
strong |
| Enumerator | |
|---|---|
| kAbs | |
Definition at line 1921 of file operations.h.
|
inlineexplicit |
Definition at line 1943 of file operations.h.
Definition at line 1941 of file operations.h.
|
inline |
Definition at line 1936 of file operations.h.
|
inline |
Definition at line 1947 of file operations.h.
|
inline |
|
staticconstexpr |
Definition at line 1924 of file operations.h.
| Kind v8::internal::compiler::turboshaft::OverflowCheckedUnaryOp::kind |
Definition at line 1922 of file operations.h.
|
staticconstexpr |
Definition at line 1919 of file operations.h.
|
staticconstexpr |
Definition at line 1918 of file operations.h.
| WordRepresentation v8::internal::compiler::turboshaft::OverflowCheckedUnaryOp::rep |
Definition at line 1923 of file operations.h.