« Bugzilla Issues Index
#3241 — 12.2.4.1.2, 12.14.5.3, 13.2.3.6, 21.2.5.5: CreateDataPropertyOrThrow can be replaced with CreateDataProperty
- bug_id:
3241
- creation_ts:
2014-09-19 08:51:00 -0700
- short_desc:
12.2.4.1.2, 12.14.5.3, 13.2.3.6, 21.2.5.5: CreateDataPropertyOrThrow can be replaced with CreateDataProperty
- delta_ts:
2014-10-14 15:17:41 -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:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
10208
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-09-19 08:51:02 -0700
12.2.4.1.2 Runtime Semantics: ArrayAccumulation
SpreadElement : ... AssignmentExpression
Step 5.h
12.14.5.3 Runtime Semantics: IteratorDestructuringAssignmentEvaluation
AssignmentRestElement[Yield] : ... DestructuringAssignmentTarget
Step 4.f
13.2.3.6 Runtime Semantics: IteratorBindingInitialization
BindingRestElement : ... BindingIdentifier
Step 3.f
21.2.5.5 RegExp.prototype.match ( string )
Step 8.f.iv.6
CreateDataPropertyOrThrow + ReturnIfAbrupt should be replaced with CreateDataProperty + Assertion, cf. 7.3.13, 21.1.3.17, 21.2.5.2.2, 21.2.5.10, 22.1.5.2.1, 23.1.5.2.1, 23.2.5.2.1, 26.2.5.2.1 for similar places where CreateDataProperty + Assertion is already used today.
- commentid:
10281
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-10-08 09:46:46 -0700
fixed in rev28 editor's draft
- commentid:
10366
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-10-14 15:17:41 -0700
fixed in rev28