archives

« Bugzilla Issues Index

#3539 — 22.1.3.17 Array.prototype.push: Move bounds check before loop


22.1.3.17 Array.prototype.push ( ...items )

Move the bounds check before the loop so it's consistent with unshift and splice.


fixed in rev31 editor's draft


In Rev31