Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(357)

Unified Diff: src/runtime.h

Issue 183743018: Harmony: implement Math.cbrt in Javascript. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/harmony-math.js ('k') | src/runtime.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/runtime.h
diff --git a/src/runtime.h b/src/runtime.h
index 9fe1b3adeccc658c35017b8dd1a45fe9ea790b64..757b1f7fd4a95ee0cfb9625789267318044138b6 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -178,7 +178,6 @@ namespace internal {
F(Math_asin, 1, 1) \
F(Math_atan, 1, 1) \
F(Math_log, 1, 1) \
- F(Math_cbrt, 1, 1) \
F(Math_log1p, 1, 1) \
F(Math_expm1, 1, 1) \
F(Math_sqrt, 1, 1) \
« no previous file with comments | « src/harmony-math.js ('k') | src/runtime.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698