Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-whatwg-encoding-custom-textdecoder-invalid-arg.js10 const notArrayBufferViewExamples = [false, {}, 1, '', new Error()]; variable
11 notArrayBufferViewExamples.forEach((invalidInputType) => {