Home
last modified time | relevance | path

Searched defs:writePromise1 (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/fixtures/wpt/encoding/streams/
Dbackpressure.any.js45 const writePromise1 = writer.write(streamClass.input); constant
/third_party/node/test/fixtures/wpt/streams/writable-streams/
Dreentrant-strategy.any.js167 …const writePromise1 = promise_rejects_js(t, TypeError, writer1.write(1), 'write() promise should r… constant
Daborting.any.js1137 const writePromise1 = writer.write(1); constant
1331 const writePromise1 = writer.write('chunk1'); constant
/third_party/node/test/fixtures/wpt/streams/transform-streams/
Dreentrant-strategies.any.js202 let writePromise1; variable