test262/test/language/rest-parameters
André Bargull b62dccf1dc Add test cases for recent ES2016 fixes
- lastIndex in RegExp.prototype[Symbol.split]: tc39/ecma262@08b4756747
- Missing number conversion in DataView.prototype.setXXX: tc39/ecma262@4f875fe96d
- Negative zero byteoffset in TypedArray: tc39/ecma262@2d1ed20db7
- EvalDeclarationInstantiation throws TypeError: tc39/ecma262@2be6968715
- BindingRestElement allows BindingPattern: tc39/ecma262@d322357e6b
- Eval in parameters with computed property keys: tc39/ecma262@04e2e9b719
- Use strict with non-simple parameters: tc39/ecma262@15b0db41ed
- __proto__ in strict mode: tc39/ecma262@5c1984334d
2015-12-15 17:33:49 +01:00
..
array-pattern.js Add test cases for recent ES2016 fixes 2015-12-15 17:33:49 +01:00
arrow-function.js Fix malformed YAML front matter 2015-04-13 20:53:44 +02:00
expected-argument-count.js Import tests from Google V8 (Rest Parameters) 2015-03-31 16:56:24 -04:00
no-alias-arguments.js Import tests from Google V8 (Rest Parameters) 2015-03-31 16:56:24 -04:00
object-pattern.js Add test cases for recent ES2016 fixes 2015-12-15 17:33:49 +01:00
position-invalid.js Import tests from Google V8 (Rest Parameters) 2015-03-31 16:56:24 -04:00
rest-index.js Import tests from Google V8 (Rest Parameters) 2015-03-31 16:56:24 -04:00
rest-parameters-apply.js Import tests from Google V8 (Rest Parameters) 2015-03-31 16:56:24 -04:00
rest-parameters-call.js Import tests from Google V8 (Rest Parameters) 2015-03-31 16:56:24 -04:00
rest-parameters-produce-an-array.js Import tests from Google V8 (Rest Parameters) 2015-03-31 16:56:24 -04:00
with-new-target.js Import tests from Google V8 (Rest Parameters) 2015-03-31 16:56:24 -04:00