![]() |
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 { kObject , kBoolean , kNumber , kNumberOrOddball , kPlainPrimitive , kString , kSmi } |
![]() | |
using | Base |
![]() | |
using | Base |
Public Attributes | |
Kind | from |
Kind | to |
![]() | |
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 4717 of file operations.h.
|
strong |
Enumerator | |
---|---|
kObject | |
kBoolean | |
kNumber | |
kNumberOrOddball | |
kPlainPrimitive | |
kString | |
kSmi |
Definition at line 4718 of file operations.h.
|
inline |
Definition at line 4750 of file operations.h.
Definition at line 4748 of file operations.h.
|
inline |
Definition at line 4743 of file operations.h.
|
inline |
Definition at line 4753 of file operations.h.
|
inline |
Definition at line 4739 of file operations.h.
|
staticconstexpr |
Definition at line 4731 of file operations.h.
Kind v8::internal::compiler::turboshaft::ConvertOp::from |
Definition at line 4727 of file operations.h.
Kind v8::internal::compiler::turboshaft::ConvertOp::to |
Definition at line 4728 of file operations.h.