« Bugzilla Issues Index
#3264 — 12.14.5.2, 12.14.5.3, 12.14.5.4: Assign inferred function names?
- bug_id:
3264
- creation_ts:
2014-10-08 11:37:00 -0700
- short_desc:
12.14.5.2, 12.14.5.3, 12.14.5.4: Assign inferred function names?
- delta_ts:
2014-12-23 20:23:28 -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:
10287
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-10-08 11:37:27 -0700
12.14.5.2 Runtime Semantics: DestructuringAssignmentEvaluation
AssignmentProperty : IdentifierReference Initializer opt
12.14.5.3 Runtime Semantics: IteratorDestructuringAssignmentEvaluation
AssignmentElement[Yield] : DestructuringAssignmentTarget Initializer opt
12.14.5.4 Runtime Semantics: KeyedDestructuringAssignmentEvaluation
AssignmentElement [Yield] : DestructuringAssignmentTarget Initializer opt
Destructuring assignment doesn't currently call SetFunctionName, that means for example `({fn = function(){}} = {})` will not assign the name "fn" to the default function expression.
- commentid:
11031
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-12-12 15:57:42 -0800
fixed in rev30 editor's draft
- commentid:
11172
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-12-23 20:23:28 -0800
fixed in rev30