![]() |
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 { kStackCheckOffset , kFramePointer , kParentFramePointer } |
Public Types inherited from v8::internal::compiler::turboshaft::FixedArityOperationT< 0, FrameConstantOp > | |
| using | Base |
Public Types inherited from v8::internal::compiler::turboshaft::OperationT< FrameConstantOp > | |
| 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 = OpEffects() |
Static Public Attributes inherited from v8::internal::compiler::turboshaft::FixedArityOperationT< 0, FrameConstantOp > | |
| static constexpr uint16_t | input_count |
Static Public Attributes inherited from v8::internal::compiler::turboshaft::OperationT< FrameConstantOp > | |
| static const Opcode | opcode |
Definition at line 3699 of file operations.h.
|
strong |
| Enumerator | |
|---|---|
| kStackCheckOffset | |
| kFramePointer | |
| kParentFramePointer | |
Definition at line 3700 of file operations.h.
|
inlineexplicit |
Definition at line 3723 of file operations.h.
|
inline |
Definition at line 3718 of file operations.h.
|
inline |
Definition at line 3724 of file operations.h.
|
inline |
Definition at line 3708 of file operations.h.
|
staticconstexpr |
Definition at line 3707 of file operations.h.
| Kind v8::internal::compiler::turboshaft::FrameConstantOp::kind |
Definition at line 3705 of file operations.h.