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

Unified Diff: src/prologue.js

Issue 1235283005: Add mirror debugger support for SIMD.float32x4. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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/debug/mirrors.js ('k') | test/mjsunit/harmony/mirror-simd.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/prologue.js
diff --git a/src/prologue.js b/src/prologue.js
index 56f9ed5b38fa576f0a2c563877e37114d1b9ab8e..5f822be6f2a033b00b55a7cadd768c0263a30100 100644
--- a/src/prologue.js
+++ b/src/prologue.js
@@ -209,6 +209,16 @@ function PostNatives(utils) {
"ToBoolean",
"ToNumber",
"ToString",
+ "Float32x4ToString",
+ "Int32x4ToString",
+ "Int16x8ToString",
+ "Int8x16ToString",
+ "Uint32x4ToString",
+ "Uint16x8ToString",
+ "Uint8x16ToString",
+ "Bool32x4ToString",
+ "Bool16x8ToString",
+ "Bool8x16ToString",
];
var filtered_exports = {};
« no previous file with comments | « src/debug/mirrors.js ('k') | test/mjsunit/harmony/mirror-simd.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698