![]() |
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::kHandleNoHeapWritesInterrupts |
static constexpr bool | kNeedsFrameState = true |
static constexpr Operator::Properties | kProperties = Operator::kNoWrite |
Additional Inherited Members | |
![]() | |
static const TSCallDescriptor * | Create (Zone *zone, LazyDeoptOnThrow lazy_deopt_on_throw) |
Definition at line 146 of file runtime-call-descriptors.h.
using v8::internal::compiler::turboshaft::RuntimeCallDescriptor::HandleNoHeapWritesInterrupts::arguments_t = std::tuple<> |
Definition at line 149 of file runtime-call-descriptors.h.
using v8::internal::compiler::turboshaft::RuntimeCallDescriptor::HandleNoHeapWritesInterrupts::result_t = V<Object> |
Definition at line 150 of file runtime-call-descriptors.h.
|
staticconstexpr |
Definition at line 148 of file runtime-call-descriptors.h.
|
staticconstexpr |
Definition at line 152 of file runtime-call-descriptors.h.
|
staticconstexpr |
Definition at line 153 of file runtime-call-descriptors.h.