File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ function MakeSeeded(H) {
334
334
continue ;
335
335
}
336
336
} else {
337
- return undefined ;
337
+ return ;
338
338
}
339
339
} ;
340
340
} ;
@@ -883,7 +883,7 @@ function Make(H) {
883
883
continue ;
884
884
}
885
885
} else {
886
- return undefined ;
886
+ return ;
887
887
}
888
888
} ;
889
889
} ;
@@ -1572,7 +1572,7 @@ function MakeSeeded$1(H1, H2) {
1572
1572
continue ;
1573
1573
}
1574
1574
} else {
1575
- return undefined ;
1575
+ return ;
1576
1576
}
1577
1577
} ;
1578
1578
} ;
@@ -2169,7 +2169,7 @@ function Make$1(H1, H2) {
2169
2169
continue ;
2170
2170
}
2171
2171
} else {
2172
- return undefined ;
2172
+ return ;
2173
2173
}
2174
2174
} ;
2175
2175
} ;
@@ -2612,12 +2612,12 @@ function MakeSeeded$2(H) {
2612
2612
_i = i - 1 | 0 ;
2613
2613
continue ;
2614
2614
} else {
2615
- return undefined ;
2615
+ return ;
2616
2616
}
2617
2617
}
2618
2618
} ;
2619
2619
} else {
2620
- return undefined ;
2620
+ return ;
2621
2621
}
2622
2622
}
2623
2623
} ;
@@ -2886,7 +2886,7 @@ function MakeSeeded$2(H) {
2886
2886
continue ;
2887
2887
}
2888
2888
} else {
2889
- return undefined ;
2889
+ return ;
2890
2890
}
2891
2891
} ;
2892
2892
} ;
@@ -3250,12 +3250,12 @@ function Make$2(H) {
3250
3250
_i = i - 1 | 0 ;
3251
3251
continue ;
3252
3252
} else {
3253
- return undefined ;
3253
+ return ;
3254
3254
}
3255
3255
}
3256
3256
} ;
3257
3257
} else {
3258
- return undefined ;
3258
+ return ;
3259
3259
}
3260
3260
}
3261
3261
} ;
@@ -3505,7 +3505,7 @@ function Make$2(H) {
3505
3505
continue ;
3506
3506
}
3507
3507
} else {
3508
- return undefined ;
3508
+ return ;
3509
3509
}
3510
3510
} ;
3511
3511
} ;
@@ -4135,7 +4135,7 @@ var GenHashTable = [(function (funarg) {
4135
4135
continue ;
4136
4136
}
4137
4137
} else {
4138
- return undefined ;
4138
+ return ;
4139
4139
}
4140
4140
} ;
4141
4141
} ;
You can’t perform that action at this time.
0 commit comments