« Bugzilla Issues Index
#871 — 15.4.4.18 Array.prototype.forEach ( callbackfn [ , thisArg ] )
- bug_id:
871
- creation_ts:
2012-10-30 10:30:00 -0700
- short_desc:
15.4.4.18 Array.prototype.forEach ( callbackfn [ , thisArg ] )
- delta_ts:
2013-11-08 13:09:03 -0800
- 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:
2314
- comment_count:
0
- who:
Rick Waldron
- bug_when:
2012-10-30 10:30:33 -0700
To match the use of parameter defaults in newer APIs (ie. Map.prototype.forEach(callbackFn, thisArg = undefined), should this be updated to:
Array.prototype.forEach ( callbackfn, thisArg = undefined )
If yes, then the following should also be updated:
15.4.4.16 Array.prototype.every ( callbackfn [ , thisArg ] )
15.4.4.17 Array.prototype.some ( callbackfn [ , thisArg ] )
15.4.4.19 Array.prototype.map ( callbackfn [ , thisArg ] )
15.4.4.20 Array.prototype.filter ( callbackfn [ , thisArg ] )
- commentid:
6347
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-11-01 20:21:49 -0700
fixed in rev21 editor's draft
- commentid:
6540
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-11-08 13:09:03 -0800
fixed in rev21 draft