« Bugzilla Issues Index
#872 — Add ArrowFunction NOTE to: Array.prototype every, some, forEach, map, filter
- bug_id:
872
- creation_ts:
2012-10-30 10:36:00 -0700
- short_desc:
Add ArrowFunction NOTE to: Array.prototype every, some, forEach, map, filter
- delta_ts:
2013-10-29 09:46:37 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 11: October 26, 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
- cc:
waldron.rick
- commentid:
2315
- comment_count:
0
- who:
Rick Waldron
- bug_when:
2012-10-30 10:36:02 -0700
Currently, Map.prototype.forEach includes a NOTE that states the following:
NOTE If callbackfn is an Arrow Function, this was lexically bound when the function was created so thisArg will have no effect.
This same note should be added to:
15.4.4.16 (every), 15.4.4.17 (some), 15.4.4.18 (forEach), 15.4.4.19 (map), 15.4.4.20 (filter)
- commentid:
5791
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-10-01 17:31:06 -0700
instead, I'm just going to eliminate that NOTE.
fixed in rev20 editor's draft
- commentid:
6150
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-10-29 09:46:37 -0700
fixed in rev20 draft, Oct. 28, 2013