« Bugzilla Issues Index
#1252 — Map/Set Comparator
- bug_id:
1252
- creation_ts:
2013-02-12 05:56:00 -0800
- short_desc:
Map/Set Comparator
- delta_ts:
2013-03-08 14:44:12 -0800
- product:
Draft for 6th Edition
- component:
new feature
- version:
Rev 13: December 21, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Rick Waldron
- assigned_to:
Allen Wirfs-Brock
- commentid:
3192
- comment_count:
0
- who:
Rick Waldron
- bug_when:
2013-02-12 05:56:47 -0800
Per Jan 2013 resolution:
-Map( iterator = undefined, comparator = undefined )
-Set( iterator = undefined, comparator = undefined )
-If the second argument is "is", use "Object.is"
-Otherwise, use defaultComparator ("===")
-Map.defaultComparator( a, b )
-Set.defaultComparator( a, b )
https://github.com/rwldrn/tc39-notes/blob/master/es6/2013-01/jan-31.md#mapset-comparator
- commentid:
3270
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-03-05 16:44:48 -0800
fixed in rev 14 editor's draft
- commentid:
3321
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-03-08 14:44:12 -0800
in Rev 14 draft