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

Unified Diff: src/d8.js

Issue 90643003: Experimental implementation: Exposing SIMD instructions into JavaScript Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month 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/d8.h ('k') | src/deoptimizer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/d8.js
diff --git a/src/d8.js b/src/d8.js
index 35b61d54ee7a5cb3723b1d3ded7c5360bf8954f7..1f7c5153a226813226841666a70333c5e768e154 100644
--- a/src/d8.js
+++ b/src/d8.js
@@ -2210,6 +2210,8 @@ function Stringify(x, depth) {
return "undefined";
case "boolean":
case "number":
+ case "float32x4":
+ case "int32x4":
case "function":
return x.toString();
case "string":
« no previous file with comments | « src/d8.h ('k') | src/deoptimizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698