| Index: src/messages.js
|
| diff --git a/src/messages.js b/src/messages.js
|
| index 2f3e5edf945dafde755e5fe9eed94660b11815b9..cd4664ee2639ba5e4e4cf2ea9ddd7fe74af796e7 100644
|
| --- a/src/messages.js
|
| +++ b/src/messages.js
|
| @@ -86,6 +86,7 @@ function NoSideEffectToString(obj) {
|
| return str;
|
| }
|
| if (IS_SYMBOL(obj)) return %_CallFunction(obj, $symbolToString);
|
| + if (IS_FLOAT32X4(obj)) return %_CallFunction(obj, $float32x4ToString);
|
| if (IS_OBJECT(obj)
|
| && %GetDataProperty(obj, "toString") === ObjectToString) {
|
| var constructor = %GetDataProperty(obj, "constructor");
|
|
|