![]() |
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<SharedFunctionInfo>, V<FeedbackCell>> |
using | result_t = V<JSFunction> |
Static Public Attributes | |
static constexpr auto | kFunction = Runtime::kNewClosure |
static constexpr bool | kNeedsFrameState = false |
static constexpr Operator::Properties | kProperties = Operator::kNoThrow |
Additional Inherited Members | |
![]() | |
static const TSCallDescriptor * | Create (Zone *zone, LazyDeoptOnThrow lazy_deopt_on_throw) |
Definition at line 330 of file runtime-call-descriptors.h.
using v8::internal::compiler::turboshaft::RuntimeCallDescriptor::NewClosure::arguments_t = std::tuple<V<SharedFunctionInfo>, V<FeedbackCell>> |
Definition at line 332 of file runtime-call-descriptors.h.
using v8::internal::compiler::turboshaft::RuntimeCallDescriptor::NewClosure::result_t = V<JSFunction> |
Definition at line 333 of file runtime-call-descriptors.h.
|
staticconstexpr |
Definition at line 331 of file runtime-call-descriptors.h.
|
staticconstexpr |
Definition at line 335 of file runtime-call-descriptors.h.
|
staticconstexpr |
Definition at line 336 of file runtime-call-descriptors.h.