-
Notifications
You must be signed in to change notification settings - Fork 50
Commit f17ad4a
WeakMap的弱引用键的描述容易有歧义
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap
an object's presence as a `key` in a WeakMap does not prevent the object from being garbage collected. Once an object used as a key has been collected, its corresponding values in any WeakMap become candidates for garbage collection as well1 parent e66e4f6 commit f17ad4a
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
220 | - | ||
220 | + | ||
221 | 221 |
| |
222 | 222 |
| |
223 | 223 |
| |
|
0 commit comments