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

Unified Diff: src/js/harmony-simd.js

Issue 2206573002: Move NoSideEffectToString to C++ (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Address comments Created 4 years, 4 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/isolate.cc ('k') | src/js/messages.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/js/harmony-simd.js
diff --git a/src/js/harmony-simd.js b/src/js/harmony-simd.js
index 93dc820ed95cedd1fe5a3a18f5225ffbc4ceed57..a5fe59b0c0cf8c94659e6c6109b09d0bf754c4ea 100644
--- a/src/js/harmony-simd.js
+++ b/src/js/harmony-simd.js
@@ -925,17 +925,4 @@ utils.InstallFunctions(GlobalBool8x16, DONT_ENUM, [
'shuffle', Bool8x16ShuffleJS,
]);
-utils.Export(function(to) {
- to.Float32x4ToString = Float32x4ToString;
- to.Int32x4ToString = Int32x4ToString;
- to.Uint32x4ToString = Uint32x4ToString;
- to.Bool32x4ToString = Bool32x4ToString;
- to.Int16x8ToString = Int16x8ToString;
- to.Uint16x8ToString = Uint16x8ToString;
- to.Bool16x8ToString = Bool16x8ToString;
- to.Int8x16ToString = Int8x16ToString;
- to.Uint8x16ToString = Uint8x16ToString;
- to.Bool8x16ToString = Bool8x16ToString;
-});
-
})
« no previous file with comments | « src/isolate.cc ('k') | src/js/messages.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698