v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::turboshaft::RuntimeCallDescriptor::NewClosure_Tenured Struct Reference

#include <runtime-call-descriptors.h>

Inheritance diagram for v8::internal::compiler::turboshaft::RuntimeCallDescriptor::NewClosure_Tenured:
Collaboration diagram for v8::internal::compiler::turboshaft::RuntimeCallDescriptor::NewClosure_Tenured:

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_Tenured
 
static constexpr bool kNeedsFrameState = false
 
static constexpr Operator::Properties kProperties = Operator::kNoThrow
 

Additional Inherited Members

- Static Public Member Functions inherited from v8::internal::compiler::turboshaft::RuntimeCallDescriptor::Descriptor< NewClosure_Tenured >
static const TSCallDescriptorCreate (Zone *zone, LazyDeoptOnThrow lazy_deopt_on_throw)
 

Detailed Description

Definition at line 339 of file runtime-call-descriptors.h.

Member Typedef Documentation

◆ arguments_t

◆ result_t

Member Data Documentation

◆ kFunction

auto v8::internal::compiler::turboshaft::RuntimeCallDescriptor::NewClosure_Tenured::kFunction = Runtime::kNewClosure_Tenured
staticconstexpr

Definition at line 340 of file runtime-call-descriptors.h.

◆ kNeedsFrameState

bool v8::internal::compiler::turboshaft::RuntimeCallDescriptor::NewClosure_Tenured::kNeedsFrameState = false
staticconstexpr

Definition at line 344 of file runtime-call-descriptors.h.

◆ kProperties

Operator::Properties v8::internal::compiler::turboshaft::RuntimeCallDescriptor::NewClosure_Tenured::kProperties = Operator::kNoThrow
staticconstexpr

Definition at line 345 of file runtime-call-descriptors.h.


The documentation for this struct was generated from the following file: