Searched refs:kNativeDecoder (Results 1 – 1 of 1) sorted by relevance
50 const kNativeDecoder = Symbol('kNativeDecoder'); constant73 this[kNativeDecoder] = Buffer.alloc(kSize);74 this[kNativeDecoder][kEncodingField] = encodingsMap[this.encoding];84 return decode(this[kNativeDecoder], buf);91 if (this[kNativeDecoder][kBufferedBytes] > 0)92 ret += flush(this[kNativeDecoder]);98 this[kNativeDecoder][kMissingBytes] = 0;99 this[kNativeDecoder][kBufferedBytes] = 0;108 return TypedArrayPrototypeSubarray(this[kNativeDecoder],117 return this[kNativeDecoder][kMissingBytes];[all …]