domenic / promises-unwrapping

The ES6 promises spec, as per September 2013 TC39 meeting
1.23k stars 94 forks source link

Update to use "derived update" specification type #4

Closed domenic closed 10 years ago

domenic commented 10 years ago

The tuples stored in [[OutstandingThen]]s are handled informally and their name isn't great. Make them more like property descriptors in the ES spec. Also, they can be used as arguments to UpdateFromValueOrReason.