Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/iconv-lite/lib/
Dextend-node.js112 original.BufferToString = Buffer.prototype.toString;
118 return original.BufferToString.call(this, encoding, start, end);
205 Buffer.prototype.toString = original.BufferToString;
/third_party/node/lib/internal/policy/
Dmanifest.js37 const BufferToString = uncurryThis(Buffer.prototype.toString); constant
565 realIntegrities.set(algorithm, BufferToString(digest, 'base64'));