« Bugzilla Issues Index
#4313 — References to "the for-in statement" should maybe instead refer to Ordinary Object [[Enumerate]]
- bug_id:
4313
- creation_ts:
2015-04-16 22:22:00 -0700
- short_desc:
References to "the for-in statement" should maybe instead refer to Ordinary Object [[Enumerate]]
- delta_ts:
2015-05-21 08:44:40 -0700
- product:
Draft for 7th Edition
- component:
Deferred from 6th edition
- version:
unspecified
- rep_platform:
All
- op_sys:
All
- bug_status:
CONFIRMED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Leon Arnott
- assigned_to:
Allen Wirfs-Brock
- commentid:
14278
- comment_count:
0
- who:
Leon Arnott
- bug_when:
2015-04-16 22:22:16 -0700
Phrases like "a specific order of enumeration for the for-in statement" as seen in 19.1.2.14 and 7.3.21 seem like holdovers from ES5, where the for-in statement's behaviour wasn't alterable by Proxy enumerate traps, nor independently observable via Reflect.enumerate(). It'd perhaps be more correct to say "the [[Enumerate]] internal method of ordinary objects" or something like that.
- commentid:
14439
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-05-21 08:44:40 -0700
deferring for ES7 consideration