archives

« Bugzilla Issues Index

#872 — Add ArrowFunction NOTE to: Array.prototype every, some, forEach, map, filter


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)


instead, I'm just going to eliminate that NOTE.

fixed in rev20 editor's draft


fixed in rev20 draft, Oct. 28, 2013