« Bugzilla Issues Index
#3669 — 25.3.3.1 GeneratorStart: Handle implicit return
- bug_id:
3669
- creation_ts:
2015-01-23 15:39:00 -0800
- short_desc:
25.3.3.1 GeneratorStart: Handle implicit return
- delta_ts:
2015-02-02 18:38:58 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 31: January 15, 2015 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
11687
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-01-23 15:39:22 -0800
25.3.3.1 GeneratorStart (generator, generatorBody)
Handle implicit return ( = normal completions) in step 4.g
---
If result.[[type]] is return then let result be result.[[value]].
else let result be undefined.
Return CreateIterResultObject(result, true).
---
- commentid:
11716
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-24 21:40:30 -0800
fixed in rev32 editor's draft
- commentid:
11997
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-02 18:38:58 -0800
fixed in rev32 draft