Searched refs:pullAlgorithm (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/lib/internal/webstreams/ |
| D | readablestream.js | 1477 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/ |
| D | index.js | 1782 const pullAlgorithm = () => { function 1814 await pullAlgorithm(controller)
|
| /third_party/node/test/parallel/ |
| D | test-whatwg-readablestream.js | 95 assert.strictEqual(controllerState.pullAlgorithm, undefined); 108 assert.strictEqual(controllerState.pullAlgorithm, undefined);
|
| /third_party/node/deps/undici/ |
| D | undici.js | 11112 const pullAlgorithm = /* @__PURE__ */ __name(() => { 11127 await pullAlgorithm(controller);
|