|  | 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<V<Smi>> | 
| using | result_t = V<Object> | 
| Static Public Attributes | |
| static constexpr auto | kFunction = Runtime::kStackGuardWithGap | 
| static constexpr bool | kNeedsFrameState = true | 
| static constexpr Operator::Properties | kProperties = Operator::kNoProperties | 
| Additional Inherited Members | |
|  Static Public Member Functions inherited from v8::internal::compiler::turboshaft::RuntimeCallDescriptor::Descriptor< StackGuardWithGap > | |
| static const TSCallDescriptor * | Create (Zone *zone, LazyDeoptOnThrow lazy_deopt_on_throw) | 
Definition at line 136 of file runtime-call-descriptors.h.
| using v8::internal::compiler::turboshaft::RuntimeCallDescriptor::StackGuardWithGap::arguments_t = std::tuple<V<Smi>> | 
Definition at line 138 of file runtime-call-descriptors.h.
| using v8::internal::compiler::turboshaft::RuntimeCallDescriptor::StackGuardWithGap::result_t = V<Object> | 
Definition at line 139 of file runtime-call-descriptors.h.
| 
 | staticconstexpr | 
Definition at line 137 of file runtime-call-descriptors.h.
| 
 | staticconstexpr | 
Definition at line 141 of file runtime-call-descriptors.h.
| 
 | staticconstexpr | 
Definition at line 143 of file runtime-call-descriptors.h.