![]() |
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 } |
![]() | |
using | Base |
![]() | |
using | Base |
Public Attributes | |
Mode | mode |
![]() | |
const Opcode | opcode |
SaturatedUint8 | saturated_use_count |
const uint16_t | input_count |
Static Public Attributes | |
static constexpr OpEffects | effects |
![]() | |
static constexpr uint16_t | input_count |
![]() | |
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.