« Bugzilla Issues Index
#2065 — 22.1.3.*: Change [[DefineOwnProperty]] to DefinePropertyOrThrow
- bug_id:
2065
- creation_ts:
2013-10-07 04:38:00 -0700
- short_desc:
22.1.3.*: Change [[DefineOwnProperty]] to DefinePropertyOrThrow
- delta_ts:
2013-10-29 09:45:08 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 19: September 27, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
5852
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-10-07 04:38:57 -0700
[[DefineOwnProperty]]() should be changed to DefinePropertyOrThrow() in:
- 22.1.3.1 Array.prototype.concat(...), steps 9.d.v.4.b and 9.e.i
- 22.1.3.7 Array.prototype.filter(...), step 14.d.v.1
- 22.1.3.15 Array.prototype.map(...), step 13.d.v
- 22.1.3.25 Array.prototype.splice(...), step 17.d.iii
Silent failures in [[DefineOwnProperty]]() should not be ignored. Only affects array subclasses.
- commentid:
5893
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-10-10 14:07:26 -0700
good catch...
fixed in rev20 editor's draft
- commentid:
6047
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-10-29 09:45:08 -0700
fixed in rev20 draft, Oct. 28, 2013