Lines Matching refs:kPort
76 const kPort = Symbol('kPort');
335 this[kPort] = port;
341 if (--this[kPort][kWaitingStreams] === 0)
342 this[kPort].unref();
350 if (this[kPort][kWaitingStreams]++ === 0)
351 this[kPort].ref();
354 this[kPort].postMessage({
364 this[kPort] = port;
370 this[kPort].postMessage({
377 if (this[kPort][kWaitingStreams]++ === 0)
378 this[kPort].ref();
382 this[kPort].postMessage({
394 if ((this[kPort][kWaitingStreams] -= cbs.length) === 0)
395 this[kPort].unref();
542 kPort,