« Bugzilla Issues Index
#2823 — [, ...foo] in headers for standard built-in functions
- bug_id:
2823
- creation_ts:
2014-05-04 14:14:00 -0700
- short_desc:
[, ...foo] in headers for standard built-in functions
- delta_ts:
2014-05-31 22:56:26 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 24: April 27, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
minor
- everconfirmed:
true
- reporter:
Michael Dyck
- assigned_to:
Allen Wirfs-Brock
- commentid:
8144
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2014-05-04 14:14:07 -0700
In these headers:
20.2.2.18 Math.hypot ( value1 , value2 [ , ...values ] )
20.2.2.24 Math.max ( value1, value2 [ , ...values ] )
20.2.2.25 Math.min ( value1, value2 [ , ...values ] )
21.1.2.4 String.raw ( callSite [ , ...substitutions ] )
22.1.3.25 Array.prototype.splice (start, deleteCount [ , ...items ] )
the square brackets seem redundant, given that the three dots presumably imply zero or more corresponding arguments.
- commentid:
8206
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-05-07 11:53:13 -0700
fixed in rev25 editor's draft
- commentid:
8723
- comment_count:
2
- who:
Michael Dyck
- bug_when:
2014-05-31 22:56:26 -0700
confirmed fixed.