Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / v8 / src / d8.js
index 35b61d5..1f7c515 100644 (file)
@@ -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":