New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 632374 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Closed: Feb 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , All
Pri: 3
Type: Bug



Sign in to add a comment

console.log can't handle multiple SIMD objects

Reported by acmesqua...@gmail.com, Jul 28 2016

Issue description

UserAgent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

Steps to reproduce the problem:
console.log( SIMD.Int32x4(1,1,1,1), SIMD.Int32x4(2,2,2,2), 'hello world' );

What is the expected behavior?
Log all arguments

What went wrong?
If one or more SIMD objects are passed to console.log, only the first argument is logged.

Did this work before? No 

Chrome version: 53.0.2785.30  Channel: dev
OS Version: 
Flash Version:
 
Also, only the first value of an Array or Object is logged if it contains a SIMD.

console.log([ 'hello', SIMD.Int32x4(1,1,1,1) ]);
console.log([ SIMD.Int32x4(1,1,1,1), 'hello' ]);
console.log({ a:'hello', b: SIMD.Int32x4(1,1,1,1) });

Comment 2 by kojii@chromium.org, Jul 30 2016

Components: -Blink Infra>Client>V8
Labels: OS-All
Status: Untriaged (was: Unconfirmed)
Cc: bradnelson@chromium.org
Components: -Infra>Client>V8 Blink>JavaScript
Better triage label...
Cc: littledan@chromium.org
Labels: -Pri-2 Pri-3
Status: Available (was: Untriaged)
Components: -Blink>JavaScript Blink>JavaScript>Language
Owner: bbudge@chromium.org
Bill, can you figure out why this, and how important?
Status: Assigned (was: Available)
This bug is probably obsoleted by SIMD.js being removed from v8
Status: WontFix (was: Assigned)
This is now obsolete.

Sign in to add a comment