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

Unified Diff: src/js/prologue.js

Issue 2083453002: [builtins] Introduce proper Float64Tan operator. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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/runtime/runtime.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/js/prologue.js
diff --git a/src/js/prologue.js b/src/js/prologue.js
index b352eb18ffb93c7865e9498bd32c82f91cd185e3..79fe9b7726ed29e4cf6012b3d3ee2a57996bd0b6 100644
--- a/src/js/prologue.js
+++ b/src/js/prologue.js
@@ -266,9 +266,6 @@ function PostExperimentals(utils) {
imports_from_experimental(exports_container);
}
- utils.CreateDoubleResultArray();
- utils.CreateDoubleResultArray = UNDEFINED;
-
utils.Export = UNDEFINED;
utils.PostDebug = UNDEFINED;
utils.PostExperimentals = UNDEFINED;
@@ -281,9 +278,6 @@ function PostDebug(utils) {
imports(exports_container);
}
- utils.CreateDoubleResultArray();
- utils.CreateDoubleResultArray = UNDEFINED;
-
exports_container = UNDEFINED;
utils.Export = UNDEFINED;
« no previous file with comments | « src/external-reference-table.cc ('k') | src/runtime/runtime.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698