1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:28:12 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Set
Idan Horowitz 0b0f1eda05 LibJS: Add most of the Set.prototype methods
Specifically all aside from "values" and "entries" which require an
implementation of the SetIterator object.
2021-06-09 11:48:04 +01: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: Add most of the Set.prototype methods 2021-06-09 11:48:04 +01:00
Set.prototype.has.js LibJS: Add most of the Set.prototype methods 2021-06-09 11:48:04 +01:00