archives

« Bugzilla Issues Index

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


+++ This bug was initially created as a clone of Bug #84 +++

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


arrays now uniformly created using ArrayCreate abstract operations.

Rev 12


corrected in rev 12, Nov. 22, 2012 draft