Home
last modified time | relevance | path

Searched refs:kOnClosed (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/undici/src/lib/
Ddispatcher-base.js14 const kOnClosed = Symbol('onClosed') constant
24 this[kOnClosed] = []
71 if (this[kOnClosed]) {
72 this[kOnClosed].push(callback)
80 this[kOnClosed].push(callback)
83 const callbacks = this[kOnClosed]
84 this[kOnClosed] = null
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs4626 var kOnClosed = Symbol("onClosed");
4634 this[kOnClosed] = [];
4672 if (this[kOnClosed]) {
4673 this[kOnClosed].push(callback);
4680 this[kOnClosed].push(callback);
4682 const callbacks = this[kOnClosed];
4683 this[kOnClosed] = null;