Fix handling of 1.797693134862315808e+308 floating point value.
JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
@@ -24,3 +24,5 @@ big++;
|
||||
assert(big == 2147483649); // overflow on 32bit numbers
|
||||
|
||||
assert ((1152921504606846900).toString() === "1152921504606847000")
|
||||
|
||||
assert (1.797693134862315808e+308 === Infinity);
|
||||
|
||||
Reference in New Issue
Block a user