« Bugzilla Issues Index
#385 — 12.6.4: missing [[ ]]
- bug_id:
385
- creation_ts:
2012-06-12 22:59:00 -0700
- short_desc:
12.6.4: missing [[ ]]
- delta_ts:
2012-06-16 09:33:49 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 7: May 4, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
minor
- everconfirmed:
true
- reporter:
Michael Dyck
- assigned_to:
Allen Wirfs-Brock
- commentid:
976
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2012-06-12 22:59:43 -0700
In 12.6.4 "The for-in and for-of Statements",
under "Runtime Semantics: Labelled Evaluation",
in the "abstraction operation For In/Of Expression Evaluation",
step 3.b says:
"Else, return Completion{type: break, value: undefined, target: empty}."
The double-square-brackets are missing around 'type', 'value', and 'target'.
Similarly in step 4 and step 8.c.
- commentid:
996
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2012-06-16 09:33:49 -0700
fixed in "Rev 8", June 12,2012 draft