Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/wpt/encoding/
Dtextdecoder-ignorebom.any.js12 var decoder = new TextDecoder(testCase.encoding, {ignoreBOM: true}); property
19 decoder = new TextDecoder(testCase.encoding, {ignoreBOM: false}); property
35 …assert_equals(typeof new TextDecoder().ignoreBOM, 'boolean', 'The type of the ignoreBOM attribute…
36 assert_false(new TextDecoder().ignoreBOM, 'The ignoreBOM attribute should default to false.');
37 …assert_true(new TextDecoder('utf-8', {ignoreBOM: true}).ignoreBOM, 'The ignoreBOM attribute can be… property
/third_party/node/test/fixtures/wpt/encoding/streams/
Ddecode-attributes.any.js31 const stream = new TextDecoderStream('utf-8', { ignoreBOM: falseValue }); property
32 assert_false(stream.ignoreBOM, 'ignoreBOM should be false');
43 const stream = new TextDecoderStream('utf-8', { ignoreBOM: trueValue }); property
44 assert_true(stream.ignoreBOM, 'ignoreBOM should be true');
69 get ignoreBOM() { throw new Error(); } getter
Ddecode-ignore-bom.any.js15 async function pipeAndAssemble(inputChunks, encoding, ignoreBOM) { argument
19 new TextDecoderStream(encoding, {ignoreBOM}))); field
/third_party/node/test/parallel/
Dtest-whatwg-encoding-custom-textdecoder.js40 const dec = new TextDecoder(i, { ignoreBOM: true }); property
46 const dec = new TextDecoder(i, { ignoreBOM: true }); property
87 assert.strictEqual(dec.ignoreBOM, false);
107 const dec = new TextDecoder('utf-8', { ignoreBOM: true }); property
139 const dec = new TextDecoder('utf-8', { ignoreBOM: true }); property
158 ignoreBOM: { get: ignoreBOMGetter },
Dtest-whatwg-encoding-custom-textdecoder-ignorebom.js23 let decoder = new TextDecoder(testCase.encoding, { ignoreBOM: true }); property
26 decoder = new TextDecoder(testCase.encoding, { ignoreBOM: false }); property
/third_party/node/lib/internal/
Dencoding.js394 flags |= options.ignoreBOM ? CONVERTER_FLAGS_IGNORE_BOM : 0;
470 flags |= options.ignoreBOM ? CONVERTER_FLAGS_IGNORE_BOM : 0;
545 get ignoreBOM() { getter
559 obj.ignoreBOM = this.ignoreBOM;
/third_party/node/test/fixtures/wpt/interfaces/
Dencoding.idl9 readonly attribute boolean ignoreBOM;
14 boolean ignoreBOM = false;
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util.js35 this.ignoreBOM = "[PC preview] unknow ignoreBOM"
/third_party/node/doc/api/
Dutil.md1214 * `ignoreBOM` {boolean} When `true`, the `TextDecoder` will include the byte
1253 ### `textDecoder.ignoreBOM`
/third_party/typescript/lib/
Dlib.webworker.d.ts569 ignoreBOM?: boolean; property
3132 readonly ignoreBOM: boolean; property
Dlib.dom.d.ts1860 ignoreBOM?: boolean; property
15598 readonly ignoreBOM: boolean; property
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts549 ignoreBOM?: boolean; property
3112 readonly ignoreBOM: boolean; property
Ddom.generated.d.ts1840 ignoreBOM?: boolean; property
15578 readonly ignoreBOM: boolean; property