mirror of https://github.com/tc39/test262.git
* Beginning of adding Set.prototype.union tests * Fix description * Add tests for GetSetRecord Which also allows Set-like objects * Add title to test descriptions * Add test for ensuring values are appended * Add tests for properties of union Also: tests for RequireInternalSlot, Constructor, BuiltIns. Added a test to ensure that -0F is converted to +0F * Ensure Set.prototype.add is not called as part of .union * fix lint issues * Set subclassing and Symbol.species tests * Set.prototype.union tests for arrays and subclass methods * Add the Set-methods frontmatter feature flag * Add additional Set.prototype.union test for edge cases * Update test/built-ins/Set/GetSetRecord/keys-is-callable.js Co-authored-by: Kevin Gibbons <bakkot@gmail.com> * Use compareArray() for assertions * Remove class field syntax * Remove unused args * Update test/built-ins/Set/prototype/union/subclass-receiver-methods.js Co-authored-by: Jordan Harband <ljharb@gmail.com> * Return original 'add' * address comments * add one more mutation in the evil mutating iterator test * address further comments --------- Co-authored-by: Kevin Gibbons <bakkot@gmail.com> Co-authored-by: Jordan Harband <ljharb@gmail.com> Co-authored-by: Ms2ger <Ms2ger@igalia.com> |
||
---|---|---|
.. | ||
annexB | ||
built-ins | ||
harness | ||
intl402 | ||
language | ||
staging |