archives

« Bugzilla Issues Index

#2072 — 22.1.3.6 Array.prototype.fill: step 6 unnecessary


After step 4

4. Let len be ToLength(lenVal).

we have `len >= 0`. Thus, step 6

6. Let len be max(len, 0).

does nothing.


fixed in rev20 editor's draft


fixed in rev20 draft, Oct. 28, 2013