![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <operations.h>
Public Types | |
| enum class | Mode : uint8_t { kSameValue , kSameValueNumbersOnly } |
Public Types inherited from v8::internal::compiler::turboshaft::FixedArityOperationT< 2, SameValueOp > | |
| using | Base |
Public Types inherited from v8::internal::compiler::turboshaft::OperationT< SameValueOp > | |
| using | Base |
Public Attributes | |
| Mode | mode |
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 |
Static Public Attributes inherited from v8::internal::compiler::turboshaft::FixedArityOperationT< 2, SameValueOp > | |
| static constexpr uint16_t | input_count |
Static Public Attributes inherited from v8::internal::compiler::turboshaft::OperationT< SameValueOp > | |
| static const Opcode | opcode |
Definition at line 6315 of file operations.h.
|
strong |
| Enumerator | |
|---|---|
| kSameValue | |
| kSameValueNumbersOnly | |
Definition at line 6316 of file operations.h.
|
inline |
Definition at line 6339 of file operations.h.
|
inline |
Definition at line 6336 of file operations.h.
|
inline |
Definition at line 6343 of file operations.h.
|
inline |
Definition at line 6326 of file operations.h.
Definition at line 6337 of file operations.h.
|
staticconstexpr |
Definition at line 6322 of file operations.h.
| Mode v8::internal::compiler::turboshaft::SameValueOp::mode |
Definition at line 6320 of file operations.h.