« Bugzilla Issues Index
#2920 — Initialize function expression name
- bug_id:
2920
- creation_ts:
2014-05-29 15:05:00 -0700
- short_desc:
Initialize function expression name
- delta_ts:
2015-07-10 08:34:18 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 25: May 22, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
WORKSFORME
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Erik Arvidsson
- assigned_to:
Allen Wirfs-Brock
- cc:
erik.arvidsson
- commentid:
8673
- comment_count:
0
- who:
Erik Arvidsson
- bug_when:
2014-05-29 15:05:23 -0700
14.1.22 Runtime Semantics: Evaluation
FunctionExpression : function ( FormalParameters ) { FunctionBody }
Do we need set name to "" or are names initialized to "" by default?
- commentid:
9168
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-12 09:10:12 -0700
see 19.2.4.2: "Anonymous functions objects that do not have a contextual name associated with them by this specification do not have a name own property but inherit the name property of %FunctionPrototype%. "