mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 14:04:51 +02:00
Add async-iteration features flag
This commit is contained in:
parent
8525cdb165
commit
6ad75adb0e
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user