André Bargull
f0c16faee2
Fix symbol-tag-generators-builtin.js
...
Two issues:
1. There was a typo, the first `gen` should have been `genFn`.
2. And the last `toString` result should be `'[object Generator]'`,
because `Object.getPrototypeOf(gen) == genFn.prototype`. And the
`@@toStringTag` property of `genFn.prototype` is inherited from
`Generator.prototype[@@toStringTag]`.
That also means the "iterator-helpers" flag isn't needed for this test.
2023-10-10 15:44:17 +02:00
..
2023-09-18 17:45:49 -07:00
2023-09-19 17:09:33 -07:00
2019-09-25 13:59:24 -04:00
2020-10-06 12:01:34 -04:00
2023-02-21 11:04:09 -08:00
2020-10-06 12:01:34 -04:00
2020-10-06 12:01:34 -04:00
2023-02-21 11:04:09 -08:00
2022-07-25 13:32:57 -07:00
2023-03-23 10:51:08 +01:00
2022-11-03 09:20:27 -07:00
2021-08-26 07:55:52 -07:00
2021-12-18 11:50:14 -05:00
2022-04-25 11:34:52 -04:00
2021-09-02 10:36:00 -04:00
2021-09-02 10:36:00 -04:00
2021-09-01 17:26:54 -04:00
2021-09-01 17:26:54 -04:00
2023-09-13 16:05:40 +02:00
2021-07-21 16:33:48 -04:00
2022-12-19 10:04:34 +01:00
2023-03-23 10:51:08 +01:00
2020-10-06 12:01:34 -04:00
2022-11-30 16:04:02 -08:00
2021-07-21 12:09:22 -07:00
2021-09-02 11:21:50 -07:00
2021-09-02 11:22:05 -07:00
2021-09-02 11:22:05 -07:00
2023-08-24 13:09:05 -07:00
2021-09-02 11:21:59 -07:00
2023-06-13 19:56:17 -07:00
2019-01-07 11:40:39 -02:00
2021-09-07 17:47:06 -04:00
2021-09-02 11:34:34 -07:00
2023-09-13 16:05:40 +02:00
2023-03-23 10:51:08 +01:00
2023-10-10 15:44:17 +02:00
2021-09-01 17:26:54 -04:00
2022-04-15 18:17:02 -04:00
2023-09-08 16:31:50 -07:00
2023-03-23 10:51:08 +01:00
2021-10-05 22:33:22 -04:00
2023-08-28 16:31:57 +02:00
2018-03-17 22:48:31 -05:00
2023-03-23 10:51:08 +01:00
2021-12-07 16:07:52 -05:00
2023-03-23 10:51:08 +01:00
2023-09-19 17:09:33 -07:00
2022-12-21 10:57:19 +01:00
2018-02-09 12:09:47 -05:00
2022-07-04 09:40:40 +02:00
2023-10-04 15:35:39 -07:00
2021-01-29 09:45:20 -05:00
2023-03-31 16:52:42 -07:00
2022-04-15 18:17:02 -04:00
2021-07-29 11:02:41 -07:00
2022-11-08 09:44:40 -08:00
2022-10-12 09:58:45 +02:00
2022-11-08 09:44:40 -08:00