mirror of
https://github.com/tc39/test262.git
synced 2025-05-06 07:50:28 +02:00
fix
This commit is contained in:
parent
affe579677
commit
4be59efd30
@ -22,7 +22,7 @@ info: |
|
|||||||
[...]
|
[...]
|
||||||
|
|
||||||
flags: [async]
|
flags: [async]
|
||||||
features: [Symbol.iterator, computed-property-names]
|
features: [Symbol.iterator, computed-property-names, arrow-function]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
let returnCount = 0;
|
let returnCount = 0;
|
||||||
|
@ -19,7 +19,7 @@ info: |
|
|||||||
[...]
|
[...]
|
||||||
|
|
||||||
flags: [async]
|
flags: [async]
|
||||||
features: [Promise.allSettled, Symbol.iterator, computed-property-names]
|
features: [Promise.allSettled, Symbol.iterator, computed-property-names, arrow-function]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
let returnCount = 0;
|
let returnCount = 0;
|
||||||
|
@ -19,7 +19,7 @@ info: |
|
|||||||
[...]
|
[...]
|
||||||
|
|
||||||
flags: [async]
|
flags: [async]
|
||||||
features: [Promise.any, Symbol.iterator, computed-property-names]
|
features: [Promise.any, Symbol.iterator, computed-property-names, arrow-function]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
let returnCount = 0;
|
let returnCount = 0;
|
||||||
|
@ -22,7 +22,7 @@ info: |
|
|||||||
[...]
|
[...]
|
||||||
|
|
||||||
flags: [async]
|
flags: [async]
|
||||||
features: [Symbol.iterator, computed-property-names]
|
features: [Symbol.iterator, computed-property-names, arrow-function]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
let returnCount = 0;
|
let returnCount = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user