![]() |
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 { kArguments , kRest } |
Public Types inherited from v8::internal::compiler::turboshaft::FixedArityOperationT< 0, ArgumentsLengthOp > | |
| using | Base |
Public Types inherited from v8::internal::compiler::turboshaft::OperationT< ArgumentsLengthOp > | |
| using | Base |
Public Attributes | |
| Kind | kind |
| int | formal_parameter_count |
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 = OpEffects() |
Static Public Attributes inherited from v8::internal::compiler::turboshaft::FixedArityOperationT< 0, ArgumentsLengthOp > | |
| static constexpr uint16_t | input_count |
Static Public Attributes inherited from v8::internal::compiler::turboshaft::OperationT< ArgumentsLengthOp > | |
| static const Opcode | opcode |
Definition at line 5741 of file operations.h.
|
strong |
| Enumerator | |
|---|---|
| kArguments | |
| kRest | |
Definition at line 5742 of file operations.h.
|
inlineexplicit |
Definition at line 5760 of file operations.h.
|
inline |
Definition at line 5755 of file operations.h.
|
inline |
Definition at line 5766 of file operations.h.
|
inline |
Definition at line 5751 of file operations.h.
|
staticconstexpr |
Definition at line 5750 of file operations.h.
| int v8::internal::compiler::turboshaft::ArgumentsLengthOp::formal_parameter_count |
Definition at line 5747 of file operations.h.
| Kind v8::internal::compiler::turboshaft::ArgumentsLengthOp::kind |
Definition at line 5746 of file operations.h.