![]() |
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 } |
Public Types inherited from v8::internal::compiler::turboshaft::FixedArityOperationT< 1, NewArrayOp > | |
| using | Base |
Public Types inherited from v8::internal::compiler::turboshaft::OperationT< NewArrayOp > | |
| using | Base |
Public Attributes | |
| Kind | kind |
| AllocationType | allocation_type |
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< 1, NewArrayOp > | |
| static constexpr uint16_t | input_count |
Static Public Attributes inherited from v8::internal::compiler::turboshaft::OperationT< NewArrayOp > | |
| 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.