archives

« Bugzilla Issues Index

#3033 — 14.4.14 Evaluation, yield*: Handle Return abrupt completions


14.4.14 Runtime Semantics: Evaluation

Steps 10.b needs to handle Return abrupt completions in addition to Throw completions (10.b.i).


fixed in rev27 editor's draft


further updated to use IteratorClose abstract operation. Received throws send s return rather than a throw to the inner iterator.


fixed in rev27 draft