mirror of https://github.com/tc39/test262.git
Re-generate tests
This commit is contained in:
parent
eb1c382aa5
commit
73a7e23061
|
@ -5,7 +5,7 @@
|
|||
description: SingleNameBinding with normal value iteration (arrow function expression)
|
||||
es6id: 14.2.16
|
||||
flags: [generated]
|
||||
info: >
|
||||
info: |
|
||||
ArrowFunction : ArrowParameters => ConciseBody
|
||||
|
||||
[...]
|
||||
|
|
|
@ -5,9 +5,8 @@
|
|||
description: Spread operator applied to the only argument when evaluation throws (CallExpression)
|
||||
es6id: 12.3.4.1
|
||||
features: [generators]
|
||||
|
||||
flags: [generated]
|
||||
info: >
|
||||
info: |
|
||||
CallExpression : MemberExpression Arguments
|
||||
|
||||
[...]
|
||||
|
|
|
@ -5,9 +5,8 @@
|
|||
description: Spread operator applied to the only argument with a valid iterator (CallExpression)
|
||||
es6id: 12.3.4.1
|
||||
features: [Symbol.iterator]
|
||||
|
||||
flags: [generated]
|
||||
info: >
|
||||
info: |
|
||||
CallExpression : MemberExpression Arguments
|
||||
|
||||
[...]
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
description: SingleNameBinding with normal value iteration (class expression method)
|
||||
es6id: 14.5.16
|
||||
flags: [generated]
|
||||
info: >
|
||||
info: |
|
||||
ClassExpression : class BindingIdentifieropt ClassTail
|
||||
|
||||
1. If BindingIdentifieropt is not present, let className be undefined.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
description: SingleNameBinding with normal value iteration (static class expression generator method)
|
||||
es6id: 14.5.16
|
||||
flags: [generated]
|
||||
info: >
|
||||
info: |
|
||||
ClassExpression : class BindingIdentifieropt ClassTail
|
||||
|
||||
1. If BindingIdentifieropt is not present, let className be undefined.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
description: SingleNameBinding with normal value iteration (class expression method)
|
||||
es6id: 14.5.16
|
||||
flags: [generated]
|
||||
info: >
|
||||
info: |
|
||||
ClassExpression : class BindingIdentifieropt ClassTail
|
||||
|
||||
1. If BindingIdentifieropt is not present, let className be undefined.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
description: SingleNameBinding with normal value iteration (static class expression method)
|
||||
es6id: 14.5.16
|
||||
flags: [generated]
|
||||
info: >
|
||||
info: |
|
||||
ClassExpression : class BindingIdentifieropt ClassTail
|
||||
|
||||
1. If BindingIdentifieropt is not present, let className be undefined.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
description: SingleNameBinding with normal value iteration (function expression)
|
||||
es6id: 14.1.20
|
||||
flags: [generated]
|
||||
info: >
|
||||
info: |
|
||||
FunctionExpression : function ( FormalParameters ) { FunctionBody }
|
||||
|
||||
[...]
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
description: SingleNameBinding with normal value iteration (generator function expression)
|
||||
es6id: 14.4.14
|
||||
flags: [generated]
|
||||
info: >
|
||||
info: |
|
||||
GeneratorExpression : function * ( FormalParameters ) { GeneratorBody }
|
||||
|
||||
[...]
|
||||
|
|
|
@ -5,9 +5,8 @@
|
|||
description: Spread operator applied to the only argument when evaluation throws (`new` operator)
|
||||
es6id: 12.3.3.1
|
||||
features: [generators]
|
||||
|
||||
flags: [generated]
|
||||
info: >
|
||||
info: |
|
||||
MemberExpression : new MemberExpression Arguments
|
||||
|
||||
1. Return EvaluateNew(MemberExpression, Arguments).
|
||||
|
|
|
@ -5,9 +5,8 @@
|
|||
description: Spread operator applied to the only argument with a valid iterator (`new` operator)
|
||||
es6id: 12.3.3.1
|
||||
features: [Symbol.iterator]
|
||||
|
||||
flags: [generated]
|
||||
info: >
|
||||
info: |
|
||||
MemberExpression : new MemberExpression Arguments
|
||||
|
||||
1. Return EvaluateNew(MemberExpression, Arguments).
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
description: SingleNameBinding with normal value iteration (generator method)
|
||||
es6id: 14.4.13
|
||||
flags: [generated]
|
||||
info: >
|
||||
info: |
|
||||
GeneratorMethod :
|
||||
* PropertyName ( StrictFormalParameters ) { GeneratorBody }
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
description: SingleNameBinding with normal value iteration (method)
|
||||
es6id: 14.3.8
|
||||
flags: [generated]
|
||||
info: >
|
||||
info: |
|
||||
MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody }
|
||||
|
||||
[...]
|
||||
|
|
|
@ -5,9 +5,8 @@
|
|||
description: Spread operator applied to the only argument when evaluation throws (SuperCall)
|
||||
es6id: 12.3.5.1
|
||||
features: [generators]
|
||||
|
||||
flags: [generated]
|
||||
info: >
|
||||
info: |
|
||||
SuperCall : super Arguments
|
||||
|
||||
1. Let newTarget be GetNewTarget().
|
||||
|
|
|
@ -5,9 +5,8 @@
|
|||
description: Spread operator applied to the only argument with a valid iterator (SuperCall)
|
||||
es6id: 12.3.5.1
|
||||
features: [Symbol.iterator]
|
||||
|
||||
flags: [generated]
|
||||
info: >
|
||||
info: |
|
||||
SuperCall : super Arguments
|
||||
|
||||
1. Let newTarget be GetNewTarget().
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
description: SingleNameBinding with normal value iteration (class expression method)
|
||||
es6id: 14.5.16
|
||||
flags: [generated]
|
||||
info: >
|
||||
info: |
|
||||
ClassDeclaration : class BindingIdentifier ClassTail
|
||||
|
||||
1. Let className be StringValue of BindingIdentifier.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
description: SingleNameBinding with normal value iteration (static class expression generator method)
|
||||
es6id: 14.5.15
|
||||
flags: [generated]
|
||||
info: >
|
||||
info: |
|
||||
ClassDeclaration : class BindingIdentifier ClassTail
|
||||
|
||||
1. Let className be StringValue of BindingIdentifier.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
description: SingleNameBinding with normal value iteration (class expression method)
|
||||
es6id: 14.5.15
|
||||
flags: [generated]
|
||||
info: >
|
||||
info: |
|
||||
ClassDeclaration : class BindingIdentifier ClassTail
|
||||
|
||||
1. Let className be StringValue of BindingIdentifier.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
description: SingleNameBinding with normal value iteration (static class expression method)
|
||||
es6id: 14.5.15
|
||||
flags: [generated]
|
||||
info: >
|
||||
info: |
|
||||
ClassDeclaration : class BindingIdentifier ClassTail
|
||||
|
||||
1. Let className be StringValue of BindingIdentifier.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
description: SingleNameBinding with normal value iteration (`const` statement)
|
||||
es6id: 13.3.1.4
|
||||
flags: [generated]
|
||||
info: >
|
||||
info: |
|
||||
LexicalBinding : BindingPattern Initializer
|
||||
|
||||
1. Let rhs be the result of evaluating Initializer.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
description: SingleNameBinding with normal value iteration (function declaration)
|
||||
es6id: 14.1.19
|
||||
flags: [generated]
|
||||
info: >
|
||||
info: |
|
||||
FunctionDeclaration :
|
||||
function BindingIdentifier ( FormalParameters ) { FunctionBody }
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
description: SingleNameBinding with normal value iteration (generator function declaration)
|
||||
es6id: 14.4.12
|
||||
flags: [generated]
|
||||
info: >
|
||||
info: |
|
||||
GeneratorDeclaration : function * ( FormalParameters ) { GeneratorBody }
|
||||
|
||||
[...]
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
description: SingleNameBinding with normal value iteration (`let` statement)
|
||||
es6id: 13.3.1.4
|
||||
flags: [generated]
|
||||
info: >
|
||||
info: |
|
||||
LexicalBinding : BindingPattern Initializer
|
||||
|
||||
1. Let rhs be the result of evaluating Initializer.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
description: SingleNameBinding with normal value iteration (`var` statement)
|
||||
es6id: 13.3.2.4
|
||||
flags: [generated]
|
||||
info: >
|
||||
info: |
|
||||
VariableDeclaration : BindingPattern Initializer
|
||||
|
||||
1. Let rhs be the result of evaluating Initializer.
|
||||
|
|
Loading…
Reference in New Issue