« Bugzilla Issues Index
#1762 — 15.4.3.x: Array.prototype functions should still work on standard exotic objects
- bug_id:
1762
- creation_ts:
2013-08-13 06:01:00 -0700
- short_desc:
15.4.3.x: Array.prototype functions should still work on standard exotic objects
- delta_ts:
2014-07-19 17:48:16 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 16: July 15, 2013 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:
4859
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-08-13 06:01:51 -0700
The current notes for multiple Array.prototype functions now read:
> Whether the XXX function can be applied successfully to an exotic object that is not an Array is implementation-dependent.
But in the ES5.1 spec, the implementation defined part only applied to host objects instead of exotic objects.
Therefore the notes should be changed to:
> Whether the XXX function can be applied successfully to an object that is not a standard object is implementation-dependent.
ES5.1 host objects ≈ ES6 not standard objects
- commentid:
9242
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-17 18:18:55 -0700
fixed in rev26 editor's draft
removed the whose sentence for all the Array methods. I think we've reached the point where we expect them to work just fine on host objects.
- commentid:
9349
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-19 17:48:16 -0700
fixed in rev26