« Bugzilla Issues Index
#2720 — 7.4.8 CreateListIterator: Use standard property definition operations
- bug_id:
2720
- creation_ts:
2014-04-24 05:27:00 -0700
- short_desc:
7.4.8 CreateListIterator: Use standard property definition operations
- delta_ts:
2014-07-18 20:47:53 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 23: April 5, 2014 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:
7896
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-04-24 05:27:27 -0700
7.4.8 CreateListIterator (list), step 4.
> Define ListIterator next (7.4.8.1) as an own property of iterator.
- This step should probably use the standard [[DefineProperty]] or DefinePropertyOrThrow methods.
- It also should specify whether ListIterator next is a realm-wide shared function object (similar to %ThrowTypeError%), or if a new function object needs to be constructed.
- commentid:
9213
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-15 16:40:30 -0700
fixed in rev26 editor's draft
each iterator gets a new function as its next method
also see Bug 2957
- commentid:
9298
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-18 20:47:53 -0700
Fixed in Rev26