Lines Matching refs:ref
26 this.#weakMap.set(key, { value, ref: entry.ref });
28 const ref = new SafeWeakRef(key);
29 this.#weakMap.set(key, { value, ref });
30 this.#refSet.add(ref);
33 ref,
34 }, ref);
52 this.#refSet.delete(entry.ref);
53 this.#finalizationGroup.unregister(entry.ref);
76 function cleanup({ set, ref }) {
77 set.delete(ref);