Lines Matching refs:kPort
50 const kPort = Symbol('kPort'); constant
205 this[kPort] = port;
211 if (--this[kPort][kWaitingStreams] === 0)
212 this[kPort].unref();
220 if (this[kPort][kWaitingStreams]++ === 0)
221 this[kPort].ref();
224 this[kPort].postMessage({
234 this[kPort] = port;
240 this[kPort].postMessage({
247 if (this[kPort][kWaitingStreams]++ === 0)
248 this[kPort].ref();
252 this[kPort].postMessage({
264 if ((this[kPort][kWaitingStreams] -= cbs.length) === 0)
265 this[kPort].unref();
288 kPort, property