P.uA -> P._rootRunUnary
This commit is contained in:
parent
7d635e6d04
commit
f16f67d33a
@ -3844,7 +3844,7 @@ var A = {
|
|||||||
$.P = s
|
$.P = s
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
uA(a, b, c, d, e, f) {
|
_rootRunUnary(a, b, c, d, e, f) {
|
||||||
var s, r = $.P
|
var s, r = $.P
|
||||||
if (r === c) return d.$2(e, f)
|
if (r === c) return d.$2(e, f)
|
||||||
$.P = c
|
$.P = c
|
||||||
@ -10401,8 +10401,9 @@ P._RootZone.prototype = {
|
|||||||
return this.fF(a, b, t.z, t.z)
|
return this.fF(a, b, t.z, t.z)
|
||||||
},
|
},
|
||||||
fD(a, b, c) {
|
fD(a, b, c) {
|
||||||
if ($.P === C.f) return a.$2(b, c)
|
if ($.P === C.f)
|
||||||
return P.uA(null, null, this, a, b, c)
|
return a.$2(b, c)
|
||||||
|
return P._rootRunUnary(null, null, this, a, b, c)
|
||||||
},
|
},
|
||||||
fC(a, b, c) {
|
fC(a, b, c) {
|
||||||
return this.fD(a, b, c, t.z, t.z, t.z)
|
return this.fD(a, b, c, t.z, t.z, t.z)
|
||||||
|
Loading…
Reference in New Issue
Block a user