archives

« Bugzilla Issues Index

#3538 — 22.1.3.1 Array.prototype.concat: Move bounds check before loop


22.1.3.1 Array.prototype.concat ( ...arguments )

Step 7.d.v.4.c: The bounds check needs to happen before the inner loop, because `n` is also updated for holes.


fixed in rev31 editor's draft


In Rev31