Andreas Kling
|
cd53d046b2
|
LibJS: Fix typo "sweeped" => "swept" everywhere
|
2021-06-27 22:40:49 +02:00 |
|
Idan Horowitz
|
1a8ee5d8d7
|
LibJS: Generify the garbage collector's weak container notifications
This will allow us to use the same interface for other JS weak
containers like the WeakMap & WeakRef.
|
2021-06-12 10:44:28 +01:00 |
|
Idan Horowitz
|
a00d154522
|
LibJS: Notify WeakSets when heap cells are sweeped
This is an implementation of the following optional optimization:
https://tc39.es/ecma262/#sec-weakref-execution
|
2021-06-09 21:52:25 +01:00 |
|
Idan Horowitz
|
8b6beac5ce
|
LibJS: Add the WeakSet built-in object
|
2021-06-09 21:52:25 +01:00 |
|