Re-generate tests

This commit is contained in:
Mike Pennisi 2016-04-26 13:48:22 -04:00
parent eb1c382aa5
commit 73a7e23061
24 changed files with 234 additions and 240 deletions

View File

@ -5,7 +5,7 @@
description: SingleNameBinding with normal value iteration (arrow function expression)
es6id: 14.2.16
flags: [generated]
info: >
info: |
ArrowFunction : ArrowParameters => ConciseBody
[...]

View File

@ -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
[...]

View File

@ -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
[...]

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -5,7 +5,7 @@
description: SingleNameBinding with normal value iteration (function expression)
es6id: 14.1.20
flags: [generated]
info: >
info: |
FunctionExpression : function ( FormalParameters ) { FunctionBody }
[...]

View File

@ -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 }
[...]

View File

@ -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).

View File

@ -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).

View File

@ -5,7 +5,7 @@
description: SingleNameBinding with normal value iteration (generator method)
es6id: 14.4.13
flags: [generated]
info: >
info: |
GeneratorMethod :
* PropertyName ( StrictFormalParameters ) { GeneratorBody }

View File

@ -5,7 +5,7 @@
description: SingleNameBinding with normal value iteration (method)
es6id: 14.3.8
flags: [generated]
info: >
info: |
MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody }
[...]

View File

@ -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().

View File

@ -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().

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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 }

View File

@ -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 }
[...]

View File

@ -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.

View File

@ -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.