Promise.all and race should work with iterables
authorarv <arv@chromium.org>
Mon, 23 Feb 2015 18:10:07 +0000 (10:10 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 23 Feb 2015 18:10:14 +0000 (18:10 +0000)
commit3a8e496fa4c49e35285fa5ea8ea425d627c6b210
tree21e57845fa77a2d10b5d7c99d63ae6979a579fd3
parentca623fae6c29f3bdab1d4ed0fc8c497b7a01ca3f
Promise.all and race should work with iterables

BUG=v8:3705
LOG=N
R=rossberg@chromium.org

Review URL: https://codereview.chromium.org/948843004

Cr-Commit-Position: refs/heads/master@{#26801}
src/promise.js
test/mjsunit/es6/promises.js