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

Unified Diff: src/third_party/fdlibm/fdlibm.js

Issue 1132513003: Call builtin code wrapped in functions from the bootstrapper. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix extra natives Created 5 years, 7 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/templates.js ('k') | src/typedarray.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/third_party/fdlibm/fdlibm.js
diff --git a/src/third_party/fdlibm/fdlibm.js b/src/third_party/fdlibm/fdlibm.js
index b1bb07e0f9c5694bb07cb41ca5ab003d5ef385fa..82f50cc514096ca1ab8ccfb031e0240703e40eb3 100644
--- a/src/third_party/fdlibm/fdlibm.js
+++ b/src/third_party/fdlibm/fdlibm.js
@@ -26,7 +26,7 @@
var kMath;
var rempio2result;
-(function() {
+(function(global, shared, exports) {
"use strict";
@@ -1027,4 +1027,4 @@ $installFunctions(GlobalMath, DONT_ENUM, [
%SetInlineBuiltinFlag(MathSin);
%SetInlineBuiltinFlag(MathCos);
-})();
+})
« no previous file with comments | « src/templates.js ('k') | src/typedarray.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698