archives

« Bugzilla Issues Index

#84 — Some constructor spec. fails to mention required internal methods


The spec. for the array constructors (15.4.3.1, 15.4.2.2) sets all the internal properties of new array instances but don't mention that they have a special [[DefineOwnProperty]] internal method. Section 15.4.5 mentions it but as covered in bug 83 the constructors don't explicitly reference that section


Also similar problem with String 15.5.2.1


set IN_PROGRESS to indicated this should go into ES5.1 Errata.