V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::UnionT< T1, T2 > Struct Template Reference

Static Public Attributes

static constexpr MachineType kMachineType
 
static const MachineRepresentation kMachineRepresentation
 

Detailed Description

template<class T1, class T2>
struct v8::internal::UnionT< T1, T2 >

Definition at line 225 of file code-assembler.h.

Member Data Documentation

◆ kMachineRepresentation

template<class T1 , class T2 >
const MachineRepresentation v8::internal::UnionT< T1, T2 >::kMachineRepresentation
static
Initial value:
=
kMachineType.representation()

Definition at line 238 of file code-assembler.h.

◆ kMachineType

template<class T1 , class T2 >
constexpr MachineType v8::internal::UnionT< T1, T2 >::kMachineType
static
Initial value:
=
CommonMachineType(MachineTypeOf<T1>::value, MachineTypeOf<T2>::value)

Definition at line 236 of file code-assembler.h.


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