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::CreateFunctionContext< B > Struct Template Reference

#include <builtin-call-descriptors.h>

Inheritance diagram for v8::internal::compiler::turboshaft::BuiltinCallDescriptor::CreateFunctionContext< B >:
Collaboration diagram for v8::internal::compiler::turboshaft::BuiltinCallDescriptor::CreateFunctionContext< B >:

Public Types

using arguments_t = std::tuple<V<ScopeInfo>, V<Word32>>
 
using results_t = std::tuple<V<Context>>
 

Static Public Attributes

static constexpr auto kFunction = B
 
static constexpr bool kNeedsFrameState = true
 
static constexpr bool kNeedsContext = true
 
static constexpr Operator::Properties kProperties = Operator::kEliminatable
 
static constexpr OpEffects kEffects
 

Additional Inherited Members

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

Detailed Description

template<Builtin B>
struct v8::internal::compiler::turboshaft::BuiltinCallDescriptor::CreateFunctionContext< B >

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

Member Typedef Documentation

◆ arguments_t

◆ results_t

Member Data Documentation

◆ kEffects

◆ kFunction

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

◆ kNeedsContext

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

◆ kNeedsFrameState

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

◆ kProperties


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