« Bugzilla Issues Index
#2471 — 12.1.5.8 PropertyDefinitionEvaluation: Don't update [[HomeObject]] and [[MethodName]] if the anonymous function is a ClassExpression
- bug_id:
2471
- creation_ts:
2014-01-28 07:00:00 -0800
- short_desc:
12.1.5.8 PropertyDefinitionEvaluation: Don't update [[HomeObject]] and [[MethodName]] if the anonymous function is a ClassExpression
- delta_ts:
2014-04-06 11:29:25 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 22: January 20, 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:
7136
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-01-28 07:00:15 -0800
12.1.5.8 Runtime Semantics: PropertyDefinitionEvaluation
- PropertyDefinition : PropertyName : AssignmentExpression
Step 6d should not be executed if the anonymous function is a ClassExpression, otherwise code like `new ({c: class extends Object {}}).c` will no longer work.
- commentid:
7310
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-02-14 15:57:29 -0800
fixed in rev23 editor's draft.
- commentid:
7514
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-04-06 11:29:25 -0700
fixed in rev23 draft