« Bugzilla Issues Index
#3719 — 9.4.2.1 [[DefineOwnProperty]], 9.4.2.4 ArraySetLength: OrdinaryGetOwnProperty or [[GetOwnProperty]] to retrieve "length"?
- bug_id:
3719
- creation_ts:
2015-01-31 08:32:00 -0800
- short_desc:
9.4.2.1 [[DefineOwnProperty]], 9.4.2.4 ArraySetLength: OrdinaryGetOwnProperty or [[GetOwnProperty]] to retrieve "length"?
- delta_ts:
2015-02-02 18:38:55 -0800
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 31: January 15, 2015 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:
11793
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-01-31 08:32:09 -0800
9.4.2.1 [[DefineOwnProperty]] ( P, Desc)
- step 3.a
9.4.2.4 ArraySetLength(A, Desc) Abstract Operation
- step 6
[[DefineOwnProperty]] uses OrdinaryGetOwnProperty whereas ArraySetLength uses [[GetOwnProperty]]. Change it to use the same method call in both places?
- commentid:
11799
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-31 13:18:48 -0800
fixed in rev32 editor's draft
changed 9.4.2.4/6
- commentid:
11973
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-02 18:38:55 -0800
fixed in rev32 draft