archives

« Bugzilla Issues Index

#1487 — Runtime Semantics: YieldExpression calls "value" method of iterator interface


step 4-f-i

> Let innerResult be the result of Invoke(iterator, "value", (received)).

I think it should be

> Let innerResult be the result of Invoke(iterator, "next", (received)).


fixed in rev16 editor's draft


fixed in rev16 draft. July 15, 2013