Home
last modified time | relevance | path

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

/third_party/node/lib/internal/webstreams/
Dreadablestream.js1477 async function pullAlgorithm() { function
1543 createTeeReadableStream(nonOpStart, pullAlgorithm, cancel1Algorithm);
1545 createTeeReadableStream(nonOpStart, pullAlgorithm, cancel2Algorithm);
2250 ensureIsPromise(controller[kState].pullAlgorithm, controller),
2262 controller[kState].pullAlgorithm = undefined;
2312 pullAlgorithm, argument
2322 pullAlgorithm, property
2358 const pullAlgorithm = pull ?
2370 pullAlgorithm,
2435 controller[kState].pullAlgorithm = undefined;
[all …]
/third_party/node/deps/undici/src/lib/fetch/
Dindex.js1782 const pullAlgorithm = () => { function
1814 await pullAlgorithm(controller)
/third_party/node/test/parallel/
Dtest-whatwg-readablestream.js95 assert.strictEqual(controllerState.pullAlgorithm, undefined);
108 assert.strictEqual(controllerState.pullAlgorithm, undefined);
/third_party/node/deps/undici/
Dundici.js11112 const pullAlgorithm = /* @__PURE__ */ __name(() => {
11127 await pullAlgorithm(controller);