Regenerate tests

This commit is contained in:
Leo Balter 2017-09-07 15:09:14 -04:00 committed by Rick Waldron
parent c41faf1aca
commit 9376782c6e
26 changed files with 26 additions and 26 deletions

View File

@ -5,7 +5,7 @@
description: Spread operation follows [[OwnPropertyKeys]] order (Array initializer)
esid: sec-runtime-semantics-arrayaccumulation
es6id: 12.2.5.2
features: [object-spread]
features: [Symbol, object-spread]
flags: [generated]
includes: [compareArray.js]
info: |

View File

@ -5,7 +5,7 @@
description: Spread operation where source object contains Symbol properties (Array initializer)
esid: sec-runtime-semantics-arrayaccumulation
es6id: 12.2.5.2
features: [object-spread]
features: [Symbol, object-spread]
flags: [generated]
info: |
SpreadElement : ...AssignmentExpression

View File

@ -5,7 +5,7 @@
description: Object Spread properties being overriden (Array initializer)
esid: sec-runtime-semantics-arrayaccumulation
es6id: 12.2.5.2
features: [object-spread]
features: [Symbol, object-spread]
flags: [generated]
info: |
SpreadElement : ...AssignmentExpression

View File

@ -5,7 +5,7 @@
description: An ArrayAssignmentPattern without an AssignmentElementList requires iterable values and throws for Symbol values. (AssignmentExpression)
esid: sec-variable-statement-runtime-semantics-evaluation
es6id: 13.3.2.4
features: [destructuring-binding]
features: [Symbol, destructuring-binding]
flags: [generated]
info: |
VariableDeclaration : BindingPattern Initializer

View File

@ -5,7 +5,7 @@
description: RestBindingInitialization creates a new object if lhs is a Symbol (AssignmentExpression)
esid: sec-variable-statement-runtime-semantics-evaluation
es6id: 13.3.2.4
features: [object-rest, destructuring-binding]
features: [Symbol, object-rest, destructuring-binding]
flags: [generated]
info: |
VariableDeclaration : BindingPattern Initializer

View File

@ -4,7 +4,7 @@
/*---
description: Mixed use of object spread and yield as a valid identifier in a function body inside a generator body in non strict mode (Async generator named expression - valid for non-strict only cases)
esid: prod-AsyncGeneratorExpression
features: [object-spread, async-iteration]
features: [object-spread, Symbol, async-iteration]
flags: [generated, noStrict, async]
info: |
Async Generator Function Definitions

View File

@ -4,7 +4,7 @@
/*---
description: Mixed use of object spread and yield as a valid identifier in a function body inside a generator body in non strict mode (Async generator expression - valid for non-strict only cases)
esid: prod-AsyncGeneratorExpression
features: [object-spread, async-iteration]
features: [object-spread, Symbol, async-iteration]
flags: [generated, noStrict, async]
info: |
Async Generator Function Definitions

View File

@ -5,7 +5,7 @@
description: Spread operation follows [[OwnPropertyKeys]] order (CallExpression)
esid: sec-function-calls-runtime-semantics-evaluation
es6id: 12.3.4.1
features: [object-spread]
features: [Symbol, object-spread]
flags: [generated]
includes: [compareArray.js]
info: |

View File

@ -5,7 +5,7 @@
description: Spread operation where source object contains Symbol properties (CallExpression)
esid: sec-function-calls-runtime-semantics-evaluation
es6id: 12.3.4.1
features: [object-spread]
features: [Symbol, object-spread]
flags: [generated]
info: |
CallExpression : MemberExpression Arguments

View File

@ -5,7 +5,7 @@
description: Object Spread properties being overriden (CallExpression)
esid: sec-function-calls-runtime-semantics-evaluation
es6id: 12.3.4.1
features: [object-spread]
features: [Symbol, object-spread]
flags: [generated]
info: |
CallExpression : MemberExpression Arguments

View File

@ -4,7 +4,7 @@
/*---
description: Mixed use of object spread and yield as a valid identifier in a function body inside a generator body in non strict mode (Generator named expression - valid for non-strict only cases)
esid: prod-GeneratorExpression
features: [object-spread]
features: [Symbol, object-spread]
flags: [generated, noStrict]
info: |
14.4 Generator Function Definitions

View File

@ -4,7 +4,7 @@
/*---
description: Mixed use of object spread and yield as a valid identifier in a function body inside a generator body in non strict mode (Generator expression - valid for non-strict only cases)
esid: prod-GeneratorExpression
features: [object-spread]
features: [Symbol, object-spread]
flags: [generated, noStrict]
info: |
14.4 Generator Function Definitions

View File

@ -5,7 +5,7 @@
description: Spread operation follows [[OwnPropertyKeys]] order (`new` operator)
esid: sec-new-operator-runtime-semantics-evaluation
es6id: 12.3.3.1
features: [object-spread]
features: [Symbol, object-spread]
flags: [generated]
includes: [compareArray.js]
info: |

View File

@ -5,7 +5,7 @@
description: Spread operation where source object contains Symbol properties (`new` operator)
esid: sec-new-operator-runtime-semantics-evaluation
es6id: 12.3.3.1
features: [object-spread]
features: [Symbol, object-spread]
flags: [generated]
info: |
MemberExpression : new MemberExpression Arguments

View File

@ -5,7 +5,7 @@
description: Object Spread properties being overriden (`new` operator)
esid: sec-new-operator-runtime-semantics-evaluation
es6id: 12.3.3.1
features: [object-spread]
features: [Symbol, object-spread]
flags: [generated]
info: |
MemberExpression : new MemberExpression Arguments

View File

@ -4,7 +4,7 @@
/*---
description: Mixed use of object spread and yield as a valid identifier in a function body inside a generator body in non strict mode (Generator method - valid for non-strict only cases)
esid: prod-AsyncGeneratorMethod
features: [object-spread, async-iteration]
features: [object-spread, Symbol, async-iteration]
flags: [generated, noStrict, async]
info: |
Async Generator Function Definitions

View File

@ -4,7 +4,7 @@
/*---
description: Mixed use of object spread and yield as a valid identifier in a function body inside a generator body in non strict mode (Generator method - valid for non-strict only cases)
esid: prod-GeneratorMethod
features: [object-spread]
features: [Symbol, object-spread]
flags: [generated, noStrict]
info: |
14.4 Generator Function Definitions

View File

@ -5,7 +5,7 @@
description: Spread operation follows [[OwnPropertyKeys]] order (SuperCall)
esid: sec-super-keyword-runtime-semantics-evaluation
es6id: 12.3.5.1
features: [object-spread]
features: [Symbol, object-spread]
flags: [generated]
includes: [compareArray.js]
info: |

View File

@ -5,7 +5,7 @@
description: Spread operation where source object contains Symbol properties (SuperCall)
esid: sec-super-keyword-runtime-semantics-evaluation
es6id: 12.3.5.1
features: [object-spread]
features: [Symbol, object-spread]
flags: [generated]
info: |
SuperCall : super Arguments

View File

@ -5,7 +5,7 @@
description: Object Spread properties being overriden (SuperCall)
esid: sec-super-keyword-runtime-semantics-evaluation
es6id: 12.3.5.1
features: [object-spread]
features: [Symbol, object-spread]
flags: [generated]
info: |
SuperCall : super Arguments

View File

@ -4,7 +4,7 @@
/*---
description: Mixed use of object spread and yield as a valid identifier in a function body inside a generator body in non strict mode (Async generator function declaration - valid for non-strict only cases)
esid: prod-AsyncGeneratorDeclaration
features: [object-spread, async-iteration]
features: [object-spread, Symbol, async-iteration]
flags: [generated, noStrict, async]
info: |
Async Generator Function Definitions

View File

@ -4,7 +4,7 @@
/*---
description: RestBindingInitialization creates a new object if lhs is a Symbol (for-await-of statement in an async function declaration)
esid: sec-for-in-and-for-of-statements-runtime-semantics-labelledevaluation
features: [object-rest, destructuring-binding, async-iteration]
features: [object-rest, Symbol, destructuring-binding, async-iteration]
flags: [generated, async]
info: |
IterationStatement :

View File

@ -4,7 +4,7 @@
/*---
description: RestBindingInitialization creates a new object if lhs is a Symbol (for-await-of statement in an async generator declaration)
esid: sec-for-in-and-for-of-statements-runtime-semantics-labelledevaluation
features: [object-rest, destructuring-binding, async-iteration]
features: [object-rest, Symbol, destructuring-binding, async-iteration]
flags: [generated, async]
info: |
IterationStatement :

View File

@ -5,7 +5,7 @@
description: An ArrayAssignmentPattern without an AssignmentElementList requires iterable values and throws for Symbol values. (For..of statement)
esid: sec-for-in-and-for-of-statements-runtime-semantics-labelledevaluation
es6id: 13.7.5.11
features: [destructuring-binding]
features: [Symbol, destructuring-binding]
flags: [generated]
info: |
IterationStatement :

View File

@ -5,7 +5,7 @@
description: RestBindingInitialization creates a new object if lhs is a Symbol (For..of statement)
esid: sec-for-in-and-for-of-statements-runtime-semantics-labelledevaluation
es6id: 13.7.5.11
features: [object-rest, destructuring-binding]
features: [Symbol, object-rest, destructuring-binding]
flags: [generated]
info: |
IterationStatement :

View File

@ -4,7 +4,7 @@
/*---
description: Mixed use of object spread and yield as a valid identifier in a function body inside a generator body in non strict mode (Generator function declaration - valid for non-strict only cases)
esid: prod-GeneratorDeclaration
features: [object-spread]
features: [Symbol, object-spread]
flags: [generated, noStrict]
info: |
14.4 Generator Function Definitions