P.mk -> P._Future__chainCoreFuture
This commit is contained in:
parent
07daf8610e
commit
9949a9a4a0
@ -3630,7 +3630,7 @@ var A = {
|
|||||||
rM(a) {
|
rM(a) {
|
||||||
return new P.cg(new P._Future($.P, a.i("U<0>")), a.i("cg<0>"))
|
return new P.cg(new P._Future($.P, a.i("U<0>")), a.i("cg<0>"))
|
||||||
},
|
},
|
||||||
mk(a, b) {
|
_Future__chainCoreFuture(a, b) {
|
||||||
var s, r
|
var s, r
|
||||||
for (; s = a.a, (s & 4) !== 0;) a = a.c
|
for (; s = a.a, (s & 4) !== 0;) a = a.c
|
||||||
if ((s & 24) !== 0) {
|
if ((s & 24) !== 0) {
|
||||||
@ -3710,7 +3710,7 @@ var A = {
|
|||||||
h.c = t1.c
|
h.c = t1.c
|
||||||
f.a = t1
|
f.a = t1
|
||||||
continue
|
continue
|
||||||
} else P.mk(t1, h)
|
} else P._Future__chainCoreFuture(t1, h)
|
||||||
else h.cV(t1)
|
else h.cV(t1)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
@ -9963,7 +9963,7 @@ P._Future.prototype = {
|
|||||||
if ((a.a & 16) !== 0) {
|
if ((a.a & 16) !== 0) {
|
||||||
s.a ^= 2
|
s.a ^= 2
|
||||||
P.cS(null, null, s.b, new P.kN(s, a))
|
P.cS(null, null, s.b, new P.kN(s, a))
|
||||||
} else P.mk(a, s)
|
} else P._Future__chainCoreFuture(a, s)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
s.cV(a)
|
s.cV(a)
|
||||||
@ -10020,7 +10020,7 @@ P.kJ.prototype = {
|
|||||||
}
|
}
|
||||||
P.kN.prototype = {
|
P.kN.prototype = {
|
||||||
$0() {
|
$0() {
|
||||||
P.mk(this.b, this.a)
|
P._Future__chainCoreFuture(this.b, this.a)
|
||||||
},
|
},
|
||||||
$S: 0
|
$S: 0
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user