« Bugzilla Issues Index
#150 — Some constructor spec. fails to mention required internal methods
- bug_id:
150
- creation_ts:
2011-07-20 16:36:00 -0700
- short_desc:
Some constructor spec. fails to mention required internal methods
- delta_ts:
2012-11-23 09:45:54 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Initial draft July 12, 2011
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- dependson:
- everconfirmed:
true
- reporter:
Allen Wirfs-Brock
- assigned_to:
Allen Wirfs-Brock
- commentid:
347
- comment_count:
0
- who:
Allen Wirfs-Brock
- bug_when:
2011-07-20 16:36:35 -0700
+++ 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
- commentid:
2551
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2012-11-22 13:07:12 -0800
arrays now uniformly created using ArrayCreate abstract operations.
Rev 12
- commentid:
2696
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2012-11-23 09:45:54 -0800
corrected in rev 12, Nov. 22, 2012 draft