« Bugzilla Issues Index
#84 — Some constructor spec. fails to mention required internal methods
- bug_id:
84
- creation_ts:
2011-03-30 17:09:00 -0700
- short_desc:
Some constructor spec. fails to mention required internal methods
- delta_ts:
2015-10-02 13:37:00 -0700
- product:
ECMA-262, Editions 5 and 5.1
- component:
technical content
- version:
Edition 5.1
- rep_platform:
PC
- op_sys:
Mac OS
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- dependson:
83
- blocked:
150
- everconfirmed:
true
- reporter:
Allen Wirfs-Brock
- assigned_to:
Allen Wirfs-Brock
- cc:
brterlso
- commentid:
178
- comment_count:
0
- who:
Allen Wirfs-Brock
- bug_when:
2011-03-30 17:09:17 -0700
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:
179
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2011-03-30 17:19:05 -0700
Also similar problem with String 15.5.2.1
- commentid:
577
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2012-01-12 12:17:38 -0800
set IN_PROGRESS to indicated this should go into ES5.1 Errata.