Home
last modified time | relevance | path

Searched refs:kUTF8FastPath (Results 1 – 1 of 1) sorted by relevance

/third_party/node/lib/internal/
Dencoding.js33 const kUTF8FastPath = Symbol('kUTF8FastPath'); constant
411 this[kUTF8FastPath] = enc === 'utf-8';
414 if (!this[kUTF8FastPath]) {
430 this[kUTF8FastPath] &&= !(options?.stream);
432 if (this[kUTF8FastPath]) {