![]() |
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 { kNegate } |
Public Types inherited from v8::internal::compiler::turboshaft::FixedArityOperationT< 1, BigIntUnaryOp > | |
| using | Base |
Public Types inherited from v8::internal::compiler::turboshaft::OperationT< BigIntUnaryOp > | |
| 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, BigIntUnaryOp > | |
| static constexpr uint16_t | input_count |
Static Public Attributes inherited from v8::internal::compiler::turboshaft::OperationT< BigIntUnaryOp > | |
| static const Opcode | opcode |
Definition at line 5416 of file operations.h.
|
strong |
| Enumerator | |
|---|---|
| kNegate | |
Definition at line 5417 of file operations.h.
|
inline |
Definition at line 5440 of file operations.h.
Definition at line 5438 of file operations.h.
|
inline |
Definition at line 5433 of file operations.h.
|
inline |
Definition at line 5443 of file operations.h.
|
inline |
Definition at line 5429 of file operations.h.
|
staticconstexpr |
Definition at line 5422 of file operations.h.
| Kind v8::internal::compiler::turboshaft::BigIntUnaryOp::kind |
Definition at line 5420 of file operations.h.