test262/test
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
..
annexB Test that `HasVarDeclaration` accounts for bindings created via `eval()` (#3914) 2023-09-28 18:16:33 +02:00
built-ins Fix symbol-tag-generators-builtin.js 2023-10-10 15:44:17 +02:00
harness Fix harness tests for verifyProperty 2023-10-02 11:27:59 +02:00
intl402 added missing features: line to metadata for two tests 2023-10-04 15:06:25 -07:00
language Revert "Revert "Fixup class names in class decorator private identifier tests."" 2023-10-05 10:23:12 -07:00
staging Disallow sub-minute annotations in Instant strings 2023-08-10 15:45:34 +02:00