« Bugzilla Issues Index
#3271 — 6.2.4.4, 12.2.4.1.2, 24.3.1.1: More [[DefineOwnProperty]] -> CreateDataProperty places
- bug_id:
3271
- creation_ts:
2014-10-08 12:33:00 -0700
- short_desc:
6.2.4.4, 12.2.4.1.2, 24.3.1.1: More [[DefineOwnProperty]] -> CreateDataProperty places
- delta_ts:
2014-10-14 15:17:48 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 27: August 24, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
10297
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-10-08 12:33:32 -0700
Calls to [[DefineOwnProperty]] can be replaced with CreateDataProperty in the following sections.
12.2.4.1.2 Runtime Semantics: ArrayAccumulation
ElementList : Elisionopt AssignmentExpression
- step 5
ElementList : ElementList , Elisionopt AssignmentExpression
- step 7
If these two are changed, the note in 12.2.4.1.2 needs to be updated, too.
24.3.1.1 Runtime Semantics: Walk Abstract Operation
- step 3.a.iv.3.a
- step 3.b.ii.3.a
---
6.2.4.4 FromPropertyDescriptor ( Desc )
Calls to OrdinaryDefineOwnProperty can be replaced with CreateDataProperty.
- commentid:
10302
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-10-08 17:05:32 -0700
fixed in rev28 editor's draft
- commentid:
10409
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-10-14 15:17:48 -0700
fixed in rev28