archives

« Bugzilla Issues Index

#2824 — 19.2.3.{2,3}: header parameter-list syntax


Since the spec allows rest-parameter-like syntax in the headers for standard built-in functions, you could presumably use it for these two:

19.2.3.2 Function.prototype.bind ( thisArg [ , arg1 [ , arg2, ...] ] )
19.2.3.3 Function.prototype.call ( thisArg [ , arg1 [ , arg2, ...] ] )


fixed in rev25 editor's draft


confirmed fixed.