« Bugzilla Issues Index
#4231 — 22.2.3.25 %TypedArray%.prototype.sort: Specify implementation defined behaviour ?
- bug_id:
4231
- creation_ts:
2015-03-27 07:40:00 -0700
- short_desc:
22.2.3.25 %TypedArray%.prototype.sort: Specify implementation defined behaviour ?
- delta_ts:
2015-04-03 12:35:41 -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:
13948
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-03-27 07:40:26 -0700
22.2.3.25 %TypedArray%.prototype.sort ( comparefn )
The implementation defined behaviour as specified in 22.1.3.24 Array.prototype.sort does not make sense for 22.2.3.25. Especially this rule:
> If obj is an exotic object (including Proxy exotic objects) whose behaviour for [[Get]], [[Set]], [[Delete]], and [[GetOwnProperty]] is different from the ordinary object behaviour for these internal methods.
Because that means 22.2.3.25 is always allowed to perform implementation defined behaviour (Integer Indexed objects have a "different behaviour" than the ordinary object [[Get]], [[Set]] etc. internal methods!).
- commentid:
13999
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-04-01 12:09:54 -0700
fixed in rev37 editor's draft
- commentid:
14111
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-04-03 12:35:41 -0700
In Rev37