Searched refs:kOnClosed (Results 1 – 2 of 2) sorted by relevance
14 const kOnClosed = Symbol('onClosed') constant24 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
4626 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;