Add async-iteration features flag

This commit is contained in:
Leo Balter 2017-03-27 11:52:09 -04:00
parent 8525cdb165
commit 6ad75adb0e
No known key found for this signature in database
GPG Key ID: 2C75F319D398E36B
12 changed files with 12 additions and 0 deletions

View File

@ -16,6 +16,7 @@ info: |
AsyncGeneratorMethod : AsyncGeneratorMethod :
async [no LineTerminator here] * PropertyName ( UniqueFormalParameters ) { AsyncGeneratorBody } async [no LineTerminator here] * PropertyName ( UniqueFormalParameters ) { AsyncGeneratorBody }
features: [async-iteration]
---*/ ---*/
var callCount = 0; var callCount = 0;

View File

@ -16,6 +16,7 @@ info: |
AsyncGeneratorMethod : AsyncGeneratorMethod :
async [no LineTerminator here] * PropertyName ( UniqueFormalParameters ) { AsyncGeneratorBody } async [no LineTerminator here] * PropertyName ( UniqueFormalParameters ) { AsyncGeneratorBody }
features: [async-iteration]
---*/ ---*/
var callCount = 0; var callCount = 0;

View File

@ -16,6 +16,7 @@ info: |
AsyncGeneratorMethod : AsyncGeneratorMethod :
async [no LineTerminator here] * PropertyName ( UniqueFormalParameters ) { AsyncGeneratorBody } async [no LineTerminator here] * PropertyName ( UniqueFormalParameters ) { AsyncGeneratorBody }
features: [async-iteration]
---*/ ---*/
var callCount = 0; var callCount = 0;

View File

@ -16,6 +16,7 @@ info: |
AsyncGeneratorMethod : AsyncGeneratorMethod :
async [no LineTerminator here] * PropertyName ( UniqueFormalParameters ) { AsyncGeneratorBody } async [no LineTerminator here] * PropertyName ( UniqueFormalParameters ) { AsyncGeneratorBody }
features: [async-iteration]
---*/ ---*/
var callCount = 0; var callCount = 0;

View File

@ -11,6 +11,7 @@ info: |
AsyncGeneratorDeclaration: AsyncGeneratorDeclaration:
async [no LineTerminator here] function * BindingIdentifier ( FormalParameters ) { async [no LineTerminator here] function * BindingIdentifier ( FormalParameters ) {
AsyncGeneratorBody } AsyncGeneratorBody }
features: [async-iteration]
---*/ ---*/
var callCount = 0; var callCount = 0;

View File

@ -11,6 +11,7 @@ info: |
AsyncGeneratorExpression : AsyncGeneratorExpression :
async [no LineTerminator here] function * BindingIdentifier ( FormalParameters ) { async [no LineTerminator here] function * BindingIdentifier ( FormalParameters ) {
AsyncGeneratorBody } AsyncGeneratorBody }
features: [async-iteration]
---*/ ---*/
var callCount = 0; var callCount = 0;

View File

@ -11,6 +11,7 @@ info: |
AsyncGeneratorExpression : AsyncGeneratorExpression :
async [no LineTerminator here] function * BindingIdentifier ( FormalParameters ) { async [no LineTerminator here] function * BindingIdentifier ( FormalParameters ) {
AsyncGeneratorBody } AsyncGeneratorBody }
features: [async-iteration]
---*/ ---*/
var callCount = 0; var callCount = 0;

View File

@ -9,6 +9,7 @@ info: |
AsyncGeneratorMethod : AsyncGeneratorMethod :
async [no LineTerminator here] * PropertyName ( UniqueFormalParameters ) { AsyncGeneratorBody } async [no LineTerminator here] * PropertyName ( UniqueFormalParameters ) { AsyncGeneratorBody }
features: [async-iteration]
---*/ ---*/
var callCount = 0; var callCount = 0;

View File

@ -11,6 +11,7 @@ info: |
AsyncGeneratorDeclaration: AsyncGeneratorDeclaration:
async [no LineTerminator here] function * BindingIdentifier ( FormalParameters ) { async [no LineTerminator here] function * BindingIdentifier ( FormalParameters ) {
AsyncGeneratorBody } AsyncGeneratorBody }
features: [async-iteration]
---*/ ---*/
var callCount = 0; var callCount = 0;

View File

@ -11,6 +11,7 @@ info: |
AsyncGeneratorExpression : AsyncGeneratorExpression :
async [no LineTerminator here] function * BindingIdentifier ( FormalParameters ) { async [no LineTerminator here] function * BindingIdentifier ( FormalParameters ) {
AsyncGeneratorBody } AsyncGeneratorBody }
features: [async-iteration]
---*/ ---*/
var callCount = 0; var callCount = 0;

View File

@ -11,6 +11,7 @@ info: |
AsyncGeneratorExpression : AsyncGeneratorExpression :
async [no LineTerminator here] function * BindingIdentifier ( FormalParameters ) { async [no LineTerminator here] function * BindingIdentifier ( FormalParameters ) {
AsyncGeneratorBody } AsyncGeneratorBody }
features: [async-iteration]
---*/ ---*/
var callCount = 0; var callCount = 0;

View File

@ -10,6 +10,7 @@ info: |
AsyncGeneratorMethod : AsyncGeneratorMethod :
async [no LineTerminator here] * PropertyName ( UniqueFormalParameters ) { AsyncGeneratorBody } async [no LineTerminator here] * PropertyName ( UniqueFormalParameters ) { AsyncGeneratorBody }
features: [async-iteration]
---*/ ---*/
var callCount = 0; var callCount = 0;