« Bugzilla Issues Index
#3275 — 14.4.12: bad args to GeneratorFunctionCreate()
- bug_id:
3275
- creation_ts:
2014-10-11 23:15:00 -0700
- short_desc:
14.4.12: bad args to GeneratorFunctionCreate()
- delta_ts:
2014-10-14 15:17:50 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 27: August 24, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Michael Dyck
- assigned_to:
Allen Wirfs-Brock
- commentid:
10333
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2014-10-11 23:15:35 -0700
In 14.4.12 "Runtime Semantics: InstantiateFunctionObject",
step 3 says:
Let F be GeneratorFunctionCreate(
Normal, FormalParameters, body, GeneratorBody, strict).
but 'body' isn't defined, and 'GeneratorBody' isn't a valid Scope.
Delete "body," and probably insert "scope," before "strict".
- commentid:
10337
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-10-12 10:50:44 -0700
fixed in ev28 editor's draft
- commentid:
10419
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-10-14 15:17:50 -0700
fixed in rev28