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::ToNumeric Struct Reference

#include <builtin-call-descriptors.h>

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

Public Types

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

Static Public Attributes

static constexpr auto kFunction = Builtin::kToNumeric
 
static constexpr bool kNeedsFrameState = true
 
static constexpr bool kNeedsContext = true
 
static constexpr Operator::Properties kProperties = Operator::kNoProperties
 
static constexpr OpEffects kEffects = base_effects.CanCallAnything()
 

Additional Inherited Members

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

Detailed Description

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

Member Typedef Documentation

◆ arguments_t

◆ results_t

Member Data Documentation

◆ kEffects

OpEffects v8::internal::compiler::turboshaft::BuiltinCallDescriptor::ToNumeric::kEffects = base_effects.CanCallAnything()
staticconstexpr

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

◆ kFunction

auto v8::internal::compiler::turboshaft::BuiltinCallDescriptor::ToNumeric::kFunction = Builtin::kToNumeric
staticconstexpr

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

◆ kNeedsContext

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

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

◆ kNeedsFrameState

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

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

◆ kProperties

Operator::Properties v8::internal::compiler::turboshaft::BuiltinCallDescriptor::ToNumeric::kProperties = Operator::kNoProperties
staticconstexpr

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


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