« Bugzilla Issues Index
#2343 — 22.1.3.15 Array.prototype.map: "A's [[Realm]]" -> "C's [[Realm]]"
- bug_id:
2343
- creation_ts:
2013-12-03 15:13:00 -0800
- short_desc:
22.1.3.15 Array.prototype.map: "A's [[Realm]]" -> "C's [[Realm]]"
- delta_ts:
2014-04-06 11:29:40 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 21: November 8, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
trivial
- everconfirmed:
true
- reporter:
Bartek Swierczynski
- assigned_to:
Allen Wirfs-Brock
- commentid:
6874
- comment_count:
0
- who:
Bartek Swierczynski
- bug_when:
2013-12-03 15:13:59 -0800
The algorithm of the Array.prototype.map function refers to "A's [[Realm]]" when A is undefined and before A is assigned a proper value. It seems like the step should refer to "C's [[Realm]]", where C is the constructor property of the current (this) object
The reference to "A's [[Realm]]" is made in a deep sub-step of the step 9. of the algorithm.
- commentid:
7351
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-02-17 14:18:55 -0800
fixed in rev23 editor's draft
- commentid:
7526
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-04-06 11:29:40 -0700
fixed in rev23 draft