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

Unified Diff: src/objects.h

Issue 2083573002: [builtins] Unify Cosh, Sinh and Tanh as exports from flibm (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: REBASE and windows fix. Created 4 years, 6 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/external-reference-table.cc ('k') | src/third_party/fdlibm/fdlibm.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 5dc18607b2b9431a96dd50693f00d35837a27af3..6798b82cf9436b2757e62cad35c0d1e8d0e0c2c6 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -6724,8 +6724,11 @@ class Script: public Struct {
V(Math, max, MathMax) \
V(Math, min, MathMin) \
V(Math, cos, MathCos) \
+ V(Math, cosh, MathCosh) \
V(Math, sin, MathSin) \
+ V(Math, sinh, MathSinh) \
V(Math, tan, MathTan) \
+ V(Math, tanh, MathTanh) \
V(Math, acos, MathAcos) \
V(Math, asin, MathAsin) \
V(Math, atan, MathAtan) \
« no previous file with comments | « src/external-reference-table.cc ('k') | src/third_party/fdlibm/fdlibm.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698