Lines Matching refs:branch2
1488 let branch2;
1510 branch2[kState].controller,
1524 readableStreamDefaultControllerClose(branch2[kState].controller);
1558 branch2 =
1566 readableStreamDefaultControllerError(branch2[kState].controller, error);
1571 return [branch1, branch2];
1587 let branch2;
1599 readableStreamDefaultControllerError(branch2[kState].controller, error);
1631 branch2[kState].controller,
1646 branch2[kState].controller,
1666 readableByteStreamControllerClose(branch2[kState].controller);
1671 if (branch2[kState].controller[kState].pendingPullIntos.length > 0) {
1672 readableByteStreamControllerRespond(branch2[kState].controller, 0);
1693 const byobBranch = forBranch2 === true ? branch2 : branch1;
1694 const otherBranch = forBranch2 === false ? branch2 : branch1;
1809 const byobRequest = branch2[kState].controller.byobRequest;
1841 branch2 = new ReadableStream({
1849 return [branch1, branch2];