« Bugzilla Issues Index
#2067 — Change from [[DefineOwnProperty]] to CreateOwnDataProperty() possibilities
- bug_id:
2067
- creation_ts:
2013-10-07 05:12:00 -0700
- short_desc:
Change from [[DefineOwnProperty]] to CreateOwnDataProperty() possibilities
- delta_ts:
2013-10-29 09:46:15 -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:
5854
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-10-07 05:12:16 -0700
A few times [[DefineOwnProperty]]() can safely be replaced with calls to CreateOwnDataProperty():
- 21.1.3.17 String.prototype.split(...), steps 14.a, 15.c, 17.c.ii.2, 19
- 21.2.5.2, RegExpExec Abstract Operation, steps 18, 19, 22, 23
- 21.2.5.10 RegExp.prototype.split(...), steps 15.d, 17.d.iii.2, 17.d.iii.8.b, 19
- 22.1.5.2.2 ArrayIterator.prototype.next(), steps 14.c, 14.d
Just an opportunity to remove some boilerplate which is needed when [[DefineOwnProperty]]() is used.
- commentid:
5882
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-10-09 17:34:42 -0700
fixed in rev20 editor's draft
- commentid:
6126
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-10-29 09:46:15 -0700
fixed in rev20 draft, Oct. 28, 2013