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

Unified Diff: src/runtime.h

Issue 179533003: Harmony: move implementation of Math.log1p and Math.expm1 to 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 823285fd37661bad76a15483a06cc104b680512b..6998bc978396c1ff641f5f81100ac1c915669c88 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -179,8 +179,6 @@ namespace internal {
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) \
F(Math_exp, 1, 1) \
F(Math_floor, 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