archives

« Bugzilla Issues Index

#2067 — Change from [[DefineOwnProperty]] to CreateOwnDataProperty() possibilities


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.


fixed in rev20 editor's draft


fixed in rev20 draft, Oct. 28, 2013