Skip to content

Commit a7a9d15

Browse files
authoredOct 28, 2022
Fix for broken baseline in yieldInForInInDownlevelGenerator (#51345)
1 parent 7f8426f commit a7a9d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/baselines/reference/yieldInForInInDownlevelGenerator.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
1515
function verb(n) { return function (v) { return step([n, v]); }; }
1616
function step(op) {
1717
if (f) throw new TypeError("Generator is already executing.");
18-
while (_) try {
18+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
1919
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
2020
if (y = 0, t) op = [op[0] & 2, t.value];
2121
switch (op[0]) {

0 commit comments

Comments
 (0)
Please sign in to comment.