This commit is contained in:
Marja Hölttä 2020-04-28 10:35:46 +02:00 committed by Rick Waldron
parent affe579677
commit 4be59efd30
4 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ info: |
[...]
flags: [async]
features: [Symbol.iterator, computed-property-names]
features: [Symbol.iterator, computed-property-names, arrow-function]
---*/
let returnCount = 0;

View File

@ -19,7 +19,7 @@ info: |
[...]
flags: [async]
features: [Promise.allSettled, Symbol.iterator, computed-property-names]
features: [Promise.allSettled, Symbol.iterator, computed-property-names, arrow-function]
---*/
let returnCount = 0;

View File

@ -19,7 +19,7 @@ info: |
[...]
flags: [async]
features: [Promise.any, Symbol.iterator, computed-property-names]
features: [Promise.any, Symbol.iterator, computed-property-names, arrow-function]
---*/
let returnCount = 0;

View File

@ -22,7 +22,7 @@ info: |
[...]
flags: [async]
features: [Symbol.iterator, computed-property-names]
features: [Symbol.iterator, computed-property-names, arrow-function]
---*/
let returnCount = 0;