« Bugzilla Issues Index
#3267 — 12.2.5.9 PropertyDefinitionEvaluation: DefinePropertyOrThrow can be replaced with CreateDataPropertyOrThrow
- bug_id:
3267
- creation_ts:
2014-10-08 11:43:00 -0700
- short_desc:
12.2.5.9 PropertyDefinitionEvaluation: DefinePropertyOrThrow can be replaced with CreateDataPropertyOrThrow
- delta_ts:
2014-12-12 15:17:27 -0800
- 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:
10291
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-10-08 11:43:44 -0700
12.2.5.9 Runtime Semantics: PropertyDefinitionEvaluation
steps 6-7 in PropertyDefinition : IdentifierReference
steps 7-8 in PropertyDefinition : PropertyName : AssignmentExpression
can be replaced with a single call to CreateDataPropertyOrThrow.
- commentid:
10296
- comment_count:
1
- who:
André Bargull
- bug_when:
2014-10-08 12:24:22 -0700
And in B.3.1 __proto__ Property Names in Object Initializers.
- commentid:
11030
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-12-12 15:17:27 -0800
fixed in rev29