archives

« Bugzilla Issues Index

#3273 — Exclude explanation about lexical this in Arrow functions in Set.p.forEach


The `Set.prototype.forEach` [1] in its description explains that `thisArg` is ignored in case if the callback is an arrow function.

This can be excluded, since it goes from the definition of an Arrow function, and is not directly related to `Set.prototype.forEach`. Also it's not mentioned anywhere else in similar cases (like `Map.prototype.forEach`).

[1] http://people.mozilla.org/~jorendorff/es6-draft.html#sec-set.prototype.foreach


fixed in rev28 editor's draft


fixed in rev28