Lines Matching refs:kHandle
40 const kHandle = Symbol('kHandle');
45 return value?.[kHandle] !== undefined;
76 this[kHandle] = new _SocketAddress(address, port, type, flowlabel);
77 this[kDetail] = this[kHandle].detail({
99 return this[kHandle].flowlabel();
115 const handle = this[kHandle];
123 this[kHandle] = handle;
145 this[kHandle] = handle;
146 this[kDetail] = this[kHandle]?.detail({
162 kHandle,