Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-whatwg-encoding-custom-internals.js9 const { getEncodingFromLabel } = require('internal/encoding');
266 assert.strictEqual(getEncodingFromLabel(enc), enc);
267 labels.forEach((l) => assert.strictEqual(getEncodingFromLabel(l), enc));
270 assert.strictEqual(getEncodingFromLabel('made-up'), undefined);
/third_party/node/lib/internal/
Dencoding.js321 function getEncodingFromLabel(label) { function
395 const enc = getEncodingFromLabel(encoding);
478 const enc = getEncodingFromLabel(encoding);
611 getEncodingFromLabel, property