![]() |
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 { kMin , kMax } |
Public Types inherited from v8::internal::compiler::turboshaft::FixedArityOperationT< 1, DoubleArrayMinMaxOp > | |
| using | Base |
Public Types inherited from v8::internal::compiler::turboshaft::OperationT< DoubleArrayMinMaxOp > | |
| using | Base |
Public Attributes | |
| Kind | kind |
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, DoubleArrayMinMaxOp > | |
| static constexpr uint16_t | input_count |
Static Public Attributes inherited from v8::internal::compiler::turboshaft::OperationT< DoubleArrayMinMaxOp > | |
| static const Opcode | opcode |
Definition at line 5221 of file operations.h.
|
strong |
| Enumerator | |
|---|---|
| kMin | |
| kMax | |
Definition at line 5222 of file operations.h.
|
inline |
Definition at line 5247 of file operations.h.
Definition at line 5245 of file operations.h.
|
inline |
Definition at line 5240 of file operations.h.
|
inline |
Definition at line 5249 of file operations.h.
|
inline |
Definition at line 5236 of file operations.h.
|
staticconstexpr |
Definition at line 5228 of file operations.h.
| Kind v8::internal::compiler::turboshaft::DoubleArrayMinMaxOp::kind |
Definition at line 5226 of file operations.h.