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

#include <index.h>

Collaboration diagram for v8::internal::compiler::turboshaft::v_traits< Float64 >:

Classes

struct  implicitly_constructible_from
 

Public Types

using rep_type = FloatRepresentation
 
using constexpr_type = double
 

Static Public Member Functions

static constexpr bool allows_representation (RegisterRepresentation maybe_allowed_rep)
 

Static Public Attributes

static constexpr bool is_abstract_tag = true
 
static constexpr auto rep = FloatRepresentation::Float64()
 

Detailed Description

Definition at line 354 of file index.h.

Member Typedef Documentation

◆ constexpr_type

using v8::internal::compiler::turboshaft::v_traits< Float64 >::constexpr_type = double

Definition at line 358 of file index.h.

◆ rep_type

Definition at line 356 of file index.h.

Member Function Documentation

◆ allows_representation()

static constexpr bool v8::internal::compiler::turboshaft::v_traits< Float64 >::allows_representation ( RegisterRepresentation maybe_allowed_rep)
inlinestaticconstexpr

Definition at line 359 of file index.h.

Here is the call graph for this function:

Member Data Documentation

◆ is_abstract_tag

bool v8::internal::compiler::turboshaft::v_traits< Float64 >::is_abstract_tag = true
staticconstexpr

Definition at line 355 of file index.h.

◆ rep

Definition at line 357 of file index.h.


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