Home
last modified time | relevance | path

Searched defs:closedPromise (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/fixtures/wpt/streams/writable-streams/
Dreentrant-strategy.any.js83 …const closedPromise = promise_rejects_exactly(t, error1, writer.closed, 'closed should reject with… constant
140 …const closedPromise = promise_rejects_js(t, TypeError, writer.closed, 'closed promise should rejec… constant
Dclose.any.js214 const closedPromise = writer.closed; constant
232 const closedPromise = writer.closed; constant
Dgeneral.any.js235 const closedPromise = writer.closed.catch(() => events.push('closed')); constant
Dwrite.any.js132 const closedPromise = writer.close(); constant
/third_party/node/test/fixtures/wpt/streams/transform-streams/
Derrors.any.js154 const closedPromise = writer.closed; constant
188 const closedPromise = ts.readable.getReader().closed; constant