Lines Matching refs:kHandle
32 const kHandle = Symbol('kHandle');
42 return typeof value?.[kHandle] === 'object' &&
47 return typeof value?.[kHandle] === 'object' &&
59 this[kHandle] = lazyZlib().createDeflate();
62 this[kHandle] = lazyZlib().createGzip();
67 this[kTransform] = newReadableWritablePairFromDuplex(this[kHandle]);
108 this[kHandle] = lazyZlib().createInflate();
111 this[kHandle] = lazyZlib().createGunzip();
116 this[kTransform] = newReadableWritablePairFromDuplex(this[kHandle]);