![]() |
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 { kDouble , kObject } |
![]() | |
using | Base |
![]() | |
using | Base |
Public Attributes | |
Kind | kind |
AllocationType | allocation_type |
![]() | |
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 5187 of file operations.h.
|
strong |
Enumerator | |
---|---|
kDouble | |
kObject |
Definition at line 5188 of file operations.h.
|
inline |
Definition at line 5213 of file operations.h.
|
inline |
Definition at line 5206 of file operations.h.
|
inline |
Definition at line 5211 of file operations.h.
|
inline |
Definition at line 5216 of file operations.h.
|
inline |
Definition at line 5202 of file operations.h.
AllocationType v8::internal::compiler::turboshaft::NewArrayOp::allocation_type |
Definition at line 5193 of file operations.h.
|
staticconstexpr |
Definition at line 5195 of file operations.h.
Kind v8::internal::compiler::turboshaft::NewArrayOp::kind |
Definition at line 5192 of file operations.h.