Ship ES6 Math functions.
authoryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 16 Jul 2014 14:00:15 +0000 (14:00 +0000)
committeryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 16 Jul 2014 14:00:15 +0000 (14:00 +0000)
commitd1333142e2107e030f9d9883f059f475e65abec3
treee4d7d4c281310dd55053efb285128500646bedf8
parentfea1d2b1455307016e180e1598c7efb518aa0d6e
Ship ES6 Math functions.

R=rossberg@chromium.org
BUG=v8:2938
LOG=Y

Review URL: https://codereview.chromium.org/394833002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22434 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
18 files changed:
src/bootstrapper.cc
src/flag-definitions.h
src/harmony-math.js [deleted file]
src/math.js
src/objects.h
test/mjsunit/es6/math-cbrt.js
test/mjsunit/es6/math-clz32.js
test/mjsunit/es6/math-expm1.js
test/mjsunit/es6/math-fround.js
test/mjsunit/es6/math-hyperbolic.js
test/mjsunit/es6/math-hypot.js
test/mjsunit/es6/math-log1p.js
test/mjsunit/es6/math-log2-log10.js
test/mjsunit/es6/math-sign.js
test/mjsunit/es6/math-trunc.js
test/webkit/fast/js/Object-getOwnPropertyNames-expected.txt
tools/generate-runtime-tests.py
tools/gyp/v8.gyp