archives

« Bugzilla Issues Index

#3238 — 25.4.4.1.1 Promise.all Resolve Element Functions: Abrupt completion not possible in step 8


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?


fixed in rev28 editor's draft

changed Promise.all to use a List to accumulate the values and change property creation to list assesses.


fixed in rev28