P.ot -> P._rootRun

This commit is contained in:
shenjack 2024-04-20 16:07:24 +08:00
parent 5845d454ae
commit afe86f5e73
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -3832,7 +3832,7 @@ var A = {
$.P = s $.P = s
} }
}, },
ot(a, b, c, d, e) { _rootRun(a, b, c, d, e) {
var s, r = $.P var s, r = $.P
if (r === c) return d.$1(e) if (r === c) return d.$1(e)
$.P = c $.P = c
@ -10370,7 +10370,7 @@ P._RootZone.prototype = {
a.$1(b) a.$1(b)
return return
} }
P.ot(null, null, this, a, b) P._rootRun(null, null, this, a, b)
} catch (q) { } catch (q) {
s = H.unwrap_Exception(q) s = H.unwrap_Exception(q)
r = H.getTraceFromException(q) r = H.getTraceFromException(q)
@ -10395,7 +10395,7 @@ P._RootZone.prototype = {
}, },
fF(a, b) { fF(a, b) {
if ($.P === C.f) return a.$1(b) if ($.P === C.f) return a.$1(b)
return P.ot(null, null, this, a, b) return P._rootRun(null, null, this, a, b)
}, },
cv(a, b) { cv(a, b) {
return this.fF(a, b, t.z, t.z) return this.fF(a, b, t.z, t.z)