archives

« Bugzilla Issues Index

#3179 — 14.4.14 Evaluation yield*: Semicolon, unused steps, abrupt completion


14.4.14 Evaluation yield*:

- step 6a: This step can be removed.
- step 6d: Change to "Assert: received.[[type]] is return", break or continue completions are not possible here.
- step 6e: IteratorNext in 6.b.i ensures `innerResult` is an Object, so step 6e can be removed.
- step 6.c.i: Change semicolon to full stop.
- step 6.d.i: Change semicolon to full stop.
- step 6.d.vi: Add full stop.
- step 6.d.vii: Handle abrupt completion from IteratorValue call.


fixed in rev28 editor's draft


fixed in rev28