V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::base::internal::ArithmeticPromotion< Lhs, Rhs, Promotion > Struct Template Reference

Detailed Description

template<typename Lhs, typename Rhs = Lhs, ArithmeticPromotionCategory Promotion = (MaxExponent<Lhs>::value > MaxExponent<Rhs>::value) ? (MaxExponent<Lhs>::value > MaxExponent<int>::value ? LEFT_PROMOTION : DEFAULT_PROMOTION) : (MaxExponent<Rhs>::value > MaxExponent<int>::value ? RIGHT_PROMOTION : DEFAULT_PROMOTION)>
struct v8::base::internal::ArithmeticPromotion< Lhs, Rhs, Promotion >

Definition at line 495 of file safe_math_impl.h.


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