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