1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-19 08:27:34 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Set
Ali Mohammad Pur 3bfcd7b52d LibJS: Implement Sets using Maps
This implements ordered sets using Maps with a sentinel value, and
includes some extra set tests.
Fixes #11004.

Co-Authored-By: davidot <davidot@serenityos.org>
2022-02-09 20:57:41 +00:00
..
Set.js LibJS: Add most of the Set.prototype methods 2021-06-09 11:48:04 +01:00
Set.prototype.add.js LibJS: Add most of the Set.prototype methods 2021-06-09 11:48:04 +01:00
Set.prototype.clear.js LibJS: Add most of the Set.prototype methods 2021-06-09 11:48:04 +01:00
Set.prototype.delete.js LibJS: Add most of the Set.prototype methods 2021-06-09 11:48:04 +01:00
Set.prototype.forEach.js LibJS: Implement Sets using Maps 2022-02-09 20:57:41 +00:00
Set.prototype.has.js LibJS: Add most of the Set.prototype methods 2021-06-09 11:48:04 +01:00
Set.prototype.values.js LibJS: Add the SetIterator built-in and Set.prototype.{values, entries} 2021-06-09 11:48:04 +01:00