« Bugzilla Issues Index
#222 — Should the arguments object be in scope for parameter default value initializers?
- bug_id:
222
- creation_ts:
2011-11-07 13:52:00 -0800
- short_desc:
Should the arguments object be in scope for parameter default value initializers?
- delta_ts:
2014-04-06 11:30:49 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 4: November 7, 2011 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Allen Wirfs-Brock
- assigned_to:
Allen Wirfs-Brock
- flag:
{"_attributes"=>{"name"=>"TC39Review", "id"=>"8", "type_id"=>"1", "status"=>"?", "setter"=>"allen"}}
- commentid:
507
- comment_count:
0
- who:
Allen Wirfs-Brock
- bug_when:
2011-11-07 13:52:30 -0800
Is this valid:
function foo(a=arguments) {return a};
In the Nov 7, 2011 draft it is.
- commentid:
536
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2012-01-05 12:04:17 -0800
As of the revision 5 draft, it isn't
- commentid:
7481
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-03-27 09:17:11 -0700
it is now
fixed in rev23 editor's draft
- commentid:
7574
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2014-04-06 11:30:49 -0700
fixed in rev23 draft