Home
last modified time | relevance | path

Searched defs:underlyingSource (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/fixtures/wpt/streams/transferable/resources/
Dhelpers.js89 function createTransferredReadableStream(underlyingSource) { argument
105 function recordingTransferredReadableStream(underlyingSource, strategy) { argument
/third_party/node/test/fixtures/wpt/streams/readable-streams/
Dconstructor.any.js11 const underlyingSource = { get start() { throw error1; } }; variable