1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-02 23:32:06 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Map
Idan Horowitz 6c0d5163a1 LibJS: Add most of the Map.prototype methods
Specifically all aside from "keys", "values" and "entries" which
require an implementation of the MapIterator object.
2021-06-13 00:33:18 +01:00
..
Map.js LibJS: Add the Map built-in object 2021-06-13 00:33:18 +01:00
Map.prototype.clear.js LibJS: Add most of the Map.prototype methods 2021-06-13 00:33:18 +01:00
Map.prototype.delete.js LibJS: Add most of the Map.prototype methods 2021-06-13 00:33:18 +01:00
Map.prototype.forEach.js LibJS: Add most of the Map.prototype methods 2021-06-13 00:33:18 +01:00
Map.prototype.get.js LibJS: Add most of the Map.prototype methods 2021-06-13 00:33:18 +01:00
Map.prototype.has.js LibJS: Add most of the Map.prototype methods 2021-06-13 00:33:18 +01:00
Map.prototype.set.js LibJS: Add most of the Map.prototype methods 2021-06-13 00:33:18 +01:00