Re-generate tests

This commit is contained in:
Leo Balter 2017-10-26 17:07:25 -04:00
parent 4e191e5b65
commit b8d1a29f2d
No known key found for this signature in database
GPG Key ID: 3151533059133F60
51 changed files with 74 additions and 30 deletions

View File

@ -4,6 +4,7 @@
/*--- /*---
description: A trailing comma should not increase the arguments.length, using multiple args (class declaration generator method) description: A trailing comma should not increase the arguments.length, using multiple args (class declaration generator method)
esid: sec-arguments-exotic-objects esid: sec-arguments-exotic-objects
features: [generators]
flags: [generated] flags: [generated]
info: | info: |
9.4.4 Arguments Exotic Objects 9.4.4 Arguments Exotic Objects
@ -12,6 +13,7 @@ info: |
characteristics of the function definition, its arguments object is either an ordinary object characteristics of the function definition, its arguments object is either an ordinary object
or an arguments exotic object. or an arguments exotic object.
Trailing comma in the arguments list Trailing comma in the arguments list
12.3 Left-Hand-Side Expressions 12.3 Left-Hand-Side Expressions

View File

@ -4,6 +4,7 @@
/*--- /*---
description: A trailing comma after null should not increase the arguments.length (class declaration generator method) description: A trailing comma after null should not increase the arguments.length (class declaration generator method)
esid: sec-arguments-exotic-objects esid: sec-arguments-exotic-objects
features: [generators]
flags: [generated] flags: [generated]
info: | info: |
9.4.4 Arguments Exotic Objects 9.4.4 Arguments Exotic Objects
@ -12,6 +13,7 @@ info: |
characteristics of the function definition, its arguments object is either an ordinary object characteristics of the function definition, its arguments object is either an ordinary object
or an arguments exotic object. or an arguments exotic object.
Trailing comma in the arguments list Trailing comma in the arguments list
12.3 Left-Hand-Side Expressions 12.3 Left-Hand-Side Expressions

View File

@ -4,6 +4,7 @@
/*--- /*---
description: A trailing comma should not increase the arguments.length, using a single arg (class declaration generator method) description: A trailing comma should not increase the arguments.length, using a single arg (class declaration generator method)
esid: sec-arguments-exotic-objects esid: sec-arguments-exotic-objects
features: [generators]
flags: [generated] flags: [generated]
info: | info: |
9.4.4 Arguments Exotic Objects 9.4.4 Arguments Exotic Objects
@ -12,6 +13,7 @@ info: |
characteristics of the function definition, its arguments object is either an ordinary object characteristics of the function definition, its arguments object is either an ordinary object
or an arguments exotic object. or an arguments exotic object.
Trailing comma in the arguments list Trailing comma in the arguments list
12.3 Left-Hand-Side Expressions 12.3 Left-Hand-Side Expressions

View File

@ -4,6 +4,7 @@
/*--- /*---
description: A trailing comma after undefined should not increase the arguments.length (class declaration generator method) description: A trailing comma after undefined should not increase the arguments.length (class declaration generator method)
esid: sec-arguments-exotic-objects esid: sec-arguments-exotic-objects
features: [generators]
flags: [generated] flags: [generated]
info: | info: |
9.4.4 Arguments Exotic Objects 9.4.4 Arguments Exotic Objects
@ -12,6 +13,7 @@ info: |
characteristics of the function definition, its arguments object is either an ordinary object characteristics of the function definition, its arguments object is either an ordinary object
or an arguments exotic object. or an arguments exotic object.
Trailing comma in the arguments list Trailing comma in the arguments list
12.3 Left-Hand-Side Expressions 12.3 Left-Hand-Side Expressions

View File

@ -4,6 +4,7 @@
/*--- /*---
description: A trailing comma should not increase the arguments.length, using multiple args (class declaration generator method) description: A trailing comma should not increase the arguments.length, using multiple args (class declaration generator method)
esid: sec-arguments-exotic-objects esid: sec-arguments-exotic-objects
features: [generators]
flags: [generated] flags: [generated]
info: | info: |
9.4.4 Arguments Exotic Objects 9.4.4 Arguments Exotic Objects
@ -12,6 +13,7 @@ info: |
characteristics of the function definition, its arguments object is either an ordinary object characteristics of the function definition, its arguments object is either an ordinary object
or an arguments exotic object. or an arguments exotic object.
Trailing comma in the arguments list Trailing comma in the arguments list
12.3 Left-Hand-Side Expressions 12.3 Left-Hand-Side Expressions

View File

@ -4,6 +4,7 @@
/*--- /*---
description: A trailing comma after null should not increase the arguments.length (class declaration generator method) description: A trailing comma after null should not increase the arguments.length (class declaration generator method)
esid: sec-arguments-exotic-objects esid: sec-arguments-exotic-objects
features: [generators]
flags: [generated] flags: [generated]
info: | info: |
9.4.4 Arguments Exotic Objects 9.4.4 Arguments Exotic Objects
@ -12,6 +13,7 @@ info: |
characteristics of the function definition, its arguments object is either an ordinary object characteristics of the function definition, its arguments object is either an ordinary object
or an arguments exotic object. or an arguments exotic object.
Trailing comma in the arguments list Trailing comma in the arguments list
12.3 Left-Hand-Side Expressions 12.3 Left-Hand-Side Expressions

View File

@ -4,6 +4,7 @@
/*--- /*---
description: A trailing comma should not increase the arguments.length, using a single arg (class declaration generator method) description: A trailing comma should not increase the arguments.length, using a single arg (class declaration generator method)
esid: sec-arguments-exotic-objects esid: sec-arguments-exotic-objects
features: [generators]
flags: [generated] flags: [generated]
info: | info: |
9.4.4 Arguments Exotic Objects 9.4.4 Arguments Exotic Objects
@ -12,6 +13,7 @@ info: |
characteristics of the function definition, its arguments object is either an ordinary object characteristics of the function definition, its arguments object is either an ordinary object
or an arguments exotic object. or an arguments exotic object.
Trailing comma in the arguments list Trailing comma in the arguments list
12.3 Left-Hand-Side Expressions 12.3 Left-Hand-Side Expressions

View File

@ -4,6 +4,7 @@
/*--- /*---
description: A trailing comma after undefined should not increase the arguments.length (class declaration generator method) description: A trailing comma after undefined should not increase the arguments.length (class declaration generator method)
esid: sec-arguments-exotic-objects esid: sec-arguments-exotic-objects
features: [generators]
flags: [generated] flags: [generated]
info: | info: |
9.4.4 Arguments Exotic Objects 9.4.4 Arguments Exotic Objects
@ -12,6 +13,7 @@ info: |
characteristics of the function definition, its arguments object is either an ordinary object characteristics of the function definition, its arguments object is either an ordinary object
or an arguments exotic object. or an arguments exotic object.
Trailing comma in the arguments list Trailing comma in the arguments list
12.3 Left-Hand-Side Expressions 12.3 Left-Hand-Side Expressions

View File

@ -4,6 +4,7 @@
/*--- /*---
description: A trailing comma should not increase the arguments.length, using multiple args (class expression generator method) description: A trailing comma should not increase the arguments.length, using multiple args (class expression generator method)
esid: sec-arguments-exotic-objects esid: sec-arguments-exotic-objects
features: [generators]
flags: [generated] flags: [generated]
info: | info: |
9.4.4 Arguments Exotic Objects 9.4.4 Arguments Exotic Objects
@ -12,6 +13,7 @@ info: |
characteristics of the function definition, its arguments object is either an ordinary object characteristics of the function definition, its arguments object is either an ordinary object
or an arguments exotic object. or an arguments exotic object.
Trailing comma in the arguments list Trailing comma in the arguments list
12.3 Left-Hand-Side Expressions 12.3 Left-Hand-Side Expressions

View File

@ -4,6 +4,7 @@
/*--- /*---
description: A trailing comma after null should not increase the arguments.length (class expression generator method) description: A trailing comma after null should not increase the arguments.length (class expression generator method)
esid: sec-arguments-exotic-objects esid: sec-arguments-exotic-objects
features: [generators]
flags: [generated] flags: [generated]
info: | info: |
9.4.4 Arguments Exotic Objects 9.4.4 Arguments Exotic Objects
@ -12,6 +13,7 @@ info: |
characteristics of the function definition, its arguments object is either an ordinary object characteristics of the function definition, its arguments object is either an ordinary object
or an arguments exotic object. or an arguments exotic object.
Trailing comma in the arguments list Trailing comma in the arguments list
12.3 Left-Hand-Side Expressions 12.3 Left-Hand-Side Expressions

View File

@ -4,6 +4,7 @@
/*--- /*---
description: A trailing comma should not increase the arguments.length, using a single arg (class expression generator method) description: A trailing comma should not increase the arguments.length, using a single arg (class expression generator method)
esid: sec-arguments-exotic-objects esid: sec-arguments-exotic-objects
features: [generators]
flags: [generated] flags: [generated]
info: | info: |
9.4.4 Arguments Exotic Objects 9.4.4 Arguments Exotic Objects
@ -12,6 +13,7 @@ info: |
characteristics of the function definition, its arguments object is either an ordinary object characteristics of the function definition, its arguments object is either an ordinary object
or an arguments exotic object. or an arguments exotic object.
Trailing comma in the arguments list Trailing comma in the arguments list
12.3 Left-Hand-Side Expressions 12.3 Left-Hand-Side Expressions

View File

@ -4,6 +4,7 @@
/*--- /*---
description: A trailing comma after undefined should not increase the arguments.length (class expression generator method) description: A trailing comma after undefined should not increase the arguments.length (class expression generator method)
esid: sec-arguments-exotic-objects esid: sec-arguments-exotic-objects
features: [generators]
flags: [generated] flags: [generated]
info: | info: |
9.4.4 Arguments Exotic Objects 9.4.4 Arguments Exotic Objects
@ -12,6 +13,7 @@ info: |
characteristics of the function definition, its arguments object is either an ordinary object characteristics of the function definition, its arguments object is either an ordinary object
or an arguments exotic object. or an arguments exotic object.
Trailing comma in the arguments list Trailing comma in the arguments list
12.3 Left-Hand-Side Expressions 12.3 Left-Hand-Side Expressions

View File

@ -4,6 +4,7 @@
/*--- /*---
description: A trailing comma should not increase the arguments.length, using multiple args (static class expression generator method) description: A trailing comma should not increase the arguments.length, using multiple args (static class expression generator method)
esid: sec-arguments-exotic-objects esid: sec-arguments-exotic-objects
features: [generators]
flags: [generated] flags: [generated]
info: | info: |
9.4.4 Arguments Exotic Objects 9.4.4 Arguments Exotic Objects
@ -12,6 +13,7 @@ info: |
characteristics of the function definition, its arguments object is either an ordinary object characteristics of the function definition, its arguments object is either an ordinary object
or an arguments exotic object. or an arguments exotic object.
Trailing comma in the arguments list Trailing comma in the arguments list
12.3 Left-Hand-Side Expressions 12.3 Left-Hand-Side Expressions

View File

@ -4,6 +4,7 @@
/*--- /*---
description: A trailing comma after null should not increase the arguments.length (static class expression generator method) description: A trailing comma after null should not increase the arguments.length (static class expression generator method)
esid: sec-arguments-exotic-objects esid: sec-arguments-exotic-objects
features: [generators]
flags: [generated] flags: [generated]
info: | info: |
9.4.4 Arguments Exotic Objects 9.4.4 Arguments Exotic Objects
@ -12,6 +13,7 @@ info: |
characteristics of the function definition, its arguments object is either an ordinary object characteristics of the function definition, its arguments object is either an ordinary object
or an arguments exotic object. or an arguments exotic object.
Trailing comma in the arguments list Trailing comma in the arguments list
12.3 Left-Hand-Side Expressions 12.3 Left-Hand-Side Expressions

View File

@ -4,6 +4,7 @@
/*--- /*---
description: A trailing comma should not increase the arguments.length, using a single arg (static class expression generator method) description: A trailing comma should not increase the arguments.length, using a single arg (static class expression generator method)
esid: sec-arguments-exotic-objects esid: sec-arguments-exotic-objects
features: [generators]
flags: [generated] flags: [generated]
info: | info: |
9.4.4 Arguments Exotic Objects 9.4.4 Arguments Exotic Objects
@ -12,6 +13,7 @@ info: |
characteristics of the function definition, its arguments object is either an ordinary object characteristics of the function definition, its arguments object is either an ordinary object
or an arguments exotic object. or an arguments exotic object.
Trailing comma in the arguments list Trailing comma in the arguments list
12.3 Left-Hand-Side Expressions 12.3 Left-Hand-Side Expressions

View File

@ -4,6 +4,7 @@
/*--- /*---
description: A trailing comma after undefined should not increase the arguments.length (static class expression generator method) description: A trailing comma after undefined should not increase the arguments.length (static class expression generator method)
esid: sec-arguments-exotic-objects esid: sec-arguments-exotic-objects
features: [generators]
flags: [generated] flags: [generated]
info: | info: |
9.4.4 Arguments Exotic Objects 9.4.4 Arguments Exotic Objects
@ -12,6 +13,7 @@ info: |
characteristics of the function definition, its arguments object is either an ordinary object characteristics of the function definition, its arguments object is either an ordinary object
or an arguments exotic object. or an arguments exotic object.
Trailing comma in the arguments list Trailing comma in the arguments list
12.3 Left-Hand-Side Expressions 12.3 Left-Hand-Side Expressions

View File

@ -4,6 +4,7 @@
/*--- /*---
description: A trailing comma should not increase the arguments.length, using multiple args (generator method) description: A trailing comma should not increase the arguments.length, using multiple args (generator method)
esid: sec-arguments-exotic-objects esid: sec-arguments-exotic-objects
features: [generators]
flags: [generated] flags: [generated]
info: | info: |
9.4.4 Arguments Exotic Objects 9.4.4 Arguments Exotic Objects
@ -12,6 +13,7 @@ info: |
characteristics of the function definition, its arguments object is either an ordinary object characteristics of the function definition, its arguments object is either an ordinary object
or an arguments exotic object. or an arguments exotic object.
Trailing comma in the arguments list Trailing comma in the arguments list
12.3 Left-Hand-Side Expressions 12.3 Left-Hand-Side Expressions

View File

@ -4,6 +4,7 @@
/*--- /*---
description: A trailing comma after null should not increase the arguments.length (generator method) description: A trailing comma after null should not increase the arguments.length (generator method)
esid: sec-arguments-exotic-objects esid: sec-arguments-exotic-objects
features: [generators]
flags: [generated] flags: [generated]
info: | info: |
9.4.4 Arguments Exotic Objects 9.4.4 Arguments Exotic Objects
@ -12,6 +13,7 @@ info: |
characteristics of the function definition, its arguments object is either an ordinary object characteristics of the function definition, its arguments object is either an ordinary object
or an arguments exotic object. or an arguments exotic object.
Trailing comma in the arguments list Trailing comma in the arguments list
12.3 Left-Hand-Side Expressions 12.3 Left-Hand-Side Expressions

View File

@ -4,6 +4,7 @@
/*--- /*---
description: A trailing comma should not increase the arguments.length, using a single arg (generator method) description: A trailing comma should not increase the arguments.length, using a single arg (generator method)
esid: sec-arguments-exotic-objects esid: sec-arguments-exotic-objects
features: [generators]
flags: [generated] flags: [generated]
info: | info: |
9.4.4 Arguments Exotic Objects 9.4.4 Arguments Exotic Objects
@ -12,6 +13,7 @@ info: |
characteristics of the function definition, its arguments object is either an ordinary object characteristics of the function definition, its arguments object is either an ordinary object
or an arguments exotic object. or an arguments exotic object.
Trailing comma in the arguments list Trailing comma in the arguments list
12.3 Left-Hand-Side Expressions 12.3 Left-Hand-Side Expressions

View File

@ -4,6 +4,7 @@
/*--- /*---
description: A trailing comma after undefined should not increase the arguments.length (generator method) description: A trailing comma after undefined should not increase the arguments.length (generator method)
esid: sec-arguments-exotic-objects esid: sec-arguments-exotic-objects
features: [generators]
flags: [generated] flags: [generated]
info: | info: |
9.4.4 Arguments Exotic Objects 9.4.4 Arguments Exotic Objects
@ -12,6 +13,7 @@ info: |
characteristics of the function definition, its arguments object is either an ordinary object characteristics of the function definition, its arguments object is either an ordinary object
or an arguments exotic object. or an arguments exotic object.
Trailing comma in the arguments list Trailing comma in the arguments list
12.3 Left-Hand-Side Expressions 12.3 Left-Hand-Side Expressions

View File

@ -4,7 +4,7 @@
/*--- /*---
description: Computed property names (field definitions after a generator in the same line) description: Computed property names (field definitions after a generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [computed-property-names, class-fields] features: [computed-property-names, generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: Computed property symbol names (field definitions after a generator in the same line) description: Computed property symbol names (field definitions after a generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [Symbol, computed-property-names, class-fields] features: [Symbol, computed-property-names, generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: Literal property names (field definitions after a generator in the same line) description: Literal property names (field definitions after a generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [class-fields] features: [generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: Static Computed property names (field definitions after a generator in the same line) description: Static Computed property names (field definitions after a generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [computed-property-names, class-fields] features: [computed-property-names, generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: Static computed property symbol names (field definitions after a generator in the same line) description: Static computed property symbol names (field definitions after a generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [Symbol, computed-property-names, class-fields] features: [Symbol, computed-property-names, generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: Static literal property names (field definitions after a generator in the same line) description: Static literal property names (field definitions after a generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [class-fields] features: [generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: String literal names (field definitions after a generator in the same line) description: String literal names (field definitions after a generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [class-fields] features: [generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: Computed property names (field definitions after a static generator in the same line) description: Computed property names (field definitions after a static generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [computed-property-names, class-fields] features: [computed-property-names, generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: Computed property symbol names (field definitions after a static generator in the same line) description: Computed property symbol names (field definitions after a static generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [Symbol, computed-property-names, class-fields] features: [Symbol, computed-property-names, generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: Literal property names (field definitions after a static generator in the same line) description: Literal property names (field definitions after a static generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [class-fields] features: [generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: Static Computed property names (field definitions after a static generator in the same line) description: Static Computed property names (field definitions after a static generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [computed-property-names, class-fields] features: [computed-property-names, generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: Static computed property symbol names (field definitions after a static generator in the same line) description: Static computed property symbol names (field definitions after a static generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [Symbol, computed-property-names, class-fields] features: [Symbol, computed-property-names, generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: Static literal property names (field definitions after a static generator in the same line) description: Static literal property names (field definitions after a static generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [class-fields] features: [generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: String literal names (field definitions after a static generator in the same line) description: String literal names (field definitions after a static generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [class-fields] features: [generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (async method) description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (async method)
esid: sec-async-function-definitions esid: sec-async-function-definitions
features: [default-parameters] features: [default-parameters, async-iteration]
flags: [generated] flags: [generated]
negative: negative:
phase: early phase: early
@ -15,6 +15,7 @@ info: |
AsyncMethod : AsyncMethod :
async PropertyName ( UniqueFormalParameters ) { AsyncFunctionBody } async PropertyName ( UniqueFormalParameters ) { AsyncFunctionBody }
14.1.2 Static Semantics: Early Errors 14.1.2 Static Semantics: Early Errors
StrictFormalParameters : FormalParameters StrictFormalParameters : FormalParameters

View File

@ -4,7 +4,7 @@
/*--- /*---
description: RestParameter does not support an initializer (async method) description: RestParameter does not support an initializer (async method)
esid: sec-async-function-definitions esid: sec-async-function-definitions
features: [default-parameters] features: [default-parameters, async-iteration]
flags: [generated] flags: [generated]
negative: negative:
phase: early phase: early
@ -15,6 +15,7 @@ info: |
AsyncMethod : AsyncMethod :
async PropertyName ( UniqueFormalParameters ) { AsyncFunctionBody } async PropertyName ( UniqueFormalParameters ) { AsyncFunctionBody }
14.1 Function Definitions 14.1 Function Definitions
Syntax Syntax

View File

@ -4,6 +4,7 @@
/*--- /*---
description: It's a syntax error if a FunctionRestParameter is followed by a trailing comma (async method) description: It's a syntax error if a FunctionRestParameter is followed by a trailing comma (async method)
esid: sec-async-function-definitions esid: sec-async-function-definitions
features: [async-iteration]
flags: [generated] flags: [generated]
negative: negative:
phase: early phase: early
@ -14,6 +15,7 @@ info: |
AsyncMethod : AsyncMethod :
async PropertyName ( UniqueFormalParameters ) { AsyncFunctionBody } async PropertyName ( UniqueFormalParameters ) { AsyncFunctionBody }
Trailing comma in the parameters list Trailing comma in the parameters list
14.1 Function Definitions 14.1 Function Definitions

View File

@ -4,7 +4,7 @@
/*--- /*---
description: Computed property names (field definitions after a generator in the same line) description: Computed property names (field definitions after a generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [computed-property-names, class-fields] features: [computed-property-names, generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: Computed property symbol names (field definitions after a generator in the same line) description: Computed property symbol names (field definitions after a generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [Symbol, computed-property-names, class-fields] features: [Symbol, computed-property-names, generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: Literal property names (field definitions after a generator in the same line) description: Literal property names (field definitions after a generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [class-fields] features: [generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: Static Computed property names (field definitions after a generator in the same line) description: Static Computed property names (field definitions after a generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [computed-property-names, class-fields] features: [computed-property-names, generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: Static computed property symbol names (field definitions after a generator in the same line) description: Static computed property symbol names (field definitions after a generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [Symbol, computed-property-names, class-fields] features: [Symbol, computed-property-names, generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: Static literal property names (field definitions after a generator in the same line) description: Static literal property names (field definitions after a generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [class-fields] features: [generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: String literal names (field definitions after a generator in the same line) description: String literal names (field definitions after a generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [class-fields] features: [generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: Computed property names (field definitions after a static generator in the same line) description: Computed property names (field definitions after a static generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [computed-property-names, class-fields] features: [computed-property-names, generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: Computed property symbol names (field definitions after a static generator in the same line) description: Computed property symbol names (field definitions after a static generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [Symbol, computed-property-names, class-fields] features: [Symbol, computed-property-names, generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: Literal property names (field definitions after a static generator in the same line) description: Literal property names (field definitions after a static generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [class-fields] features: [generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: Static Computed property names (field definitions after a static generator in the same line) description: Static Computed property names (field definitions after a static generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [computed-property-names, class-fields] features: [computed-property-names, generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: Static computed property symbol names (field definitions after a static generator in the same line) description: Static computed property symbol names (field definitions after a static generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [Symbol, computed-property-names, class-fields] features: [Symbol, computed-property-names, generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: Static literal property names (field definitions after a static generator in the same line) description: Static literal property names (field definitions after a static generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [class-fields] features: [generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |

View File

@ -4,7 +4,7 @@
/*--- /*---
description: String literal names (field definitions after a static generator in the same line) description: String literal names (field definitions after a static generator in the same line)
esid: prod-FieldDefinition esid: prod-FieldDefinition
features: [class-fields] features: [generators, class-fields]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |