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