« Bugzilla Issues Index
#4227 — 23.1.2.2, 23.2.2.2: @@species for Map and Set required ?
- bug_id:
4227
- creation_ts:
2015-03-27 07:22:00 -0700
- short_desc:
23.1.2.2, 23.2.2.2: @@species for Map and Set required ?
- delta_ts:
2015-04-03 12:35:36 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 36: March 17, 2015 Release Candidate 3
- 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:
13944
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-03-27 07:22:53 -0700
23.1.2.2 get Map [ @@species ]
23.2.2.2 get Set [ @@species ]
Note:
> Map prototype methods normally use their this object’s constructor to create a derived object.
> However, a subclass constructor may over-ride that default behaviour by redefining its @@species property.
But there are not Map prototype methods which create derived objects.
- commentid:
14003
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-04-01 15:02:15 -0700
fixed in rev37 editor's draft
changed the notes
Even though there currently aren't any methods that create derived colletions of these types, there could be some added in the future. Also, subclass might define such methods.
- commentid:
14083
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-04-03 12:35:36 -0700
In Rev37