Lines Matching refs:encoding
14 } = require('internal/encoding');
61 // https://encoding.spec.whatwg.org/#encode-and-enqueue-a-chunk
92 // https://encoding.spec.whatwg.org/#encode-and-flush
104 get encoding() {
107 return this[kHandle].encoding;
134 encoding: this[kHandle].encoding,
143 * @param {string} [encoding]
149 constructor(encoding = 'utf-8', options = kEmptyObject) {
151 this[kHandle] = new TextDecoder(encoding, options);
171 get encoding() {
174 return this[kHandle].encoding;
221 encoding: this[kHandle].encoding,
231 encoding: kEnumerableProperty,
237 encoding: kEnumerableProperty,