This commit is contained in:
shenjack-5600u 2024-04-01 01:48:57 +08:00
parent 4520650c98
commit 8e25e28b26
Signed by: shenjack
GPG Key ID: FDF9864E11C7E79F

View File

@ -16594,33 +16594,37 @@ let why_ns = 0;
}
T.aX.prototype = {
aK(a, b, c, d, e, f, g, h) {
var s, r, q, p = this,
o = p.e
if (o instanceof T.Plr) {
var s, r, q, this_ = this,
tmp = this_.e
// caster
if (tmp instanceof T.Plr) {
s = new T.NPlr()
s.a = o.e
p.e = s
s.a = tmp.e
this_.e = s
}
o = p.f
if (o instanceof T.Plr) {
// target
tmp = this_.f
if (tmp instanceof T.Plr) {
s = new T.NPlr()
s.a = o.e
p.f = s
s.a = tmp.e
this_.f = s
}
o = p.x
if (o instanceof T.Plr) {
// param
tmp = this_.x
if (tmp instanceof T.Plr) {
s = new T.NPlr()
s.a = o.e
p.x = s
s.a = tmp.e
this_.x = s
}
o = p.r
if (o != null)
for (r = $.a(); r < o.length; ++r) {
s = o[r]
// targets2
tmp = this_.r
if (tmp != null)
for (r = $.a(); r < tmp.length; ++r) {
s = tmp[r]
if (s instanceof T.Plr) {
q = new T.NPlr()
q.a = s.e
o[r] = q
tmp[r] = q
}
}
},