https://codereview.chromium.org/1151503002/diff/1/src/runtime.js
File src/runtime.js (right):

https://codereview.chromium.org/1151503002/diff/1/src/runtime.js#newcode932
src/runtime.js:932: function SpreadIntoArray(target, iterable) {
On 2015/05/20 13:34:14, arv wrote:

For the rest destructuring we could skip passing an array and return a
new
array. The only question is if we want to reuse this code or not?

There is also $spreadIterable which almost does this

https://code.google.com/p/chromium/codesearch#chromium/src/v8/src/harmony-spread.js&l=34

(it returns an InternalArray)

https://codereview.chromium.org/1151503002/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to