V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
c
d
g
i
k
n
p
r
s
t
Functions
Typedefs
Enumerations
Enumerator
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
a
c
d
e
h
k
l
n
o
s
Typedefs
Enumerations
+
Files
File List
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
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