| array-pattern.js |
---
esid: sec-destructuring-binding-patterns
description: >
The rest parameter can be a binding pattern.
info: |
Destructuring Binding Patterns - Syntax
BindingRestElement[Yield]:
...BindingPattern[?Yield]
--- |
1145 |
- |
| arrow-function.js |
---
es6id: 14.1
description: >
arrow functions
includes: [compareArray.js]
--- |
561 |
- |
| expected-argument-count.js |
---
es6id: 14.1.6
description: >
The ExpectedArgumentCount of a FormalParameterList is the number of
FormalParameters to the left of either the rest parameter or the first
FormalParameter with an Initializer.
--- |
547 |
- |
| no-alias-arguments.js |
---
es6id: 14.1
description: >
no alias arguments
includes: [compareArray.js]
--- |
397 |
- |
| object-pattern.js |
---
esid: sec-destructuring-binding-patterns
description: >
The rest parameter can be a binding pattern.
info: |
Destructuring Binding Patterns - Syntax
BindingRestElement[Yield]:
...BindingPattern[?Yield]
--- |
1073 |
- |
| position-invalid.js |
---
es6id: 14.1
description: >
Rest parameter cannot be followed by another named parameter
negative:
phase: parse
type: SyntaxError
--- |
332 |
- |
| rest-index.js |
---
es6id: 14.1
description: >
rest index
--- |
1260 |
- |
| rest-parameters-apply.js |
---
es6id: 14.1
description: >
Rest parameter and Function.prototype.apply
--- |
595 |
- |
| rest-parameters-call.js |
---
es6id: 14.1
description: >
Rest parameter and Function.prototype.call
--- |
485 |
- |
| rest-parameters-produce-an-array.js |
---
es6id: 14.1
description: >
Rest parameter produces an instance of Array
--- |
405 |
- |
| with-new-target.js |
---
es6id: 14.1
description: >
with new target
includes: [compareArray.js]
--- |
1180 |
- |