V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
Static Public Attributes
|
List of all members
v8::base::internal::IsIntegerArithmeticSafe< T, Lhs, Rhs > Struct Template Reference
Static Public Attributes
static const
bool
value
Detailed Description
template<typename T, typename Lhs, typename Rhs>
struct v8::base::internal::IsIntegerArithmeticSafe< T, Lhs, Rhs >
Definition at line
517
of file
safe_math_impl.h
.
Member Data Documentation
◆
value
template<typename T , typename Lhs , typename Rhs >
const
bool
v8::base::internal::IsIntegerArithmeticSafe
<
T
, Lhs, Rhs >::value
static
Initial value:
= !std::numeric_limits<T>::is_iec559 &&
StaticDstRangeRelationToSrcRange<T, Lhs>::value ==
NUMERIC_RANGE_CONTAINED &&
sizeof
(T) >= (2 *
sizeof
(Lhs)) &&
StaticDstRangeRelationToSrcRange<T
Definition at line
518
of file
safe_math_impl.h
.
The documentation for this struct was generated from the following file:
v8/src/base/
safe_math_impl.h
v8
base
internal
IsIntegerArithmeticSafe
Generated on Tue Dec 25 2018 14:40:51 by
1.8.14