Rename src/params to src/function-forms

The templates are being used for many tests reusing the same available function forms.
The format they are provided allow us to extend tests with cases for other tests relying
in the same formats.
This commit is contained in:
Leo Balter 2017-04-20 11:04:52 -04:00
parent 94f6003d11
commit 20d496729d
No known key found for this signature in database
GPG Key ID: 2C75F319D398E36B
357 changed files with 552 additions and 552 deletions

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/params/dflt-abrupt.case
// - src/params/error/arrow-function.template
// - src/function-forms/dflt-abrupt.case
// - src/function-forms/error/arrow-function.template
/*---
description: Abrupt completion returned by evaluation of initializer (arrow function expression)
esid: sec-arrow-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/params/dflt-arg-val-not-undefined.case
// - src/params/default/arrow-function.template
// - src/function-forms/dflt-arg-val-not-undefined.case
// - src/function-forms/default/arrow-function.template
/*---
description: Use of intializer when argument value is not `undefined` (arrow function expression)
esid: sec-arrow-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/params/dflt-arg-val-undefined.case
// - src/params/default/arrow-function.template
// - src/function-forms/dflt-arg-val-undefined.case
// - src/function-forms/default/arrow-function.template
/*---
description: Use of intializer when argument value is `undefined` (arrow function expression)
esid: sec-arrow-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/params/dflt-duplicates.case
// - src/params/syntax/arrow-function.template
// - src/function-forms/dflt-duplicates.case
// - src/function-forms/syntax/arrow-function.template
/*---
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (arrow function expression)
esid: sec-arrow-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/params/dflt-ref-later.case
// - src/params/error/arrow-function.template
// - src/function-forms/dflt-ref-later.case
// - src/function-forms/error/arrow-function.template
/*---
description: Referencing a parameter that occurs later in the ParameterList (arrow function expression)
esid: sec-arrow-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/params/dflt-ref-prior.case
// - src/params/default/arrow-function.template
// - src/function-forms/dflt-ref-prior.case
// - src/function-forms/default/arrow-function.template
/*---
description: Referencing a parameter that occurs earlier in the ParameterList (arrow function expression)
esid: sec-arrow-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/params/dflt-ref-self.case
// - src/params/error/arrow-function.template
// - src/function-forms/dflt-ref-self.case
// - src/function-forms/error/arrow-function.template
/*---
description: Referencing a parameter from within its own initializer (arrow function expression)
esid: sec-arrow-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/params/dflt-rest.case
// - src/params/syntax/arrow-function.template
// - src/function-forms/dflt-rest.case
// - src/function-forms/syntax/arrow-function.template
/*---
description: RestParameter does not support an initializer (arrow function expression)
esid: sec-arrow-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/params/trailing-comma-dflt-param.case
// - src/params/default/arrow-function.template
// - src/function-forms/trailing-comma-dflt-param.case
// - src/function-forms/default/arrow-function.template
/*---
description: A trailing comma should not increase the respective length, using default parameters (arrow function expression)
esid: sec-arrow-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/params/trailing-comma-multiple-param.case
// - src/params/default/arrow-function.template
// - src/function-forms/trailing-comma-multiple-param.case
// - src/function-forms/default/arrow-function.template
/*---
description: A trailing comma should not increase the respective length, using multiple parameters (arrow function expression)
esid: sec-arrow-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/params/trailing-comma-rest-early-error.case
// - src/params/syntax/arrow-function.template
// - src/function-forms/trailing-comma-rest-early-error.case
// - src/function-forms/syntax/arrow-function.template
/*---
description: It's a syntax error if a FunctionRestParameter is followed by a trailing comma (arrow function expression)
esid: sec-arrow-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/params/trailing-comma-single-param.case
// - src/params/default/arrow-function.template
// - src/function-forms/trailing-comma-single-param.case
// - src/function-forms/default/arrow-function.template
/*---
description: A trailing comma should not increase the respective length, using a single parameter (arrow function expression)
esid: sec-arrow-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/params/dflt-abrupt.case
// - src/params/error/async-gen-func-expr.template
// - src/function-forms/dflt-abrupt.case
// - src/function-forms/error/async-gen-func-expr.template
/*---
description: Abrupt completion returned by evaluation of initializer (async generator function expression)
esid: sec-asyncgenerator-definitions-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/params/dflt-arg-val-not-undefined.case
// - src/params/default/async-gen-func-expr.template
// - src/function-forms/dflt-arg-val-not-undefined.case
// - src/function-forms/default/async-gen-func-expr.template
/*---
description: Use of intializer when argument value is not `undefined` (async generator function expression)
esid: sec-asyncgenerator-definitions-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/params/dflt-arg-val-undefined.case
// - src/params/default/async-gen-func-expr.template
// - src/function-forms/dflt-arg-val-undefined.case
// - src/function-forms/default/async-gen-func-expr.template
/*---
description: Use of intializer when argument value is `undefined` (async generator function expression)
esid: sec-asyncgenerator-definitions-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/params/dflt-duplicates.case
// - src/params/syntax/async-gen-func-expr.template
// - src/function-forms/dflt-duplicates.case
// - src/function-forms/syntax/async-gen-func-expr.template
/*---
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (async generator function expression)
esid: sec-asyncgenerator-definitions-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/params/dflt-ref-later.case
// - src/params/error/async-gen-func-expr.template
// - src/function-forms/dflt-ref-later.case
// - src/function-forms/error/async-gen-func-expr.template
/*---
description: Referencing a parameter that occurs later in the ParameterList (async generator function expression)
esid: sec-asyncgenerator-definitions-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/params/dflt-ref-prior.case
// - src/params/default/async-gen-func-expr.template
// - src/function-forms/dflt-ref-prior.case
// - src/function-forms/default/async-gen-func-expr.template
/*---
description: Referencing a parameter that occurs earlier in the ParameterList (async generator function expression)
esid: sec-asyncgenerator-definitions-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/params/dflt-ref-self.case
// - src/params/error/async-gen-func-expr.template
// - src/function-forms/dflt-ref-self.case
// - src/function-forms/error/async-gen-func-expr.template
/*---
description: Referencing a parameter from within its own initializer (async generator function expression)
esid: sec-asyncgenerator-definitions-evaluation

Some files were not shown because too many files have changed in this diff Show More