|  | v8
    V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. | 
#include <runtime-call-descriptors.h>
| Public Types | |
| using | arguments_t = std::tuple<> | 
| using | result_t = V<Object> | 
| Static Public Attributes | |
| static constexpr auto | kFunction = Runtime::kStackGuard | 
| static constexpr bool | kNeedsFrameState = false | 
| static constexpr Operator::Properties | kProperties = Operator::kNoProperties | 
| Additional Inherited Members | |
|  Static Public Member Functions inherited from v8::internal::compiler::turboshaft::RuntimeCallDescriptor::Descriptor< StackGuard > | |
| static const TSCallDescriptor * | Create (Zone *zone, LazyDeoptOnThrow lazy_deopt_on_throw) | 
Definition at line 126 of file runtime-call-descriptors.h.
| using v8::internal::compiler::turboshaft::RuntimeCallDescriptor::StackGuard::arguments_t = std::tuple<> | 
Definition at line 128 of file runtime-call-descriptors.h.
Definition at line 129 of file runtime-call-descriptors.h.
| 
 | staticconstexpr | 
Definition at line 127 of file runtime-call-descriptors.h.
| 
 | staticconstexpr | 
Definition at line 131 of file runtime-call-descriptors.h.
| 
 | staticconstexpr | 
Definition at line 133 of file runtime-call-descriptors.h.