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::DebugPrint< B, Input > Struct Template Reference

#include <builtin-call-descriptors.h>

Inheritance diagram for v8::internal::compiler::turboshaft::BuiltinCallDescriptor::DebugPrint< B, Input >:
Collaboration diagram for v8::internal::compiler::turboshaft::BuiltinCallDescriptor::DebugPrint< B, Input >:

Public Types

using arguments_t = std::tuple<V<Input>>
 
using results_t = std::tuple<V<Object>>
 

Static Public Attributes

static constexpr auto kFunction = B
 
static constexpr bool kNeedsFrameState = false
 
static constexpr bool kNeedsContext = true
 
static constexpr Operator::Properties kProperties
 
static constexpr OpEffects kEffects = base_effects.RequiredWhenUnused()
 

Additional Inherited Members

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

Detailed Description

template<Builtin B, typename Input>
struct v8::internal::compiler::turboshaft::BuiltinCallDescriptor::DebugPrint< B, Input >

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

Member Typedef Documentation

◆ arguments_t

template<Builtin B, typename Input >
using v8::internal::compiler::turboshaft::BuiltinCallDescriptor::DebugPrint< B, Input >::arguments_t = std::tuple<V<Input>>

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

◆ results_t

template<Builtin B, typename Input >
using v8::internal::compiler::turboshaft::BuiltinCallDescriptor::DebugPrint< B, Input >::results_t = std::tuple<V<Object>>

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

Member Data Documentation

◆ kEffects

template<Builtin B, typename Input >
OpEffects v8::internal::compiler::turboshaft::BuiltinCallDescriptor::DebugPrint< B, Input >::kEffects = base_effects.RequiredWhenUnused()
staticconstexpr

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

◆ kFunction

template<Builtin B, typename Input >
auto v8::internal::compiler::turboshaft::BuiltinCallDescriptor::DebugPrint< B, Input >::kFunction = B
staticconstexpr

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

◆ kNeedsContext

template<Builtin B, typename Input >
bool v8::internal::compiler::turboshaft::BuiltinCallDescriptor::DebugPrint< B, Input >::kNeedsContext = true
staticconstexpr

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

◆ kNeedsFrameState

template<Builtin B, typename Input >
bool v8::internal::compiler::turboshaft::BuiltinCallDescriptor::DebugPrint< B, Input >::kNeedsFrameState = false
staticconstexpr

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

◆ kProperties


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