tc39/proposal-async-iteration

Missing step in AsyncGeneratorResolve

GeorgNeis opened this issue · 1 comments

AsyncGeneratorResolve seems to be missing the following after step 9:

Set onFulfilled.[[PromiseCapability]] to promiseCapability.

I see the problem here. It looks like e544dc8 and 7bd31a5 are incorrect, because PerformPromiseThen uses its last parameter to store the value.