Jonas Jenwald 2e07715c9d Reduce function creation when using Map.prototype.getOrInsertComputed()
With the exception of the first invocation the callback function is unused, which means that a lot of pointless functions may be created.
To avoid this we introduce helper functions for simple cases, such as creating `Map`s and `Objects`s.
2026-02-24 08:58:28 +01:00
..
2021-02-01 13:45:31 +01:00
2021-02-11 12:30:37 +01:00
2021-02-11 12:30:37 +01:00
2021-02-01 13:45:31 +01:00