Lines Matching refs:kHandle
27 const kHandle = Symbol('handle');
412 this[kHandle] = undefined;
420 if (this[kHandle] !== undefined) return;
424 this[kHandle] = handle;
448 return _decode(this[kHandle], input, flags, this.encoding);
492 this[kHandle] = new (lazyStringDecoder())(enc);
535 this[kHandle].end(input) :
536 this[kHandle].write(input);
585 obj[kHandle] = this[kHandle];