Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/wpt/streams/piping/
Dpipe-through.any.js176 const badSignals = [null, 0, NaN, true, 'AbortSignal', Object.create(AbortSignal.prototype)]; variable
177 for (const signal of badSignals) {