Harmony: implement Math.cbrt, Math.expm1 and Math.log1p.
authoryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 19 Feb 2014 13:49:59 +0000 (13:49 +0000)
committeryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 19 Feb 2014 13:49:59 +0000 (13:49 +0000)
commit84cf85598dd747e9984e068a0cad36d6f0656efe
tree3015871e06151c67d01db87fe52f6b9dbaecc160
parent76bdb032ac0436a69045e774b11e646841c588ec
Harmony: implement Math.cbrt, Math.expm1 and Math.log1p.

BUG=v8:2938
LOG=N
R=jarin@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19486 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/harmony-math.js
src/runtime.cc
src/runtime.h
test/mjsunit/harmony/math-cbrt.js [new file with mode: 0644]
test/mjsunit/harmony/math-expm1.js [new file with mode: 0644]
test/mjsunit/harmony/math-log1p.js [new file with mode: 0644]