Lines Matching refs:branch1
1473 let branch1;
1491 branch1[kState].controller,
1508 readableStreamDefaultControllerClose(branch1[kState].controller);
1542 branch1 =
1551 readableStreamDefaultControllerError(branch1[kState].controller, error);
1557 return [branch1, branch2];
1572 let branch1;
1584 readableStreamDefaultControllerError(branch1[kState].controller, error);
1613 branch1[kState].controller,
1626 branch1[kState].controller,
1649 readableByteStreamControllerClose(branch1[kState].controller);
1654 if (branch1[kState].controller[kState].pendingPullIntos.length > 0) {
1655 readableByteStreamControllerRespond(branch1[kState].controller, 0);
1679 const byobBranch = forBranch2 === true ? branch2 : branch1;
1680 const otherBranch = forBranch2 === false ? branch2 : branch1;
1779 const byobRequest = branch1[kState].controller.byobRequest;
1822 branch1 = new ReadableStream({
1835 return [branch1, branch2];