Parse integer numbers from back to front.

JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai dbatyai.u-szeged@partner.samsung.com
This commit is contained in:
Dániel Bátyai
2015-08-13 11:21:24 +02:00
parent 034ecf78f8
commit 91f0c9d625
2 changed files with 5 additions and 2 deletions
@@ -22,3 +22,5 @@ assert(big == 2147483648); // overflow on 32bit numbers
big++;
assert(big == 2147483649); // overflow on 32bit numbers
assert ((1152921504606846900).toString() === "1152921504606847000")