WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
38411
[ES6] Add support for the spread operator
https://bugs.webkit.org/show_bug.cgi?id=38411
Summary
[ES6] Add support for the spread operator
Erik Arvidsson
Reported
2010-04-30 16:03:41 PDT
The spread operator is one of the approved proposals for the next version of ECMAScript (Harmony) function f(a, b) { assertEquals(0, a); assertEquals(1, b); } var array = [0, 1]; f(...array); The spread operator removes most needs of Function.prototype.apply.
Attachments
Add attachment
proposed patch, testcase, etc.
Joseph Pecoraro
Comment 1
2016-06-06 20:29:43 PDT
Spread operator has been implemented for a while now! Lets close this.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug