Home
last modified time | relevance | path

Searched defs:pipePromise (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/fixtures/wpt/streams/piping/
Derror-propagation-forward.any.js141 …const pipePromise = promise_rejects_exactly(t, error1, rs.pipeTo(ws), 'pipeTo must reject with the… constant
162 …const pipePromise = promise_rejects_exactly(t, error2, rs.pipeTo(ws), 'pipeTo must reject with the… constant
179 const pipePromise = promise_rejects_exactly(t, error1, rs.pipeTo(ws, { preventAbort: true }), constant
197 …const pipePromise = promise_rejects_exactly(t, error1, rs.pipeTo(ws), 'pipeTo must reject with the… constant
219 …const pipePromise = promise_rejects_exactly(t, error2, rs.pipeTo(ws), 'pipeTo must reject with the… constant
237 const pipePromise = promise_rejects_exactly(t, error1, rs.pipeTo(ws, { preventAbort: true }), constant
256 …const pipePromise = promise_rejects_exactly(t, error1, rs.pipeTo(ws), 'pipeTo must reject with the… constant
280 …const pipePromise = promise_rejects_exactly(t, error2, rs.pipeTo(ws), 'pipeTo must reject with the… constant
300 const pipePromise = promise_rejects_exactly(t, error1, rs.pipeTo(ws, { preventAbort: true }), constant
321 …const pipePromise = promise_rejects_exactly(t, error1, rs.pipeTo(ws), 'pipeTo must reject with the… constant
[all …]
Dclose-propagation-forward.any.js164 const pipePromise = rs.pipeTo(ws); constant
193 …const pipePromise = promise_rejects_exactly(t, error1, rs.pipeTo(ws), 'pipeTo must reject with the… constant
215 const pipePromise = rs.pipeTo(ws, { preventClose: true }); constant
237 const pipePromise = rs.pipeTo(ws); constant
267 …const pipePromise = promise_rejects_exactly(t, error1, rs.pipeTo(ws), 'pipeTo must reject with the… constant
290 const pipePromise = rs.pipeTo(ws, { preventClose: true }); constant
313 const pipePromise = rs.pipeTo(ws); constant
345 …const pipePromise = promise_rejects_exactly(t, error1, rs.pipeTo(ws), 'pipeTo must reject with the… constant
370 const pipePromise = rs.pipeTo(ws, { preventClose: true }); constant
403 const pipePromise = rs.pipeTo(ws).then(() => { constant
[all …]
Dflow-control.any.js22 const pipePromise = rs.pipeTo(ws, { preventCancel: true }); constant
69 const pipePromise = rs.pipeTo(ws); constant
105 const pipePromise = rs.pipeTo(ws); constant
152 const pipePromise = rs.pipeTo(ws); constant
229 const pipePromise = rs.pipeTo(ws); constant
Derror-propagation-backward.any.js371 …const pipePromise = promise_rejects_exactly(t, error1, rs.pipeTo(ws), 'pipeTo must reject with the… constant
392 …const pipePromise = promise_rejects_exactly(t, error2, rs.pipeTo(ws), 'pipeTo must reject with the… constant
409 const pipePromise = promise_rejects_exactly(t, error1, rs.pipeTo(ws, { preventCancel: true }), constant
484 …const pipePromise = promise_rejects_exactly(t, error1, rs.pipeTo(ws), 'pipeTo must reject with the… constant
506 …const pipePromise = promise_rejects_exactly(t, error2, rs.pipeTo(ws), 'pipeTo must reject with the… constant
524 const pipePromise = promise_rejects_exactly(t, error1, rs.pipeTo(ws, { preventCancel: true }), constant
617 const pipePromise = rs.pipeTo(ws); constant
Dgeneral.any.js141 const pipePromise = rs.pipeTo(ws).then(() => { constant
/third_party/node/test/fixtures/wpt/streams/transform-streams/
Dbackpressure.any.js165 const pipePromise = rs.pipeTo(ts.writable); constant
173 const pipePromise = rs.pipeTo(ts.writable); constant
189 const pipePromise = rs.pipeTo(ts.writable); constant