archives

« Bugzilla Issues Index

#2823 — [, ...foo] in headers for standard built-in functions


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.


fixed in rev25 editor's draft


confirmed fixed.