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-19 17:09:33 -07:00
2022-11-03 09:20:27 -07:00
2023-06-13 19:56:17 -07:00
2021-09-07 17:47:06 -04:00
2022-04-15 18:17:02 -04:00
2023-09-08 16:31:50 -07:00
2023-09-19 17:09:33 -07:00
2022-07-04 09:40:40 +02:00