domenic / promises-unwrapping

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

Missing completion values #81

Closed anba closed 10 years ago

anba commented 10 years ago

Completion values are missing for the following functions:

domenic commented 10 years ago

Nice find. Isn't there some implicit undefined completion value escape hatch, though?

anba commented 10 years ago

The only shorthand currently defined is just the plain Return without any value (cf. 6.2.2.2).