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

#include <builtin-call-descriptors.h>

Inheritance diagram for v8::internal::compiler::turboshaft::BuiltinCallDescriptor::FastNewClosure:
Collaboration diagram for v8::internal::compiler::turboshaft::BuiltinCallDescriptor::FastNewClosure:

Public Types

using arguments_t = std::tuple<V<SharedFunctionInfo>, V<FeedbackCell>>
 
using results_t = std::tuple<V<JSFunction>>
 

Static Public Attributes

static constexpr auto kFunction = Builtin::kFastNewClosure
 
static constexpr bool kNeedsFrameState = true
 
static constexpr bool kNeedsContext = true
 
static constexpr Operator::Properties kProperties
 
static constexpr OpEffects kEffects
 

Additional Inherited Members

- Static Public Member Functions inherited from v8::internal::compiler::turboshaft::BuiltinCallDescriptor::Descriptor< FastNewClosure >
static const TSCallDescriptorCreate (StubCallMode call_mode, Zone *zone, LazyDeoptOnThrow lazy_deopt_on_throw=LazyDeoptOnThrow::kNo)
 

Detailed Description

Definition at line 494 of file builtin-call-descriptors.h.

Member Typedef Documentation

◆ arguments_t

◆ results_t

Member Data Documentation

◆ kEffects

OpEffects v8::internal::compiler::turboshaft::BuiltinCallDescriptor::FastNewClosure::kEffects
staticconstexpr

◆ kFunction

auto v8::internal::compiler::turboshaft::BuiltinCallDescriptor::FastNewClosure::kFunction = Builtin::kFastNewClosure
staticconstexpr

Definition at line 495 of file builtin-call-descriptors.h.

◆ kNeedsContext

bool v8::internal::compiler::turboshaft::BuiltinCallDescriptor::FastNewClosure::kNeedsContext = true
staticconstexpr

Definition at line 500 of file builtin-call-descriptors.h.

◆ kNeedsFrameState

bool v8::internal::compiler::turboshaft::BuiltinCallDescriptor::FastNewClosure::kNeedsFrameState = true
staticconstexpr

Definition at line 499 of file builtin-call-descriptors.h.

◆ kProperties

Operator::Properties v8::internal::compiler::turboshaft::BuiltinCallDescriptor::FastNewClosure::kProperties
staticconstexpr

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