archives

« Bugzilla Issues Index

#3617 — 9.4.2.3 ArraySpeciesCreate: Don't need to handle `undefined`in step 1


9.4.2.3 ArraySpeciesCreate(originalArray, length) Abstract Operation

ArraySpeciesCreate is never called with `length == undefined`, so the assertion in step 1 does not need to handle this case.


fixed in rev32 editor's draft


fixed in rev32 draft