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

#include <builtin-call-descriptors.h>

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

Public Types

using arguments_t = std::tuple<V<Object>, V<Object>>
 
using results_t = std::tuple<V<Boolean>>
 

Static Public Attributes

static constexpr auto kFunction = Builtin::kSameValueNumbersOnly
 
static constexpr bool kNeedsFrameState = false
 
static constexpr bool kNeedsContext = false
 
static constexpr Operator::Properties kProperties = Operator::kEliminatable
 
static constexpr OpEffects kEffects = base_effects.CanReadMemory()
 

Additional Inherited Members

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

Detailed Description

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

Member Typedef Documentation

◆ arguments_t

◆ results_t

Member Data Documentation

◆ kEffects

OpEffects v8::internal::compiler::turboshaft::BuiltinCallDescriptor::SameValueNumbersOnly::kEffects = base_effects.CanReadMemory()
staticconstexpr

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

◆ kFunction

auto v8::internal::compiler::turboshaft::BuiltinCallDescriptor::SameValueNumbersOnly::kFunction = Builtin::kSameValueNumbersOnly
staticconstexpr

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

◆ kNeedsContext

bool v8::internal::compiler::turboshaft::BuiltinCallDescriptor::SameValueNumbersOnly::kNeedsContext = false
staticconstexpr

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

◆ kNeedsFrameState

bool v8::internal::compiler::turboshaft::BuiltinCallDescriptor::SameValueNumbersOnly::kNeedsFrameState = false
staticconstexpr

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

◆ kProperties

Operator::Properties v8::internal::compiler::turboshaft::BuiltinCallDescriptor::SameValueNumbersOnly::kProperties = Operator::kEliminatable
staticconstexpr

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


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