v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::base::internal::FastIntegerArithmeticPromotionImpl< Lhs, Rhs > Struct Template Reference

#include <safe_conversions_impl.h>

Collaboration diagram for v8::base::internal::FastIntegerArithmeticPromotionImpl< Lhs, Rhs >:

Public Types

using type = BigEnoughPromotion<Lhs, Rhs>
 

Static Public Attributes

static constexpr bool kContained = false
 

Detailed Description

template<typename Lhs, typename Rhs>
struct v8::base::internal::FastIntegerArithmeticPromotionImpl< Lhs, Rhs >

Definition at line 439 of file safe_conversions_impl.h.

Member Typedef Documentation

◆ type

template<typename Lhs , typename Rhs >
using v8::base::internal::FastIntegerArithmeticPromotionImpl< Lhs, Rhs >::type = BigEnoughPromotion<Lhs, Rhs>

Definition at line 440 of file safe_conversions_impl.h.

Member Data Documentation

◆ kContained

template<typename Lhs , typename Rhs >
bool v8::base::internal::FastIntegerArithmeticPromotionImpl< Lhs, Rhs >::kContained = false
staticconstexpr

Definition at line 441 of file safe_conversions_impl.h.


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