« Bugzilla Issues Index
#3238 — 25.4.4.1.1 Promise.all Resolve Element Functions: Abrupt completion not possible in step 8
- bug_id:
3238
- creation_ts:
2014-09-19 08:50:00 -0700
- short_desc:
25.4.4.1.1 Promise.all Resolve Element Functions: Abrupt completion not possible in step 8
- delta_ts:
2014-10-14 15:18:04 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 27: August 24, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
10205
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-09-19 08:50:33 -0700
25.4.4.1.1 Promise.all Resolve Element Functions
The call to CreateDataProperty in step 8 can never result in an abrupt completion, so the call to IfAbruptRejectPromise in step 9 is not necessary. Maybe change to an assertion instead?
- commentid:
10283
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-10-08 10:37:28 -0700
fixed in rev28 editor's draft
changed Promise.all to use a List to accumulate the values and change property creation to list assesses.
- commentid:
10497
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-10-14 15:18:04 -0700
fixed in rev28