domenic / promises-unwrapping

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

Reference implementation: InitialisePromise, fixes #109 #110

Closed timwienk closed 10 years ago

timwienk commented 10 years ago

Fixes #109:

It seems that the line after the catch() is supposed to call resolvingFunctions["[[Reject]]"] rather than reject.

I also noticed that this specific part of the spec (draft) is not tested in the reference implementation's tests.

domenic commented 10 years ago

Thanks, merged as cd39855d7046cae164d67c52f5aac0a371a5d199!