From ba184e5667f8b4519db2a934ea401670060b3996 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 21:57:10 +0800 Subject: [PATCH 01/54] fmt --- md5.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/md5.js b/md5.js index f952f33..5a3c6a5 100644 --- a/md5.js +++ b/md5.js @@ -17130,13 +17130,16 @@ T.Plr.prototype = { s.push(new T.cb(0)) s.push(new T.hs(0)) s.push(new T.hK(0)) + r = new T.hJ(0) r.Q = new T.bd(r) s.push(r) + r = new T.hl(0) r.ch = new T.bd(r) r.Q = new T.ca(r) s.push(r) + s.push(new T.SkillVoid(0)) s.push(new T.SkillVoid(0)) s.push(new T.SkillVoid(0)) From ccad08732f8029335c01fc782d8086a3e6f7f7b2 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 21:58:16 +0800 Subject: [PATCH 02/54] rua --- md5.js | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/md5.js b/md5.js index 5a3c6a5..043cab3 100644 --- a/md5.js +++ b/md5.js @@ -17139,7 +17139,7 @@ T.Plr.prototype = { r.ch = new T.bd(r) r.Q = new T.ca(r) s.push(r) - + s.push(new T.SkillVoid(0)) s.push(new T.SkillVoid(0)) s.push(new T.SkillVoid(0)) @@ -17216,7 +17216,28 @@ T.Plr.prototype = { s.go = C.JsInt.P(s.fr, $.t()) }, F() { - // updateStates + /* void updateStates() { + atk = attr[0]; + def = attr[1]; + spd = attr[2] + 160; + agl = attr[3]; + mag = attr[4]; + mdf = attr[5]; + itl = attr[6]; + maxhp = attr[7]; + + calcAttrSum(); + + allyGroup = group; + atboost = 1.0; + + frozen = false; + + for (UpdateStateEntry ude in updatestates) { + ude.updateState(this); + } + } + */ var s, this_ = this this_.ch = this_.b0(this_.q[0], $.cj()) this_.cx = this_.b0(this_.q[1], $.cj()) From 5360860a6182bb3c9d8844e630fe8a2a2e009008 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 21:59:02 +0800 Subject: [PATCH 03/54] main -> latest --- branch/latest/md5.js | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 93f2eda..51f6aa5 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -548,7 +548,8 @@ var A = { return new P.bJ("Too many elements") }, tJ(a, b) { - H.hL(a, 0, J.aw(a) - 1, b) + // H.hL(a, 0, J.aw(a) - 1, b) + H.hL(a, 0, a.length - 1, b) }, hL(a, b, c, d) { if (c - b <= 32) H.ej(a, b, c, d) @@ -959,7 +960,8 @@ var A = { bQ(a, b) { var s, r = "index" if (!H.aP(b)) return new P.aS(true, b, r, null) - s = J.aw(a) + // s = J.aw(a) + s = a.length if (b < 0 || b >= s) return P.ft(b, a, r, null, s) return P.k0(b, r) }, @@ -17128,13 +17130,16 @@ T.Plr.prototype = { s.push(new T.cb(0)) s.push(new T.hs(0)) s.push(new T.hK(0)) + r = new T.hJ(0) r.Q = new T.bd(r) s.push(r) + r = new T.hl(0) r.ch = new T.bd(r) r.Q = new T.ca(r) s.push(r) + s.push(new T.SkillVoid(0)) s.push(new T.SkillVoid(0)) s.push(new T.SkillVoid(0)) @@ -17213,7 +17218,28 @@ T.Plr.prototype = { s.go = C.JsInt.P(s.fr, $.t()) }, F() { - // updateStates + /* void updateStates() { + atk = attr[0]; + def = attr[1]; + spd = attr[2] + 160; + agl = attr[3]; + mag = attr[4]; + mdf = attr[5]; + itl = attr[6]; + maxhp = attr[7]; + + calcAttrSum(); + + allyGroup = group; + atboost = 1.0; + + frozen = false; + + for (UpdateStateEntry ude in updatestates) { + ude.updateState(this); + } + } + */ var s, this_ = this this_.ch = this_.b0(this_.q[0], $.cj()) this_.cx = this_.b0(this_.q[1], $.cj()) @@ -21047,7 +21073,6 @@ function main() { if ($.qc() === h[0][0][0]) { logger.debug("进入测号 init") $.vr = 6 - // h.length // if (J.aw(h) === 2) if (h.length === 2) { // if (J.J(h, 1).length > 10 || J.lW(J.J(J.J(h, 1)[0], 0), O.j("S,AF", 5))) { From 6968294f60a3738f954d9cb35d98272fcae3ccab Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 22:06:59 +0800 Subject: [PATCH 04/54] 4! --- branch/latest/md5.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 51f6aa5..b614f18 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -17172,7 +17172,7 @@ T.Plr.prototype = { q = 0 if (sortedSkills[q] - $.Z() <= q) s.e = true }++n - m += $.C() + m += $.C() // 4 } console.log("this_.k2:",this_.k2) for (; sortedSkills = this_.k2, n < sortedSkills.length; ++n) sortedSkills[n].ao(this_, 0) @@ -17254,7 +17254,9 @@ T.Plr.prototype = { this_.z = this_.y this_.id = $.T() this_.A = false - for (s = this_.rx, s = new Sgls.a_(s, s.b, s.$ti.i("a_<1*>")); s.u();) s.b.ar(this_) + for (s = this_.rx, s = new Sgls.a_(s, s.b, s.$ti.i("a_<1*>")); s.u();) { + s.b.ar(this_) + } }, ci() { // calcAttrSum From 6e067cd75147573585239e46e692fda657ef3a51 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:00:23 +0800 Subject: [PATCH 05/54] =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BAsorted?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- branch/latest/md5.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index b614f18..a5ee01d 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -17174,9 +17174,9 @@ T.Plr.prototype = { }++n m += $.C() // 4 } - console.log("this_.k2:",this_.k2) + // console.log("this_.k2:",this_.k2) for (; sortedSkills = this_.k2, n < sortedSkills.length; ++n) sortedSkills[n].ao(this_, 0) - console.log("sorted skills:",sortedSkills) + // console.log("sorted skills:",sortedSkills) }, bs() { // addSkillsToProc From 6831f53d69e414494cf87f36b8c1c894e036cefe Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:03:55 +0800 Subject: [PATCH 06/54] =?UTF-8?q?=E8=BF=99=E4=B8=AAbreak=E7=A1=AE=E5=AE=9E?= =?UTF-8?q?=E6=B2=A1=E5=95=A5=E5=BF=85=E8=A6=81=E5=B0=B1=E6=98=AF=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- branch/latest/md5.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 7df4745..4f53806 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -5822,7 +5822,7 @@ var A = { case 3: result = runner async_goto = 1 - break + // break case 1: return P.async_return(result, async_completer) } @@ -21077,6 +21077,7 @@ function main() { // if (J.J(h, 1).length > 10 || J.lW(J.J(J.J(h, 1)[0], 0), O.j("S,AF", 5))) { // LangData.j("S,AF", 5) -> ??? if (h[1].length > 10 || J.lW(h[1][0][0], LangData.j("S,AF", 5))) { + logger.info("官方测号") a8 = h[1] a9 = H.b([], t.t) d = new X.iW(a9, new Float64Array(1)) From f7e841983e945a642dffb23b0bca2634f9e41c09 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:10:34 +0800 Subject: [PATCH 07/54] test --- branch/latest/md5.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 4f53806..1edd15e 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -6,7 +6,7 @@ // 兼容nodejs, 要不然 window = {}; 会崩 // 使用 global.window 修复了这个问题, 还是 strict 舒服 -let name_input = "!tadw est!\natest\ntest2+aa"; +let name_input = "!test!\natest\n\ntest2"; let assets_data = { lang: null, gAd: null, From 3ba0df1939ed23eda0d3c14b16d2a0f047ab69f7 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:10:45 +0800 Subject: [PATCH 08/54] reee --- branch/latest/md5.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 1edd15e..41f2cdd 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -6,7 +6,7 @@ // 兼容nodejs, 要不然 window = {}; 会崩 // 使用 global.window 修复了这个问题, 还是 strict 舒服 -let name_input = "!test!\natest\n\ntest2"; +let name_input = "!test!\n\natest\n\ntest2"; let assets_data = { lang: null, gAd: null, From 340776dde2901210553d04c5aca6d5ff98b8a45f Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:15:04 +0800 Subject: [PATCH 09/54] H.bR -> H.saveStackTrace --- branch/latest/md5.js | 56 +++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index bc8d44b..1f94ed0 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1039,18 +1039,18 @@ var A = { }, unwrap_Exception(a) { if (a == null) return new H.jR(a) - if (a instanceof H.dt) return H.bR(a, a.a) + if (a instanceof H.dt) return H.saveStackTrace(a, a.a) if (typeof a !== "object") return a - if ("dartException" in a) return H.bR(a, a.dartException) + if ("dartException" in a) return H.saveStackTrace(a, a.dartException) return H.uH(a) }, - bR(a, b) { - if (t.u.b(b)) - if (b.$thrownJsError == null) b.$thrownJsError = a - return b + saveStackTrace(ex, err) { + if (t.u.b(err)) + if (err.$thrownJsError == null) err.$thrownJsError = ex + return err }, uH(a) { - var s, r, q, p, o, n, m, l, k, j, i, h, g, f, e = null + var s, r, q, t1, o, n, m, l, k, j, i, h, g, f, e = null if (!("message" in a)) return a s = a.message if ("number" in a && typeof a.number == "number") { @@ -1058,11 +1058,11 @@ var A = { q = r & 65535 if ((C.JsInt.am(r, 16) & 8191) === 10) switch (q) { case 438: - return H.bR(a, H.m9(H.as_string(s) + " (Error " + q + ")", e)) + return H.saveStackTrace(a, H.m9(H.as_string(s) + " (Error " + q + ")", e)) case 445: case 5007: - p = H.as_string(s) + " (Error " + q + ")" - return H.bR(a, new H.dP(p, e)) + t1 = H.as_string(s) + " (Error " + q + ")" + return H.saveStackTrace(a, new H.NullError(t1, e)) } } if (a instanceof TypeError) { @@ -1077,12 +1077,12 @@ var A = { h = $.rg() g = $.rf() f = o.aH(s) - if (f != null) return H.bR(a, H.m9(s, f)) + if (f != null) return H.saveStackTrace(a, H.m9(s, f)) else { f = n.aH(s) if (f != null) { f.method = "call" - return H.bR(a, H.m9(s, f)) + return H.saveStackTrace(a, H.m9(s, f)) } else { f = m.aH(s) if (f == null) { @@ -1099,18 +1099,20 @@ var A = { f = h.aH(s) if (f == null) { f = g.aH(s) - p = f != null - } else p = true - } else p = true - } else p = true - } else p = true - } else p = true - } else p = true - } else p = true - if (p) return H.bR(a, new H.dP(s, f == null ? e : f.method)) + t1 = f != null + } else t1 = true + } else t1 = true + } else t1 = true + } else t1 = true + } else t1 = true + } else t1 = true + } else t1 = true + if (t1) { + return H.saveStackTrace(a, new H.NullError(s, f == null ? e : f.method)) + } } } - return H.bR(a, new H.hU(typeof s == "string" ? s : "")) + return H.saveStackTrace(a, new H.hU(typeof s == "string" ? s : "")) } if (a instanceof RangeError) { if (typeof s == "string" && s.indexOf("call stack") !== -1) return new P.el() @@ -1120,7 +1122,7 @@ var A = { } catch (d) {} return null }(a) - return H.bR(a, new P.aS(false, e, e, typeof s == "string" ? s.replace(/^RangeError:\s*/, "") : s)) + return H.saveStackTrace(a, new P.aS(false, e, e, typeof s == "string" ? s.replace(/^RangeError:\s*/, "") : s)) } if (typeof InternalError == "function" && a instanceof InternalError) if (typeof s == "string" && s === "too much recursion") return new P.el() @@ -1707,7 +1709,7 @@ var A = { _.e = e _.f = f }, - dP: function dP(a, b) { + NullError: function dP(a, b) { this.a = a this.b = b }, @@ -9037,7 +9039,7 @@ H.kh.prototype = { return s } } -H.dP.prototype = { +H.NullError.prototype = { k(a) { var s = this.b if (s == null) return "NoSuchMethodError: " + H.as_string(this.a) @@ -17136,7 +17138,7 @@ T.Plr.prototype = { r = new T.SklHide(0) r.ch = new T.bd(r) r.Q = new T.ca(r) - skills.push(r) // 34 + skills.push(r) // 34 skills.push(new T.SkillVoid(0)) skills.push(new T.SkillVoid(0)) skills.push(new T.SkillVoid(0)) @@ -18975,7 +18977,7 @@ LangData.k_.prototype = { inherit(H.dr, H.c6) inherit_many(P.fv, [H.fB, H.hX]) inherit_many(H.M, [H.y, H.a9, P.id]) - inherit(H.dP, P.bc) + inherit(H.NullError, P.bc) inherit_many(H.c_, [H.j5, H.j6, H.kg, H.jH, H.lv, H.lx, P.kB, P.kA, P.lh, P.kK, P.kS, P.ke, P.kZ, P.jc, P.jd, W.jf, W.kF, W.jP, W.jO, W.l0, W.l1, W.l7, P.lE, P.lF, L.iS, L.iT, L.iU, V.j0, V.j1, X.iX, X.iY, X.iZ, HtmlRenderer.jx, HtmlRenderer.jy, HtmlRenderer.jw, HtmlRenderer.jz, HtmlRenderer.jB, HtmlRenderer.jC, HtmlRenderer.jD, HtmlRenderer.jV, HtmlRenderer.lp, HtmlRenderer.lq, Sgls.k5, Sgls.k6, T.k9, T.jk, T.jj, T.jl, T.ji, T.lD, T.jW, T.k3, T.kb, T.ko, T.kp, LangData.k_]) inherit_many(H.kg, [H.kc, H.dg]) inherit(P.dG, P.aU) From 21fd0767b4d88ae734d10428da472e1f98c79ef9 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:17:32 +0800 Subject: [PATCH 10/54] H.uH -> H._unwrapNonDartException --- branch/latest/md5.js | 84 ++++++++++++++++++++++---------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index bf47a5c..d00bf4a 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1042,33 +1042,33 @@ var A = { if (a instanceof H.dt) return H.saveStackTrace(a, a.a) if (typeof a !== "object") return a if ("dartException" in a) return H.saveStackTrace(a, a.dartException) - return H.uH(a) + return H._unwrapNonDartException(a) }, saveStackTrace(ex, err) { if (t.u.b(err)) if (err.$thrownJsError == null) err.$thrownJsError = ex return err }, - uH(a) { - var s, r, q, t1, o, n, m, l, k, j, i, h, g, f, e = null - if (!("message" in a)) return a - s = a.message - if ("number" in a && typeof a.number == "number") { - r = a.number + _unwrapNonDartException(ex) { + var s, r, q, t1, nsme, not_closure, null_call, l, k, j, i, h, g, match, e = null + if (!("message" in ex)) return ex + s = ex.message + if ("number" in ex && typeof ex.number == "number") { + r = ex.number q = r & 65535 if ((C.JsInt.am(r, 16) & 8191) === 10) switch (q) { case 438: - return H.saveStackTrace(a, H.m9(H.as_string(s) + " (Error " + q + ")", e)) + return H.saveStackTrace(ex, H.m9(H.as_string(s) + " (Error " + q + ")", e)) case 445: case 5007: t1 = H.as_string(s) + " (Error " + q + ")" - return H.saveStackTrace(a, new H.NullError(t1, e)) + return H.saveStackTrace(ex, new H.NullError(t1, e)) } } - if (a instanceof TypeError) { - o = $.r7() - n = $.r8() - m = $.r9() + if (ex instanceof TypeError) { + nsme = $.r7() + not_closure = $.r8() + null_call = $.r9() l = $.ra() k = $.rd() j = $.re() @@ -1076,30 +1076,30 @@ var A = { $.rb() h = $.rg() g = $.rf() - f = o.aH(s) - if (f != null) return H.saveStackTrace(a, H.m9(s, f)) + match = nsme.aH(s) + if (match != null) return H.saveStackTrace(ex, H.m9(s, match)) else { - f = n.aH(s) - if (f != null) { - f.method = "call" - return H.saveStackTrace(a, H.m9(s, f)) + match = not_closure.aH(s) + if (match != null) { + match.method = "call" + return H.saveStackTrace(ex, H.m9(s, match)) } else { - f = m.aH(s) - if (f == null) { - f = l.aH(s) - if (f == null) { - f = k.aH(s) - if (f == null) { - f = j.aH(s) - if (f == null) { - f = i.aH(s) - if (f == null) { - f = l.aH(s) - if (f == null) { - f = h.aH(s) - if (f == null) { - f = g.aH(s) - t1 = f != null + match = null_call.aH(s) + if (match == null) { + match = l.aH(s) + if (match == null) { + match = k.aH(s) + if (match == null) { + match = j.aH(s) + if (match == null) { + match = i.aH(s) + if (match == null) { + match = l.aH(s) + if (match == null) { + match = h.aH(s) + if (match == null) { + match = g.aH(s) + t1 = match != null } else t1 = true } else t1 = true } else t1 = true @@ -1108,25 +1108,25 @@ var A = { } else t1 = true } else t1 = true if (t1) { - return H.saveStackTrace(a, new H.NullError(s, f == null ? e : f.method)) + return H.saveStackTrace(ex, new H.NullError(s, match == null ? e : match.method)) } } } - return H.saveStackTrace(a, new H.hU(typeof s == "string" ? s : "")) + return H.saveStackTrace(ex, new H.hU(typeof s == "string" ? s : "")) } - if (a instanceof RangeError) { + if (ex instanceof RangeError) { if (typeof s == "string" && s.indexOf("call stack") !== -1) return new P.el() s = function (b) { try { return String(b) } catch (d) {} return null - }(a) - return H.saveStackTrace(a, new P.aS(false, e, e, typeof s == "string" ? s.replace(/^RangeError:\s*/, "") : s)) + }(ex) + return H.saveStackTrace(ex, new P.aS(false, e, e, typeof s == "string" ? s.replace(/^RangeError:\s*/, "") : s)) } - if (typeof InternalError == "function" && a instanceof InternalError) + if (typeof InternalError == "function" && ex instanceof InternalError) if (typeof s == "string" && s === "too much recursion") return new P.el() - return a + return ex }, get_trace_from_exception(a) { var s From 5735658dbda246e1c9a3cd7170721dede8b0e374 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:19:01 +0800 Subject: [PATCH 11/54] H.rI -> H.Closure_cspForwardCall --- branch/latest/md5.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index d00bf4a..ad8a4c2 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1247,7 +1247,7 @@ var A = { } throw H.wrap_expression("Error in functionType of tearoff") }, - rI(a, b, c, d) { + Closure_cspForwardCall(a, b, c, d) { var s = H.nF switch (b ? -1 : a) { case 0: @@ -1299,7 +1299,7 @@ var A = { if (c) return H.rK(a, b, d) s = b.length r = d || s >= 27 - if (r) return H.rI(s, d, a, b) + if (r) return H.Closure_cspForwardCall(s, d, a, b) if (s === 0) { r = $.bk $.bk = r + 1 From 176128ba92021d87009bea3cab87888108d94660 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:20:11 +0800 Subject: [PATCH 12/54] H.nF -> H.BoundClosure_selfOf --- branch/latest/md5.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index ad8a4c2..af88af2 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1247,51 +1247,51 @@ var A = { } throw H.wrap_expression("Error in functionType of tearoff") }, - Closure_cspForwardCall(a, b, c, d) { - var s = H.nF - switch (b ? -1 : a) { + Closure_cspForwardCall(arity, is_super_call, stub_name, func) { + var get_self = H.nF + switch (is_super_call ? -1 : arity) { case 0: return function (e, f) { return function () { return f(this)[e]() } - }(c, s) + }(stub_name, get_self) case 1: return function (e, f) { return function (g) { return f(this)[e](g) } - }(c, s) + }(stub_name, get_self) case 2: return function (e, f) { return function (g, h) { return f(this)[e](g, h) } - }(c, s) + }(stub_name, get_self) case 3: return function (e, f) { return function (g, h, i) { return f(this)[e](g, h, i) } - }(c, s) + }(stub_name, get_self) case 4: return function (e, f) { return function (g, h, i, j) { return f(this)[e](g, h, i, j) } - }(c, s) + }(stub_name, get_self) case 5: return function (e, f) { return function (g, h, i, j, k) { return f(this)[e](g, h, i, j, k) } - }(c, s) + }(stub_name, get_self) default: return function (e, f) { return function () { return e.apply(f(this), arguments) } - }(d, s) + }(func, get_self) } }, nH(a, b, c, d) { From 72fd95b1ad47b7b93d61a342b08d3460f630bcee Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:20:39 +0800 Subject: [PATCH 13/54] H.nF -> H.BoundClosure_selfOf --- branch/latest/md5.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index af88af2..06f5b9d 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1248,7 +1248,7 @@ var A = { throw H.wrap_expression("Error in functionType of tearoff") }, Closure_cspForwardCall(arity, is_super_call, stub_name, func) { - var get_self = H.nF + var get_self = H.BoundClosure_selfOf switch (is_super_call ? -1 : arity) { case 0: return function (e, f) { @@ -1317,7 +1317,7 @@ var A = { return new Function(r + (p == null ? $.dh = H.j3(n) : p) + "." + H.as_string(a) + "(" + o + ");}")() }, rJ(a, b, c, d) { - var s = H.nF, + var s = H.BoundClosure_selfOf, r = H.rG switch (b ? -1 : a) { case 0: @@ -1394,7 +1394,7 @@ var A = { rF(a, b) { return H._Universe_evalInEnvironment(init.typeUniverse, H.instanceType(a.a), b) }, - nF(a) { + BoundClosure_selfOf(a) { return a.a }, rG(a) { From dfff4e2f587bc0d0e293609e8ec2f8ac011d9d7b Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:20:51 +0800 Subject: [PATCH 14/54] H.nH -> H.Closure_forwardCallTo --- branch/latest/md5.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 06f5b9d..2476e5f 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1209,7 +1209,7 @@ var A = { s.$_name = b s.$_target = a0 q = !h - if (q) p = H.nH(b, a0, g, f) + if (q) p = H.Closure_forwardCallTo(b, a0, g, f) else { s.$static_name = b p = a0 @@ -1225,7 +1225,7 @@ var A = { } else k = "" j = c[n] if (j != null) { - if (q) m = H.nH(k, m, g, f) + if (q) m = H.Closure_forwardCallTo(k, m, g, f) s[j] = m } if (n === e) o = m @@ -1294,7 +1294,7 @@ var A = { }(func, get_self) } }, - nH(a, b, c, d) { + Closure_forwardCallTo(a, b, c, d) { var s, r, q, p, o, n = "receiver" if (c) return H.rK(a, b, d) s = b.length From 249f7d4e9db98cee9c9ecadbc3c8438705ebb00f Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:21:39 +0800 Subject: [PATCH 15/54] H.rJ -> H.Closure_cspForwardInterceptedCall --- branch/latest/md5.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 2476e5f..da0349f 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1316,7 +1316,7 @@ var A = { p = $.dh return new Function(r + (p == null ? $.dh = H.j3(n) : p) + "." + H.as_string(a) + "(" + o + ");}")() }, - rJ(a, b, c, d) { + Closure_cspForwardInterceptedCall(a, b, c, d) { var s = H.BoundClosure_selfOf, r = H.rG switch (b ? -1 : a) { @@ -1375,7 +1375,7 @@ var A = { if (s == null) s = $.dh = H.j3("receiver") r = b.length q = c || r >= 28 - if (q) return H.rJ(r, c, a, b) + if (q) return H.Closure_cspForwardInterceptedCall(r, c, a, b) if (r === 1) { q = "return function(){return this." + n + "." + H.as_string(a) + "(this." + s + ");" p = $.bk From ce1b228c7b87fce5e1a521ebba721eed3c2f9149 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:21:52 +0800 Subject: [PATCH 16/54] H.rG -> H.BoundClosure_receiverOf --- branch/latest/md5.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index da0349f..1030e01 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1318,7 +1318,7 @@ var A = { }, Closure_cspForwardInterceptedCall(a, b, c, d) { var s = H.BoundClosure_selfOf, - r = H.rG + r = H.BoundClosure_receiverOf switch (b ? -1 : a) { case 0: throw H.wrap_expression(new H.h3("Intercepted function with no arguments.")) @@ -1397,7 +1397,7 @@ var A = { BoundClosure_selfOf(a) { return a.a }, - rG(a) { + BoundClosure_receiverOf(a) { return a.b }, j3(a) { From 8258ab53bd5cec3541ed9cd965752ae285ae7f39 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:22:46 +0800 Subject: [PATCH 17/54] H.rK -> H.Closure_forwardInterceptedCallTo --- branch/latest/md5.js | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 1030e01..5d25cfa 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1296,7 +1296,7 @@ var A = { }, Closure_forwardCallTo(a, b, c, d) { var s, r, q, p, o, n = "receiver" - if (c) return H.rK(a, b, d) + if (c) return H.Closure_forwardInterceptedCallTo(a, b, d) s = b.length r = d || s >= 27 if (r) return H.Closure_cspForwardCall(s, d, a, b) @@ -1316,10 +1316,10 @@ var A = { p = $.dh return new Function(r + (p == null ? $.dh = H.j3(n) : p) + "." + H.as_string(a) + "(" + o + ");}")() }, - Closure_cspForwardInterceptedCall(a, b, c, d) { - var s = H.BoundClosure_selfOf, - r = H.BoundClosure_receiverOf - switch (b ? -1 : a) { + Closure_cspForwardInterceptedCall(arity, is_super_call, name, func) { + var get_self = H.BoundClosure_selfOf, + get_receiver = H.BoundClosure_receiverOf + switch (is_super_call ? -1 : arity) { case 0: throw H.wrap_expression(new H.h3("Intercepted function with no arguments.")) case 1: @@ -1327,37 +1327,37 @@ var A = { return function () { return f(this)[e](g(this)) } - }(c, r, s) + }(name, get_receiver, get_self) case 2: return function (e, f, g) { return function (h) { return f(this)[e](g(this), h) } - }(c, r, s) + }(name, get_receiver, get_self) case 3: return function (e, f, g) { return function (h, i) { return f(this)[e](g(this), h, i) } - }(c, r, s) + }(name, get_receiver, get_self) case 4: return function (e, f, g) { return function (h, i, j) { return f(this)[e](g(this), h, i, j) } - }(c, r, s) + }(name, get_receiver, get_self) case 5: return function (e, f, g) { return function (h, i, j, k) { return f(this)[e](g(this), h, i, j, k) } - }(c, r, s) + }(name, get_receiver, get_self) case 6: return function (e, f, g) { return function (h, i, j, k, l) { return f(this)[e](g(this), h, i, j, k, l) } - }(c, r, s) + }(name, get_receiver, get_self) default: return function (e, f, g) { return function () { @@ -1365,10 +1365,10 @@ var A = { Array.prototype.push.apply(q, arguments) return e.apply(f(this), q) } - }(d, r, s) + }(func, get_receiver, get_self) } }, - rK(a, b, c) { + Closure_forwardInterceptedCallTo(a, b, c) { var s, r, q, p, o, n = $.nE if (n == null) n = $.nE = H.j3("interceptor") s = $.dh From 4d6a3fb5b71893869432f0ce177a77401a22e392 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:28:55 +0800 Subject: [PATCH 18/54] H.Aw -> H.defineProperty --- branch/latest/md5.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 5d25cfa..90c8753 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1415,7 +1415,8 @@ var A = { uT(a) { return init.getIsolateTag(a) }, - Aw(a, b, c) { + defineProperty(a, b, c) { + // 笑死, 根本没人用 Object.defineProperty(a, b, { value: c, enumerable: false, From f4195625e5041d16046320b7ba124cd286b85f3d Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:29:46 +0800 Subject: [PATCH 19/54] H.rL -> H.Closure_fromTearOff --- branch/latest/md5.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 90c8753..aa6c094 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1180,7 +1180,7 @@ var A = { closure.$identity = func return func }, - rL(a2) { + Closure_fromTearOff(a2) { var s, r, q, p, o, n, m, l, k, j, i = a2.co, h = a2.iS, g = a2.iI, @@ -1389,7 +1389,7 @@ var A = { return new Function(q + H.as_string(p) + "}")() }, mx(a) { - return H.rL(a) + return H.Closure_fromTearOff(a) }, rF(a, b) { return H._Universe_evalInEnvironment(init.typeUniverse, H.instanceType(a.a), b) From d92d70008fdf2c653dde431539a9cca8f9c441c2 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:30:37 +0800 Subject: [PATCH 20/54] H.rH -> H.Closure__computeSignatureFunctionNewRti --- branch/latest/md5.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index aa6c094..867e93a 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1214,7 +1214,7 @@ var A = { s.$static_name = b p = a0 } - s.$S = H.rH(a1, h, g) + s.$S = H.Closure__computeSignatureFunctionNewRti(a1, h, g) s[a] = p for (o = p, n = 1; n < d.length; ++n) { m = d[n] @@ -1235,7 +1235,7 @@ var A = { s.$D = a2.dV return r }, - rH(a, b, c) { + Closure__computeSignatureFunctionNewRti(a, b, c) { if (typeof a == "number") return a if (typeof a == "string") { if (b) throw H.wrap_expression("Cannot compute signature for static tearoff.") From aca34f148da25675cb9aadcb6a0dc9019903311c Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:34:49 +0800 Subject: [PATCH 21/54] H.uT -> H.getIsolateAffinityTag --- branch/latest/md5.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 8864eae..4ef5bca 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1389,9 +1389,14 @@ var A = { return new Function(q + H.as_string(p) + "}")() }, mx(a) { + // 理论上不能改, 但是似乎可以 + // 上面是因为这玩意在普通版里是用来拼接的, 但是这里似乎没用于拼接 return H.Closure_fromTearOff(a) }, rF(a, b) { + // BoundClosure_evalRecipe + // or + // BoundClosure_evalRecipeIntercepted return H._Universe_evalInEnvironment(init.typeUniverse, H.instanceType(a.a), b) }, BoundClosure_selfOf(a) { @@ -1412,7 +1417,7 @@ var A = { vl(a) { throw H.wrap_expression(new P.fj(a)) }, - uT(a) { + getIsolateAffinityTag(a) { return init.getIsolateTag(a) }, defineProperty(a, b, c) { @@ -19363,7 +19368,7 @@ var t = (function rtii() { var lazy_final = hunkHelpers.lazyFinal, lazy_old = hunkHelpers.lazyOld lazy_final($, "vy", "oR", function () { - return H.uT("_$dart_dartClosure") + return H.getIsolateAffinityTag("_$dart_dartClosure") }) lazy_final($, "A0", "r7", function () { return H.br(H.ki({ From 36d1c9da40feb060e12930a80bdf6519f98f1f7b Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:35:00 +0800 Subject: [PATCH 22/54] H.vl -> H.throwCyclicInit --- branch/latest/md5.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 4ef5bca..099a6ff 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -188,7 +188,7 @@ function lazyOld(a, b, c, d) { a[b] = s a[c] = function () { a[c] = function () { - H.vl(b) + H.throwCyclicInit(b) } var r var q = d @@ -1414,7 +1414,7 @@ var A = { } throw H.wrap_expression(P.bz("Field name " + a + " not found.", null)) }, - vl(a) { + throwCyclicInit(a) { throw H.wrap_expression(new P.fj(a)) }, getIsolateAffinityTag(a) { From aebdcc8c052668c2ecdf00321252191e2840ea2b Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:35:26 +0800 Subject: [PATCH 23/54] H.oK -> H.patchInteriorProto --- branch/latest/md5.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 099a6ff..2232bb7 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1491,7 +1491,7 @@ var A = { }) return o.i } - if (p === "+") return H.oK(obj, s) + if (p === "+") return H.patchInteriorProto(obj, s) if (p === "*") throw H.wrap_expression(P.hT(n)) if (init.leafTags[n] === true) { o = H.lB(s) @@ -1502,9 +1502,9 @@ var A = { configurable: true }) return o.i - } else return H.oK(obj, s) + } else return H.patchInteriorProto(obj, s) }, - oK(a, b) { + patchInteriorProto(a, b) { var s = Object.getPrototypeOf(a) Object.defineProperty(s, init.dispatchPropertyName, { value: J.makeDispatchRecord(b, s, null, null), From 120ee91071c11c6dbd0f887a84895275be21290e Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:35:47 +0800 Subject: [PATCH 24/54] H.lB -> H.makeLeafDispatchRecord --- branch/latest/md5.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 2232bb7..2807ab7 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1467,7 +1467,7 @@ var A = { s = r.prototype p = n[0] if (p === "!") { - m = H.lB(s) + m = H.makeLeafDispatchRecord(s) $.lt[n] = m Object.defineProperty(obj, init.dispatchPropertyName, { value: m, @@ -1482,7 +1482,7 @@ var A = { return s } if (p === "-") { - o = H.lB(s) + o = H.makeLeafDispatchRecord(s) Object.defineProperty(Object.getPrototypeOf(obj), init.dispatchPropertyName, { value: o, enumerable: false, @@ -1494,7 +1494,7 @@ var A = { if (p === "+") return H.patchInteriorProto(obj, s) if (p === "*") throw H.wrap_expression(P.hT(n)) if (init.leafTags[n] === true) { - o = H.lB(s) + o = H.makeLeafDispatchRecord(s) Object.defineProperty(Object.getPrototypeOf(obj), init.dispatchPropertyName, { value: o, enumerable: false, @@ -1514,12 +1514,12 @@ var A = { }) return b }, - lB(a) { + makeLeafDispatchRecord(a) { return J.makeDispatchRecord(a, false, null, !!a.$iag) }, v3(a, b, c) { var s = b.prototype - if (init.leafTags[a] === true) return H.lB(s) + if (init.leafTags[a] === true) return H.makeLeafDispatchRecord(s) else return J.makeDispatchRecord(s, c, null, null) }, uY() { From e5026e5a6acd747eef896d33daec44937e9ff43d Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:36:16 +0800 Subject: [PATCH 25/54] H.v3 -> H.makeDefaultDispatchRecord --- branch/latest/md5.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 2807ab7..3ae8aad 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1517,7 +1517,7 @@ var A = { makeLeafDispatchRecord(a) { return J.makeDispatchRecord(a, false, null, !!a.$iag) }, - v3(a, b, c) { + makeDefaultDispatchRecord(a, b, c) { var s = b.prototype if (init.leafTags[a] === true) return H.makeLeafDispatchRecord(s) else return J.makeDispatchRecord(s, c, null, null) @@ -1544,7 +1544,7 @@ var A = { o = r[p] n = $.oL.$1(o) if (n != null) { - m = H.v3(o, s[o], n) + m = H.makeDefaultDispatchRecord(o, s[o], n) if (m != null) { Object.defineProperty(n, init.dispatchPropertyName, { value: m, From 713b8120fc24a22ba0fe553fe027114b01d06a59 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:36:30 +0800 Subject: [PATCH 26/54] H.uY -> H.initNativeDispatch --- branch/latest/md5.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 3ae8aad..0df8f12 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1522,7 +1522,7 @@ var A = { if (init.leafTags[a] === true) return H.makeLeafDispatchRecord(s) else return J.makeDispatchRecord(s, c, null, null) }, - uY() { + initNativeDispatch() { if (true === $.mA) return $.mA = true if (!run_env.from_code) { @@ -3095,7 +3095,7 @@ var A = { var proto, r, q, interceptor, o, n = a[init.dispatchPropertyName] if (n == null) if ($.mA == null) { - H.uY() + H.initNativeDispatch() n = a[init.dispatchPropertyName] } if (n != null) { proto = n.p From 736de331b51b02eacdae9862ec65a3fc23d1ad76 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:36:56 +0800 Subject: [PATCH 27/54] H.uX -> H.initHooks --- branch/latest/md5.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 0df8f12..9d9f579 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1533,7 +1533,7 @@ var A = { var s, r, q, p, o, n, m, l $.lt = Object.create(null) $.ly = Object.create(null) - H.uX() + H.initHooks() s = init.interceptorsByTag r = Object.getOwnPropertyNames(s) // 检测是否在网页内运行 @@ -1569,7 +1569,7 @@ var A = { } } }, - uX() { + initHooks() { var p, o, n, m = C.w() p = m.getTag From 4e39819926209d8ab475b33a93d2f5d1cbcbf4b7 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:38:25 +0800 Subject: [PATCH 28/54] H.cT -> H.applyHooksTransformer --- branch/latest/md5.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 9d9f579..840bf4d 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1579,9 +1579,10 @@ var A = { $.ov = new H.lw(o) $.oL = new H.lx(n) }, - cT(a, b) { - return a(b) || b - }, + // 笑死了, 我把所有调用删掉了(在之前的commit) + // applyHooksTransformer(transformer, hooks) { + // return transformer(hooks) || hooks + // }, JSSyntaxRegExp_makeNative(source, multiline, case_sensitive, unicode, dot_all, global) { var s = multiline ? "m" : "", r = case_sensitive ? "" : "i", From 2551149a0cb1d59af802959a0be43523c8f0389f Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:40:41 +0800 Subject: [PATCH 29/54] H.tr -> H.Rti__getQuestionFromStar --- branch/latest/md5.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 840bf4d..f45ce8f 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1861,7 +1861,7 @@ var A = { ez: function ez() {}, eA: function eA() {}, eB: function eB() {}, - tr(a, b) { + Rti__getQuestionFromStar(a, b) { var s = b.c return s == null ? b.c = H._Universe__lookupQuestionRti(a, b.z, true) : s }, @@ -2483,7 +2483,7 @@ var A = { else if (s === 6) { q = b.z if (q.y === 8 && H.lz(q.z)) return q - else return H.tr(a, b) + else return H.Rti__getQuestionFromStar(a, b) } } p = new H.aW(null, null) From 08fcfb8458eb5d64c8361eb937f921cf7b2880b5 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:40:53 +0800 Subject: [PATCH 30/54] H.o2 -> H.Rti__getFutureFromFutureOr --- branch/latest/md5.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index f45ce8f..1450559 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1865,7 +1865,7 @@ var A = { var s = b.c return s == null ? b.c = H._Universe__lookupQuestionRti(a, b.z, true) : s }, - o2(a, b) { + Rti__getFutureFromFutureOr(a, b) { var s = b.c return s == null ? b.c = H._Universe__lookupInterfaceRti(a, "bl", [b.z]) : s }, @@ -2888,7 +2888,7 @@ var A = { } if (r === 8) { if (!H._isSubtype(a, b.z, c, d, e)) return false - return H._isSubtype(a, H.o2(a, b), c, d, e) + return H._isSubtype(a, H.Rti__getFutureFromFutureOr(a, b), c, d, e) } if (r === 7) { s = H._isSubtype(a, b.z, c, d, e) @@ -2896,7 +2896,7 @@ var A = { } if (p === 8) { if (H._isSubtype(a, b, c, d.z, e)) return true - return H._isSubtype(a, b, c, H.o2(a, d), e) + return H._isSubtype(a, b, c, H.Rti__getFutureFromFutureOr(a, d), e) } if (p === 7) { s = H._isSubtype(a, b, c, d.z, e) From 05a75d1af0b610a23df2f3856050c34da9f82898 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:41:13 +0800 Subject: [PATCH 31/54] H.o3 -> H.Rti__isUnionOfFunctionType --- branch/latest/md5.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 1450559..ff43d67 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1869,9 +1869,9 @@ var A = { var s = b.c return s == null ? b.c = H._Universe__lookupInterfaceRti(a, "bl", [b.z]) : s }, - o3(a) { + Rti__isUnionOfFunctionType(a) { var s = a.y - if (s === 6 || s === 7 || s === 8) return H.o3(a.z) + if (s === 6 || s === 7 || s === 8) return H.Rti__isUnionOfFunctionType(a.z) return s === 11 || s === 12 }, tq(a) { @@ -1993,7 +1993,7 @@ var A = { }, oE(a, b) { var s - if (H.o3(b)) + if (H.Rti__isUnionOfFunctionType(b)) if (a instanceof H.c_) { s = H.oy(a) if (s != null) return s From 7c264d2bc1c65159b319f1187d9c52d2241142bb Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:41:21 +0800 Subject: [PATCH 32/54] H.tq -> H.Rti__getCanonicalRecipe --- branch/latest/md5.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index ff43d67..b11f003 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1874,7 +1874,7 @@ var A = { if (s === 6 || s === 7 || s === 8) return H.Rti__isUnionOfFunctionType(a.z) return s === 11 || s === 12 }, - tq(a) { + Rti__getCanonicalRecipe(a) { return a.cy }, find_type(a) { @@ -2817,7 +2817,7 @@ var A = { o = parser.e if (o.y === 10) o = o.z n = H.ua(s, o.z)[p] - if (n == null) H.throw_expression('No "' + p + '" in "' + H.tq(o) + '"') + if (n == null) H.throw_expression('No "' + p + '" in "' + H.Rti__getCanonicalRecipe(o) + '"') stack.push(H._Universe_evalInEnvironment(s, o, n)) } else stack.push(p) return m From 6902e0b9fd40800356c7d14fcb0795cef988b7f4 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:45:27 +0800 Subject: [PATCH 33/54] H.bt -> H._checkValidIndex --- branch/latest/md5.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index b11f003..c7e8002 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1835,8 +1835,8 @@ var A = { s = new Uint8Array(a, b) return s }, - bt(a, b, c) { - if (a >>> 0 !== a || a >= c) throw H.wrap_expression(H.bQ(b, a)) + _checkValidIndex(index, list, len) { + if (index >>> 0 !== index || index >= len) throw H.wrap_expression(H.bQ(list, index)) }, ug(a, b, c) { var s @@ -9552,11 +9552,11 @@ H.cw.prototype = { } H.c9.prototype = { h(a, b) { - H.bt(b, a, a.length) + H._checkValidIndex(b, a, a.length) return a[b] }, m(a, b, c) { - H.bt(b, a, a.length) + H._checkValidIndex(b, a, a.length) a[b] = c }, $iA: 1, @@ -9564,7 +9564,7 @@ H.c9.prototype = { } H.dK.prototype = { m(a, b, c) { - H.bt(b, a, a.length) + H._checkValidIndex(b, a, a.length) a[b] = c }, $iA: 1, @@ -9572,31 +9572,31 @@ H.dK.prototype = { } H.fE.prototype = { h(a, b) { - H.bt(b, a, a.length) + H._checkValidIndex(b, a, a.length) return a[b] } } H.fF.prototype = { h(a, b) { - H.bt(b, a, a.length) + H._checkValidIndex(b, a, a.length) return a[b] } } H.fG.prototype = { h(a, b) { - H.bt(b, a, a.length) + H._checkValidIndex(b, a, a.length) return a[b] } } H.fH.prototype = { h(a, b) { - H.bt(b, a, a.length) + H._checkValidIndex(b, a, a.length) return a[b] } } H.fI.prototype = { h(a, b) { - H.bt(b, a, a.length) + H._checkValidIndex(b, a, a.length) return a[b] } } @@ -9605,7 +9605,7 @@ H.dL.prototype = { return a.length }, h(a, b) { - H.bt(b, a, a.length) + H._checkValidIndex(b, a, a.length) return a[b] } } @@ -9614,7 +9614,7 @@ H.cx.prototype = { return a.length }, h(a, b) { - H.bt(b, a, a.length) + H._checkValidIndex(b, a, a.length) return a[b] }, $icx: 1 From a3a7430b5eaf92a73e63768ca72a9dc6e3258456 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:48:49 +0800 Subject: [PATCH 34/54] H.bP -> H._substitute --- branch/latest/md5.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index c7e8002..282f6a3 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1880,7 +1880,7 @@ var A = { find_type(a) { return H._Universe_addErasedTypes(init.typeUniverse, a, false) }, - bP(a, b, a0, a1) { + _substitute(a, b, a0, a1) { var s, r, q, p, o, n, m, l, k, j, i, h, g, f, e, d, c = b.y switch (c) { case 5: @@ -1891,17 +1891,17 @@ var A = { return b case 6: s = b.z - r = H.bP(a, s, a0, a1) + r = H._substitute(a, s, a0, a1) if (r === s) return b return H._Universe__lookupStarRti(a, r, true) case 7: s = b.z - r = H.bP(a, s, a0, a1) + r = H._substitute(a, s, a0, a1) if (r === s) return b return H._Universe__lookupQuestionRti(a, r, true) case 8: s = b.z - r = H.bP(a, s, a0, a1) + r = H._substitute(a, s, a0, a1) if (r === s) return b return H._Universe__lookupFutureOrRti(a, r, true) case 9: @@ -1911,14 +1911,14 @@ var A = { return H._Universe__lookupInterfaceRti(a, b.z, p) case 10: o = b.z - n = H.bP(a, o, a0, a1) + n = H._substitute(a, o, a0, a1) m = b.Q l = H.eP(a, m, a0, a1) if (n === o && l === m) return b return H._Universe__lookupBindingRti(a, n, l) case 11: k = b.z - j = H.bP(a, k, a0, a1) + j = H._substitute(a, k, a0, a1) i = b.Q h = H.uE(a, i, a0, a1) if (j === k && h === i) return b @@ -1928,7 +1928,7 @@ var A = { a1 += g.length f = H.eP(a, g, a0, a1) o = b.z - n = H.bP(a, o, a0, a1) + n = H._substitute(a, o, a0, a1) if (f === g && n === o) return b return H._Universe__lookupGenericFunctionRti(a, n, f, true) case 13: @@ -1946,7 +1946,7 @@ var A = { n = H.ld(o) for (s = false, r = 0; r < o; ++r) { q = b[r] - p = H.bP(a, q, c, d) + p = H._substitute(a, q, c, d) if (p !== q) s = true n[r] = p } @@ -1959,7 +1959,7 @@ var A = { q = b[r] p = b[r + 1] o = b[r + 2] - n = H.bP(a, o, c, d) + n = H._substitute(a, o, c, d) if (n !== o) s = true l.splice(r, 3, q, p, n) } @@ -2633,7 +2633,7 @@ var A = { } } if (q > 0) { - n = H.bP(a, b, r, 0) + n = H._substitute(a, b, r, 0) m = H.eP(a, c, r, 0) return H._Universe__lookupGenericFunctionRti(a, n, m, c !== m) } From fbbb90e2799fe8e91d534ee291f940f3d1116040 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:49:06 +0800 Subject: [PATCH 35/54] H.find_type -> H.findType --- branch/latest/md5.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 282f6a3..0248a0b 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1877,7 +1877,7 @@ var A = { Rti__getCanonicalRecipe(a) { return a.cy }, - find_type(a) { + findType(a) { return H._Universe_addErasedTypes(init.typeUniverse, a, false) }, _substitute(a, b, a0, a1) { @@ -19112,7 +19112,7 @@ var u = { c: "Error handler must accept one Object or one Object and a StackTrace as arguments, and return a value of the returned future's type" } var t = (function rtii() { - var find_type = H.find_type + var find_type = H.findType return { fh: find_type("@"), cR: find_type("cn"), @@ -19326,14 +19326,14 @@ var t = (function rtii() { $.eO = null $.ms = false $.P = C.f - $.ch = H.b([], H.find_type("E")) + $.ch = H.b([], H.findType("E")) $.bA = null $.m4 = null $.nJ = null $.nI = null $.et = P.cu(t.N, t.Z) $.jU = 0 - $.ay = P.cu(t.X, H.find_type("ax*")) + $.ay = P.cu(t.X, H.findType("ax*")) $.rW = function () { var s = t.X return P.dD(["aokiji", "R0lGODlhEAAQAMIDAAAAAEB2/4Kl/////////////////////yH5BAEKAAQALAAAAAAQABAAAANISLrQsJC1MVwkLgSqLW6bQFFi4ACjIGxDoI7gqHFsO9UsXgFuPXIr0Or3691kHGSMxuRMSMPWi3IK/UqeTM7UuDio3YskDEkAADs=", "conan", "R0lGODlhEAAQAMIAAAAAANAYISpXyf///wAAAAAAAAAAAAAAACH5BAEKAAQALAAAAAAQABAAAANISATczkqBQasFcQlrBV6MsHGiEzQj5TEnELzM5cIsbdLLC+/6N/O/E6j3IP5ilVqrBUgNVi6HyDltSJoiVekTCU23me4DEkkAADs=", "covid", "R0lGODlhEAAQAIIAMf/GAOpK/f///wAAAP///wAAAAAAAAAAACH5BAEAAAQALAAAAAAQABAAAgNKSLrTvZC4AeqIqgEttoNU1wSOx1BBmoabNJGDGpjURlqBAJf6ba+WWgwmy3kcRYFO6AKolMuJBCAqmjIUJKd12moemNrxgnF9IgkAOw==", "ikaruga", "R0lGODlhEAAQAMIEAAAAAAcHB7MABFuV/////////////////yH5BAEKAAcALAAAAAAQABAAAANKeLrRsZA1Qlw8jmoCGgzaMAiC9iiTOFBk6WGUypLUk4pbW00EvhG0XWz1C2Z8o9kO1uuNSqUKCqR60l5MZ1AqAf0skczudJliFwkAOw==", "lazy", "R0lGODlhEAAQAMICAAAAAAgICP+3t/////+3t/+3t/+3t/+3tyH5BAEKAAQALAAAAAAQABAAAANPSLpM8K9JMCqQDoIwwp3VQG1fBnFeWFKW6GnL1rFi87raSQQcvXEhHkeQGwqOncBxKeAxj07io6kkQZXPKJM3YCa7yySwIhwnd5qAokhIAAA7", "mario", "R0lGODlhEAAQAIEAMQAAANgoAPz8/AAAACH5BAEAAAAALAAAAAAQABAAAQJBhD2px6AhRFgshRvvHCdJGH1CgoDhKXEWqLHboH2tvEItpq3ZvXvnfPIphooI0YgcLXyjpLKDQnE6g6hxSiVSAAUAOw==", "mosquito", "R0lGODlhEAAQAKECAAAAAP8AAP///////yH5BAEKAAMALAAAAAAQABAAAAJB3ICpaCnxRIRKoAkpsJu/AHpch4DgxR0kcK6GKrGB+zrylrzH2OL62or9SKcYYIgr5mq82eXI5AQtw1gxhVwwDAUAOw==", "saitama", "R0lGODlhEAAQAMIGAAAAAAgICGxsbP/AmP/PV/////jIUfjIUSH5BAEKAAcALAAAAAAQABAAAANKeLrRsZC1MVw8juraYNhUIVYSGIodZprPtG7ZC8YyFxSC8OZFAIi4nJAnAhgLx2DxZwQQCMZn7hmFOp/YKZZa3Xqth6bR1xADDgkAOw==", "seed", "R0lGODlhEAAQAMIDAAAAAG9tbUCy5////////////////////yH5BAEKAAQALAAAAAAQABAAAANFSLrQsJC1MVwkjuraVN6gA4CDIJCNSW5BkJon2LZpAMdzMLiAYN85HQ/28wWHpmJrN3sRjUya4xm0YJzNTmTKe1wkWkgCADs=", "slime", "R0lGODlhEAAQAMIEAAABAFaSRV6qSLn9qgAAAAAAAAAAAAAAACH5BAEKAAQALAAAAAAQABAAAANCSKrQvpA4QcWDrWoLsB5bxwDVYApB2jClaaaqRMIuCk92CuYBR8G9DSUjLBI3wMpRQzvhis4OqVUbjopKkczBvSQAADs=", "sonic", "R0lGODlhEAAQAMIDAAgICOgSJh9O/////////////////////yH5BAEKAAQALAAAAAAQABAAAANBSLrQsJA1IVwkjuraINDDsFUSFYZbh5knqj2T0LpUBp4jN9JpnJuc1S8UIGE+uUBRJRQonzXP5LlkSpCWy/URSQAAOw==", "yuri", "R0lGODlhEAAQAKEDAAAAAN4H28asxv///yH5BAEKAAMALAAAAAAQABAAAAI+hI85EB3s4DNBiFcvs3NjvmlL9WkesEDnKI7fw8Lpi6roMJ42jh8NNeEJVb+bsFc0HIfB5ZFhdPIO0mf0WAAAOw=="], s, s) @@ -20363,7 +20363,7 @@ var t = (function rtii() { new T.kt(), "玄月奖杯", new T.ku() - ], t.X, H.find_type("bL*(m*,u*)*")) + ], t.X, H.findType("bL*(m*,u*)*")) }) lazy_old($, "Ad", "rk", function () { // return H.b([$.iL(), $.n8(), $.n6(), $.n9(), $.no(), $.nm(), $.nb(), $.nn(), $.np(), $.nj(), $.qg(), $.qj(), $.qt(), $.qX(), $.qf(), $.qN(), $.qd(), $.qT(), $.qV(), $.ql(), $.qS(), $.qe()], t.V) @@ -20377,7 +20377,7 @@ var t = (function rtii() { ) }) lazy_old($, "AA", "nx", function () { - return new P.cK(null, null, null, H.find_type("cK")) + return new P.cK(null, null, null, H.findType("cK")) }) })(); (function nativeSupport() { From decdeb1ed43981562b5ccbd31630374e2d7c709c Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:51:29 +0800 Subject: [PATCH 36/54] H.eP -> H._substituteArray --- branch/latest/md5.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 0248a0b..bca9cfc 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1906,14 +1906,14 @@ var A = { return H._Universe__lookupFutureOrRti(a, r, true) case 9: q = b.Q - p = H.eP(a, q, a0, a1) + p = H._substituteArray(a, q, a0, a1) if (p === q) return b return H._Universe__lookupInterfaceRti(a, b.z, p) case 10: o = b.z n = H._substitute(a, o, a0, a1) m = b.Q - l = H.eP(a, m, a0, a1) + l = H._substituteArray(a, m, a0, a1) if (n === o && l === m) return b return H._Universe__lookupBindingRti(a, n, l) case 11: @@ -1926,7 +1926,7 @@ var A = { case 12: g = b.Q a1 += g.length - f = H.eP(a, g, a0, a1) + f = H._substituteArray(a, g, a0, a1) o = b.z n = H._substitute(a, o, a0, a1) if (f === g && n === o) return b @@ -1941,7 +1941,7 @@ var A = { throw H.wrap_expression(P.iP("Attempted to substitute unexpected RTI kind " + c)) } }, - eP(a, b, c, d) { + _substituteArray(a, b, c, d) { var s, r, q, p, o = b.length, n = H.ld(o) for (s = false, r = 0; r < o; ++r) { @@ -1967,9 +1967,9 @@ var A = { }, uE(a, b, c, d) { var s, r = b.a, - q = H.eP(a, r, c, d), + q = H._substituteArray(a, r, c, d), p = b.b, - o = H.eP(a, p, c, d), + o = H._substituteArray(a, p, c, d), n = b.c, m = H.uF(a, n, c, d) if (q === r && o === p && m === n) return b @@ -2634,7 +2634,7 @@ var A = { } if (q > 0) { n = H._substitute(a, b, r, 0) - m = H.eP(a, c, r, 0) + m = H._substituteArray(a, c, r, 0) return H._Universe__lookupGenericFunctionRti(a, n, m, c !== m) } } From 1255e96bd611dd07c6aa8948f90bfe302526433c Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:51:40 +0800 Subject: [PATCH 37/54] H.uF -> H._substituteNamed --- branch/latest/md5.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index bca9cfc..51a0248 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1952,7 +1952,7 @@ var A = { } return s ? n : b }, - uF(a, b, c, d) { + _substituteNamed(a, b, c, d) { var s, r, q, p, o, n, m = b.length, l = H.ld(m) for (s = false, r = 0; r < m; r += 3) { @@ -1971,7 +1971,7 @@ var A = { p = b.b, o = H._substituteArray(a, p, c, d), n = b.c, - m = H.uF(a, n, c, d) + m = H._substituteNamed(a, n, c, d) if (q === r && o === p && m === n) return b s = new H.ib() s.a = q From 1860f9b3792a49931d4ee1b0279a163bac9b8038 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:51:52 +0800 Subject: [PATCH 38/54] H.uE -> H._substituteFunctionParameters --- branch/latest/md5.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 51a0248..91254ec 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1920,7 +1920,7 @@ var A = { k = b.z j = H._substitute(a, k, a0, a1) i = b.Q - h = H.uE(a, i, a0, a1) + h = H._substituteFunctionParameters(a, i, a0, a1) if (j === k && h === i) return b return H._Universe__lookupFunctionRti(a, j, h) case 12: @@ -1965,7 +1965,7 @@ var A = { } return s ? l : b }, - uE(a, b, c, d) { + _substituteFunctionParameters(a, b, c, d) { var s, r = b.a, q = H._substituteArray(a, r, c, d), p = b.b, From 72670be9b9caa1b30fae91629977864ffd62d20c Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:55:31 +0800 Subject: [PATCH 39/54] H.oE -> H.instanceOrFunctionType --- branch/latest/md5.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 91254ec..9872967 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1991,7 +1991,7 @@ var A = { } return null }, - oE(a, b) { + instanceOrFunctionType(a, b) { var s if (H.Rti__isUnionOfFunctionType(b)) if (a instanceof H.c_) { @@ -2126,7 +2126,7 @@ var A = { uh(a) { var s = this if (a == null) return H.ln(s) - return H._isSubtype(init.typeUniverse, H.oE(a, s), null, s, null) + return H._isSubtype(init.typeUniverse, H.instanceOrFunctionType(a, s), null, s, null) }, uj(a) { if (a == null) return true @@ -2163,7 +2163,7 @@ var A = { H.oo(a, s) }, oo(a, b) { - throw H.wrap_expression(H.u_(H.ob(a, H.oE(a, b), H.aH(b, null)))) + throw H.wrap_expression(H.u_(H.ob(a, H.instanceOrFunctionType(a, b), H.aH(b, null)))) }, ob(a, b, c) { var s = P.jh(a), From aee34f9109e34bfc8273988431734b76cebe6a80 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:56:27 +0800 Subject: [PATCH 40/54] H.b -> H.setRuntimeTypeInfo --- branch/latest/md5.js | 610 +++++++++++++++++++++---------------------- 1 file changed, 305 insertions(+), 305 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 9872967..6794189 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -396,7 +396,7 @@ var A = { s = J.cm(P.my(f.getContext("2d").getImageData(0, 0, 128, 128))) for (r = t.i, q = 0; q < 38; ++q) { p = C.JsInt.V(q, 8) * 64 + C.JsInt.ag(q, 8) * 8192 - o = H.b([], r) + o = H.setRuntimeTypeInfo([], r) for (n = 0; n < 16; ++n) for (m = n * 512, l = 0; l < 16; ++l) { k = p + l * 4 + m @@ -408,8 +408,8 @@ var A = { } for (q = 0; q < 8; ++q) { p = q * 64 + 57344 - i = H.b([], r) - h = H.b([], r) + i = H.setRuntimeTypeInfo([], r) + h = H.setRuntimeTypeInfo([], r) for (n = 0; n < 16; ++n) for (m = n * 512, l = 0; l < 16; ++l) { k = p + l * 4 + m @@ -437,7 +437,7 @@ var A = { ts(a) { var s, r, q, p, o, n, m, l, k, j, i, h, g, f = C.d.V(a[0], $.me.length), e = t.i, - d = H.b([], e) + d = H.setRuntimeTypeInfo([], e) d.push(C.d.V(a[1], $.dZ.length)) s = a[2] r = $.dZ.length @@ -467,7 +467,7 @@ var A = { n.toString n.fillStyle = "rgba(" + s + ", " + r + ", " + k + ", 1)" n.fillRect(1, 1, 14, 14) - j = H.b([], e) + j = H.setRuntimeTypeInfo([], e) i = new Sgls.k6(j, m, d) for (p = o, h = 0; h < d.length; ++h) { o = p + 1 @@ -502,7 +502,7 @@ var A = { }, tu(a, b) { var s, r, q, p - Sgls.o4(a, $.me[b], H.b([64, 64, 64], t.i)) + Sgls.o4(a, $.me[b], H.setRuntimeTypeInfo([64, 64, 64], t.i)) s = P.my(a.getImageData(0, 0, 16, 16)) r = $.o5[b] for (q = J.bv(s), p = 0; p < 256; ++p) q.gck(s)[p * 4 + 3] = r[p] @@ -891,7 +891,7 @@ var A = { return s }, tl(a) { - var s, r, q, p = H.b([], t.dC) + var s, r, q, p = H.setRuntimeTypeInfo([], t.dC) for (s = a.length, r = 0; r < a.length; a.length === s || (0, H.F)(a), ++r) { q = a[r] if (!H.aP(q)) throw H.wrap_expression(H.R(q)) @@ -1005,7 +1005,7 @@ var A = { var s, r, q, p, o, n a = H.quoteStringForRegExp(a.replace(String({}), "$receiver$")) s = a.match(/\\\$[a-zA-Z]+\\\$/g) - if (s == null) s = H.b([], t.s) + if (s == null) s = H.setRuntimeTypeInfo([], t.s) r = s.indexOf("\\$arguments\\$") q = s.indexOf("\\$argumentsExpr\\$") p = s.indexOf("\\$expr\\$") @@ -1979,7 +1979,7 @@ var A = { s.c = m return s }, - b(a, b) { + setRuntimeTypeInfo(a, b) { a[init.arrayRti] = b return a }, @@ -2151,14 +2151,14 @@ var A = { Au(a) { var s = this if (a == null) return a - else if (s.b(a)) return a + else if (s.setRuntimeTypeInfo(a)) return a H.oo(a, s) }, ui(a) { var s = this if (a == null) return a // set run time info - else if (s.b(a)) return a + else if (s.setRuntimeTypeInfo(a)) return a logger.debug("faild nullable as check", a) H.oo(a, s) }, @@ -2283,7 +2283,7 @@ var A = { if (a6 != null) { s = a6.length if (a5 == null) { - a5 = H.b([], t.s) + a5 = H.setRuntimeTypeInfo([], t.s) r = null } else r = a5.length q = a5.length @@ -3142,10 +3142,10 @@ var A = { }, t_(a, b) { if (!H.aP(a) || a < 0) throw H.wrap_expression(P.bz("Length must be a non-negative integer: " + H.as_string(a), null)) - return H.b(new Array(a), b.i("E<0>")) + return H.setRuntimeTypeInfo(new Array(a), b.i("E<0>")) }, t0(a, b) { - return J.nL(H.b(a, b.i("E<0>"))) + return J.nL(H.setRuntimeTypeInfo(a, b.i("E<0>"))) }, nL(a) { a.fixed$length = Array @@ -3467,7 +3467,7 @@ var A = { r = r < 26 ? r + 65 : r + 71 q = q < 26 ? q + 65 : q + 71 p = p < 26 ? p + 65 : p + 71 - return P.mh(H.b([r, q, p, o < 26 ? o + 65 : o + 71], t.i), 0, null) + return P.mh(H.setRuntimeTypeInfo([r, q, p, o < 26 ? o + 65 : o + 71], t.i), 0, null) }, j(a, b) { let result = C.e.bt(0, X.f4(a, b)) @@ -3485,7 +3485,7 @@ var A = { }, lA: function lA() {}, fZ(a) { - var s = H.b([0], t.i) + var s = H.setRuntimeTypeInfo([0], t.i) C.Array.a5(s, C.e.gaB().ab(a)) return s }, @@ -3502,7 +3502,7 @@ var A = { if (a) { s = new Y.RC4() s.bd(C.e.gaB().ab(q), 2) - s.di(H.b([32, 46, 189, 177, 148, 32], t.i)) + s.di(H.setRuntimeTypeInfo([32, 46, 189, 177, 148, 32], t.i)) return s } else { r = new Y.RC4() @@ -4062,7 +4062,7 @@ var A = { if (b === "(" && c === ")") return "(...)" return b + "..." + c } - s = H.b([], t.s) + s = H.setRuntimeTypeInfo([], t.s) $.ch.push(a) try { P.uu(a, s) @@ -4340,8 +4340,8 @@ var A = { }, List_List__of(a, b) { var s, r - if (Array.isArray(a)) return H.b(a.slice(0), b.i("E<0>")) // JSArray<0> - s = H.b([], b.i("E<0>")) + if (Array.isArray(a)) return H.setRuntimeTypeInfo(a.slice(0), b.i("E<0>")) // JSArray<0> + s = H.setRuntimeTypeInfo([], b.i("E<0>")) for (r = J.by(a); r.u();) s.push(r.gC()) return s }, @@ -4679,8 +4679,8 @@ var A = { c = a4.d, b = 0, a = $.T(), - a0 = H.b([], t.q), - a1 = H.b([], t.H), + a0 = H.setRuntimeTypeInfo([], t.q), + a1 = H.setRuntimeTypeInfo([], t.H), a2 = P.a0(t.X, t.W), a3 = new Sgls.c(t.n) a3.c = a3 @@ -4710,17 +4710,17 @@ var A = { l.c = l l.b = l k = t.i - j = H.b([], k) - i = H.b([], k) - h = H.b([], k) - k = H.b([], k) + j = H.setRuntimeTypeInfo([], k) + i = H.setRuntimeTypeInfo([], k) + h = H.setRuntimeTypeInfo([], k) + k = H.setRuntimeTypeInfo([], k) g = 0 g = new T.dR(f, e, d, c, b, a, a0, a1, a2, a3, s, r, q, p, o, n, m, l, j, i, h, k, g, g, g, $.W(), g) g.a1(f, e, d, c) g.cm = a4 g.e = T.fD(a4 instanceof T.dR ? g.a6 = a4.a6 : g.a6 = a4) f = a4.t - f = H.b(f.slice(0), H._arrayInstanceType(f)) + f = H.setRuntimeTypeInfo(f.slice(0), H._arrayInstanceType(f)) g.t = f return g }, @@ -4823,14 +4823,14 @@ var A = { I(a, b, c) { var s, r, q, p, o = b ? a.dx : a.ch, n = t.i, - m = H.b([c.n() & 127, c.n() & 127, c.n() & 127, o + $.au(), o], n) + m = H.setRuntimeTypeInfo([c.n() & 127, c.n() & 127, c.n() & 127, o + $.au(), o], n) C.Array.aJ(m) s = m[$.t()] m = c.n() r = $.au() q = c.n() p = $.au() - n = H.b([(m & 63) + r, (q & 63) + p, o + p], n) + n = H.setRuntimeTypeInfo([(m & 63) + r, (q & 63) + p, o + p], n) C.Array.aJ(n) return s * n[$.i()] * a.id }, @@ -4856,8 +4856,8 @@ var A = { if (a5 == $.nk()) { s = 0 r = $.T() - q = H.b([], t.q) - p = H.b([], t.H) + q = H.setRuntimeTypeInfo([], t.q) + p = H.setRuntimeTypeInfo([], t.H) o = P.a0(t.X, t.W) n = new Sgls.c(t.n) n.c = n @@ -4887,10 +4887,10 @@ var A = { f.c = f f.b = f e = t.i - d = H.b([], e) - c = H.b([], e) - b = H.b([], e) - e = H.b([], e) + d = H.setRuntimeTypeInfo([], e) + c = H.setRuntimeTypeInfo([], e) + b = H.setRuntimeTypeInfo([], e) + e = H.setRuntimeTypeInfo([], e) a = 0 a = new T.fU(a4, a5, a4, a3, s, r, q, p, o, n, m, l, k, j, i, h, g, f, d, c, b, e, a, a, a, $.W(), a) a.a1(a4, a5, a4, a3) @@ -4900,8 +4900,8 @@ var A = { if (a5 == $.qR()) { s = 0 r = $.T() - q = H.b([], t.q) - p = H.b([], t.H) + q = H.setRuntimeTypeInfo([], t.q) + p = H.setRuntimeTypeInfo([], t.H) o = P.a0(t.X, t.W) n = new Sgls.c(t.n) n.c = n @@ -4931,10 +4931,10 @@ var A = { f.c = f f.b = f e = t.i - d = H.b([], e) - c = H.b([], e) - b = H.b([], e) - e = H.b([], e) + d = H.setRuntimeTypeInfo([], e) + c = H.setRuntimeTypeInfo([], e) + b = H.setRuntimeTypeInfo([], e) + e = H.setRuntimeTypeInfo([], e) a = 0 a = new T.fV(a4, a5, a4, a3, s, r, q, p, o, n, m, l, k, j, i, h, g, f, d, c, b, e, a, a, a, $.W(), a) a.a1(a4, a5, a4, a3) @@ -4948,8 +4948,8 @@ var A = { q = H.as_string(a4) + H.as_string($.aD()) p = 0 o = $.T() - n = H.b([], t.q) - m = H.b([], t.H) + n = H.setRuntimeTypeInfo([], t.q) + m = H.setRuntimeTypeInfo([], t.H) l = P.a0(t.X, t.W) k = new Sgls.c(t.n) k.c = k @@ -4979,10 +4979,10 @@ var A = { c.c = c c.b = c b = t.i - a = H.b([], b) - a0 = H.b([], b) - a1 = H.b([], b) - b = H.b([], b) + a = H.setRuntimeTypeInfo([], b) + a0 = H.setRuntimeTypeInfo([], b) + a1 = H.setRuntimeTypeInfo([], b) + b = H.setRuntimeTypeInfo([], b) a2 = 0 a2 = new T.df(r, a4, s, q, a3, p, o, n, m, l, k, j, i, h, g, f, e, d, c, a, a0, a1, b, a2, a2, a2, $.W(), a2) a2.a1(a4, s, q, a3) @@ -4993,8 +4993,8 @@ var A = { r = H.as_string(a4) + H.as_string($.aD()) q = 0 p = $.T() - o = H.b([], t.q) - n = H.b([], t.H) + o = H.setRuntimeTypeInfo([], t.q) + n = H.setRuntimeTypeInfo([], t.H) m = P.a0(t.X, t.W) l = new Sgls.c(t.n) l.c = l @@ -5024,10 +5024,10 @@ var A = { d.c = d d.b = d c = t.i - b = H.b([], c) - a = H.b([], c) - a0 = H.b([], c) - c = H.b([], c) + b = H.setRuntimeTypeInfo([], c) + a = H.setRuntimeTypeInfo([], c) + a0 = H.setRuntimeTypeInfo([], c) + c = H.setRuntimeTypeInfo([], c) a1 = 0 a1 = new T.fc(a4, s, r, a3, q, p, o, n, m, l, k, j, i, h, g, f, e, d, b, a, a0, c, a1, a1, a1, $.W(), a1) a1.a1(a4, s, r, a3) @@ -5038,8 +5038,8 @@ var A = { r = H.as_string(a4) + H.as_string($.aD()) q = 0 p = $.T() - o = H.b([], t.q) - n = H.b([], t.H) + o = H.setRuntimeTypeInfo([], t.q) + n = H.setRuntimeTypeInfo([], t.H) m = P.a0(t.X, t.W) l = new Sgls.c(t.n) l.c = l @@ -5069,10 +5069,10 @@ var A = { d.c = d d.b = d c = t.i - b = H.b([], c) - a = H.b([], c) - a0 = H.b([], c) - c = H.b([], c) + b = H.setRuntimeTypeInfo([], c) + a = H.setRuntimeTypeInfo([], c) + a0 = H.setRuntimeTypeInfo([], c) + c = H.setRuntimeTypeInfo([], c) a1 = 0 a1 = new T.f9(a4, s, r, a3, q, p, o, n, m, l, k, j, i, h, g, f, e, d, b, a, a0, c, a1, a1, a1, $.W(), a1) a1.a1(a4, s, r, a3) @@ -5083,8 +5083,8 @@ var A = { r = H.as_string(a4) + H.as_string($.aD()) q = 0 p = $.T() - o = H.b([], t.q) - n = H.b([], t.H) + o = H.setRuntimeTypeInfo([], t.q) + n = H.setRuntimeTypeInfo([], t.H) m = P.a0(t.X, t.W) l = new Sgls.c(t.n) l.c = l @@ -5114,10 +5114,10 @@ var A = { d.c = d d.b = d c = t.i - b = H.b([], c) - a = H.b([], c) - a0 = H.b([], c) - c = H.b([], c) + b = H.setRuntimeTypeInfo([], c) + a = H.setRuntimeTypeInfo([], c) + a0 = H.setRuntimeTypeInfo([], c) + c = H.setRuntimeTypeInfo([], c) a1 = 0 a1 = new T.fd(a4, s, r, a3, q, p, o, n, m, l, k, j, i, h, g, f, e, d, b, a, a0, c, a1, a1, a1, $.W(), a1) a1.a1(a4, s, r, a3) @@ -5129,8 +5129,8 @@ var A = { r = H.as_string(a4) + H.as_string($.aD()) q = 0 p = $.T() - o = H.b([], t.q) - n = H.b([], t.H) + o = H.setRuntimeTypeInfo([], t.q) + n = H.setRuntimeTypeInfo([], t.H) m = P.a0(t.X, t.W) l = new Sgls.c(t.n) l.c = l @@ -5160,10 +5160,10 @@ var A = { d.c = d d.b = d c = t.i - b = H.b([], c) - a = H.b([], c) - a0 = H.b([], c) - c = H.b([], c) + b = H.setRuntimeTypeInfo([], c) + a = H.setRuntimeTypeInfo([], c) + a0 = H.setRuntimeTypeInfo([], c) + c = H.setRuntimeTypeInfo([], c) a1 = 0 a1 = new T.f8(a4, s, r, a3, q, p, o, n, m, l, k, j, i, h, g, f, e, d, b, a, a0, c, a1, a1, a1, $.W(), a1) a1.a1(a4, s, r, a3) @@ -5174,8 +5174,8 @@ var A = { r = H.as_string(a4) + H.as_string($.aD()) q = 0 p = $.T() - o = H.b([], t.q) - n = H.b([], t.H) + o = H.setRuntimeTypeInfo([], t.q) + n = H.setRuntimeTypeInfo([], t.H) m = P.a0(t.X, t.W) l = new Sgls.c(t.n) l.c = l @@ -5205,10 +5205,10 @@ var A = { d.c = d d.b = d c = t.i - b = H.b([], c) - a = H.b([], c) - a0 = H.b([], c) - c = H.b([], c) + b = H.setRuntimeTypeInfo([], c) + a = H.setRuntimeTypeInfo([], c) + a0 = H.setRuntimeTypeInfo([], c) + c = H.setRuntimeTypeInfo([], c) a1 = 0 a1 = new T.f6(a4, s, r, a3, q, p, o, n, m, l, k, j, i, h, g, f, e, d, b, a, a0, c, a1, a1, a1, $.W(), a1) a1.a1(a4, s, r, a3) @@ -5219,8 +5219,8 @@ var A = { r = H.as_string(a4) + H.as_string($.aD()) q = 0 p = $.T() - o = H.b([], t.q) - n = H.b([], t.H) + o = H.setRuntimeTypeInfo([], t.q) + n = H.setRuntimeTypeInfo([], t.H) m = P.a0(t.X, t.W) l = new Sgls.c(t.n) l.c = l @@ -5250,10 +5250,10 @@ var A = { d.c = d d.b = d c = t.i - b = H.b([], c) - a = H.b([], c) - a0 = H.b([], c) - c = H.b([], c) + b = H.setRuntimeTypeInfo([], c) + a = H.setRuntimeTypeInfo([], c) + a0 = H.setRuntimeTypeInfo([], c) + c = H.setRuntimeTypeInfo([], c) a1 = 0 a1 = new T.f5(a4, s, r, a3, q, p, o, n, m, l, k, j, i, h, g, f, e, d, b, a, a0, c, a1, a1, a1, $.W(), a1) a1.a1(a4, s, r, a3) @@ -5264,8 +5264,8 @@ var A = { r = H.as_string(a4) + H.as_string($.aD()) q = 0 p = $.T() - o = H.b([], t.q) - n = H.b([], t.H) + o = H.setRuntimeTypeInfo([], t.q) + n = H.setRuntimeTypeInfo([], t.H) m = P.a0(t.X, t.W) l = new Sgls.c(t.n) l.c = l @@ -5295,10 +5295,10 @@ var A = { d.c = d d.b = d c = t.i - b = H.b([], c) - a = H.b([], c) - a0 = H.b([], c) - c = H.b([], c) + b = H.setRuntimeTypeInfo([], c) + a = H.setRuntimeTypeInfo([], c) + a0 = H.setRuntimeTypeInfo([], c) + c = H.setRuntimeTypeInfo([], c) a1 = 0 a1 = new T.de(a4, s, r, a3, q, p, o, n, m, l, k, j, i, h, g, f, e, d, b, a, a0, c, a1, a1, a1, $.W(), a1) a1.a1(a4, s, r, a3) @@ -5309,8 +5309,8 @@ var A = { r = H.as_string(a4) + H.as_string($.aD()) q = 0 p = $.T() - o = H.b([], t.q) - n = H.b([], t.H) + o = H.setRuntimeTypeInfo([], t.q) + n = H.setRuntimeTypeInfo([], t.H) m = P.a0(t.X, t.W) l = new Sgls.c(t.n) l.c = l @@ -5340,10 +5340,10 @@ var A = { d.c = d d.b = d c = t.i - b = H.b([], c) - a = H.b([], c) - a0 = H.b([], c) - c = H.b([], c) + b = H.setRuntimeTypeInfo([], c) + a = H.setRuntimeTypeInfo([], c) + a0 = H.setRuntimeTypeInfo([], c) + c = H.setRuntimeTypeInfo([], c) a1 = 0 a1 = new T.f7(a4, s, r, a3, q, p, o, n, m, l, k, j, i, h, g, f, e, d, b, a, a0, c, a1, a1, a1, $.W(), a1) a1.a1(a4, s, r, a3) @@ -5354,8 +5354,8 @@ var A = { r = H.as_string(a4) + H.as_string($.aD()) q = 0 p = $.T() - o = H.b([], t.q) - n = H.b([], t.H) + o = H.setRuntimeTypeInfo([], t.q) + n = H.setRuntimeTypeInfo([], t.H) m = P.a0(t.X, t.W) l = new Sgls.c(t.n) l.c = l @@ -5385,10 +5385,10 @@ var A = { d.c = d d.b = d c = t.i - b = H.b([], c) - a = H.b([], c) - a0 = H.b([], c) - c = H.b([], c) + b = H.setRuntimeTypeInfo([], c) + a = H.setRuntimeTypeInfo([], c) + a0 = H.setRuntimeTypeInfo([], c) + c = H.setRuntimeTypeInfo([], c) a1 = 0 a1 = new T.fa(a4, s, r, a3, q, p, o, n, m, l, k, j, i, h, g, f, e, d, b, a, a0, c, a1, a1, a1, $.W(), a1) a1.a1(a4, s, r, a3) @@ -5400,8 +5400,8 @@ var A = { r = H.as_string(r) + H.as_string($.aD()) q = 0 p = $.T() - o = H.b([], t.q) - n = H.b([], t.H) + o = H.setRuntimeTypeInfo([], t.q) + n = H.setRuntimeTypeInfo([], t.H) m = P.a0(t.X, t.W) l = new Sgls.c(t.n) l.c = l @@ -5431,10 +5431,10 @@ var A = { d.c = d d.b = d c = t.i - b = H.b([], c) - a = H.b([], c) - a0 = H.b([], c) - c = H.b([], c) + b = H.setRuntimeTypeInfo([], c) + a = H.setRuntimeTypeInfo([], c) + a0 = H.setRuntimeTypeInfo([], c) + c = H.setRuntimeTypeInfo([], c) a1 = 0 a1 = new T.fR(a4, s, r, a3, q, p, o, n, m, l, k, j, i, h, g, f, e, d, b, a, a0, c, a1, a1, a1, $.W(), a1) a1.a1(a4, s, r, a3) @@ -5448,8 +5448,8 @@ var A = { r = $.nr().h(0, a4) q = 0 p = $.T() - o = H.b([], t.q) - n = H.b([], t.H) + o = H.setRuntimeTypeInfo([], t.q) + n = H.setRuntimeTypeInfo([], t.H) m = P.a0(t.X, t.W) l = new Sgls.c(t.n) l.c = l @@ -5479,10 +5479,10 @@ var A = { d.c = d d.b = d c = t.i - b = H.b([], c) - a = H.b([], c) - a0 = H.b([], c) - c = H.b([], c) + b = H.setRuntimeTypeInfo([], c) + a = H.setRuntimeTypeInfo([], c) + a0 = H.setRuntimeTypeInfo([], c) + c = H.setRuntimeTypeInfo([], c) a1 = 0 a1 = new T.fP(r, a4, s, a4, a7, q, p, o, n, m, l, k, j, i, h, g, f, e, d, b, a, a0, c, a1, a1, a1, $.W(), a1) a1.a1(a4, s, a4, a7) @@ -5492,8 +5492,8 @@ var A = { s = $.cl() r = 0 q = $.T() - p = H.b([], t.q) - o = H.b([], t.H) + p = H.setRuntimeTypeInfo([], t.q) + o = H.setRuntimeTypeInfo([], t.H) n = P.a0(t.X, t.W) m = new Sgls.c(t.n) m.c = m @@ -5523,10 +5523,10 @@ var A = { e.c = e e.b = e d = t.i - c = H.b([], d) - b = H.b([], d) - a = H.b([], d) - d = H.b([], d) + c = H.setRuntimeTypeInfo([], d) + b = H.setRuntimeTypeInfo([], d) + a = H.setRuntimeTypeInfo([], d) + d = H.setRuntimeTypeInfo([], d) a0 = 0 a0 = new T.fQ(a4, s, a4, a7, r, q, p, o, n, m, l, k, j, i, h, g, f, e, c, b, a, d, a0, a0, a0, $.W(), a0) a0.a1(a4, s, a4, a7) @@ -5629,8 +5629,8 @@ var A = { e = H.as_string(a2) + H.as_string($.aD()), d = 0, c = $.T(), - b = H.b([], t.q), - a = H.b([], t.H), + b = H.setRuntimeTypeInfo([], t.q), + a = H.setRuntimeTypeInfo([], t.H), a0 = P.a0(t.X, t.W), a1 = new Sgls.c(t.n) a1.c = a1 @@ -5660,10 +5660,10 @@ var A = { l.c = l l.b = l k = t.i - j = H.b([], k) - i = H.b([], k) - h = H.b([], k) - k = H.b([], k) + j = H.setRuntimeTypeInfo([], k) + i = H.setRuntimeTypeInfo([], k) + h = H.setRuntimeTypeInfo([], k) + k = H.setRuntimeTypeInfo([], k) g = 0 g = new T.bZ(f, a2, a3, e, null, d, c, b, a, a0, a1, s, r, q, p, o, n, m, l, j, i, h, k, g, g, g, $.W(), g) g.a1(a2, a3, e, null) @@ -5675,8 +5675,8 @@ var A = { e = H.as_string(a3) + H.as_string($.aD()), d = 0, c = $.T(), - b = H.b([], t.q), - a = H.b([], t.H), + b = H.setRuntimeTypeInfo([], t.q), + a = H.setRuntimeTypeInfo([], t.H), a0 = P.a0(t.X, t.W), a1 = new Sgls.c(t.n) a1.c = a1 @@ -5706,10 +5706,10 @@ var A = { l.c = l l.b = l k = t.i - j = H.b([], k) - i = H.b([], k) - h = H.b([], k) - k = H.b([], k) + j = H.setRuntimeTypeInfo([], k) + i = H.setRuntimeTypeInfo([], k) + h = H.setRuntimeTypeInfo([], k) + k = H.setRuntimeTypeInfo([], k) g = 0 g = new T.fb(a2, f, a3, a4, e, null, d, c, b, a, a0, a1, s, r, q, p, o, n, m, l, j, i, h, k, g, g, g, $.W(), g) g.a1(a3, a4, e, null) @@ -5721,7 +5721,7 @@ var A = { parse_names(a) { var s, r, q, p, o, n, m, l, k, j, i, h, g, f, e = null, d = t.E, - c = H.b([], d), + c = H.setRuntimeTypeInfo([], d), b = C.String.cK(a, $.r_()) for (s = 0; s < b.length; ++s) { r = b[s] @@ -5734,22 +5734,22 @@ var A = { // for (; J.Y(C.Array.gbl(b), "");) { for (; C.Array.gbl(b) === "";) { b.pop() - if (b.length === 0) return H.b([], d) + if (b.length === 0) return H.setRuntimeTypeInfo([], d) } p = C.Array.w(b, "") && true d = t.t - o = H.b([], d) + o = H.setRuntimeTypeInfo([], d) for (s = 0, r = t.V, q = !p, n = e; s < b.length; ++s) { m = b[s] if (m === "") { if (o.length !== 0) c.push(o) - o = H.b([], d) + o = H.setRuntimeTypeInfo([], d) n = e continue } if (q) { if (o.length !== 0) c.push(o) - o = H.b([], d) + o = H.setRuntimeTypeInfo([], d) } // if includes "+" // weapon @@ -5786,10 +5786,10 @@ var A = { if (0 > f) H.throw_expression(P.a8(0, 0, g.gp(l), e, e)) l = H.iF(l, i, 0) } else l = true - if (l) o.push(H.b([h[0], null, j], r)) - else o.push(H.b([h[0], h[$.i()], j], r)) + if (l) o.push(H.setRuntimeTypeInfo([h[0], null, j], r)) + else o.push(H.setRuntimeTypeInfo([h[0], h[$.i()], j], r)) } else if (C.String.bA(m, " ")) { - o.push(H.b([C.String.ay(m, $.i()), n, j], r)) + o.push(H.setRuntimeTypeInfo([C.String.ay(m, $.i()), n, j], r)) } else { if (s + $.i() < b.length) { l = $.n5() @@ -5798,7 +5798,7 @@ var A = { } else l = false if (l) n = m else { - o.push(H.b([m, null, j], r)) + o.push(H.setRuntimeTypeInfo([m, null, j], r)) n = e } } @@ -5815,12 +5815,12 @@ var A = { while (true) switch (async_goto) { case 0: k = t.eV - j = H.b([], k) + j = H.setRuntimeTypeInfo([], k) i = t.L - h = H.b([], i) - k = H.b([], k) - i = H.b([], i) - p = H.b([], t.gr) + h = H.setRuntimeTypeInfo([], i) + k = H.setRuntimeTypeInfo([], k) + i = H.setRuntimeTypeInfo([], i) + p = H.setRuntimeTypeInfo([], t.gr) o = 0 n = $.i() m = -n @@ -5871,7 +5871,7 @@ var A = { lC(a) { var s, r, q, p, o, n, m, l, k, j, i, h, g, f, e = {}, d = 0, - c = H.b([d, d, d, d, d, d], t.i), + c = H.setRuntimeTypeInfo([d, d, d, d, d, d], t.i), b = 0 e.a = -$.t() e.b = -$.i() @@ -6002,8 +6002,8 @@ var A = { nT(a0, a1, a2, a3) { var s, r, q, p, o, n, m, l, k, j, i, h, Plr, f = 0, e = $.T(), - d = H.b([], t.q), - c = H.b([], t.H), + d = H.setRuntimeTypeInfo([], t.q), + c = H.setRuntimeTypeInfo([], t.H), b = P.a0(t.X, t.W), a = new Sgls.c(t.n) a.c = a @@ -6033,10 +6033,10 @@ var A = { l.c = l l.b = l k = t.i - j = H.b([], k) - i = H.b([], k) - h = H.b([], k) - k = H.b([], k) + j = H.setRuntimeTypeInfo([], k) + i = H.setRuntimeTypeInfo([], k) + h = H.setRuntimeTypeInfo([], k) + k = H.setRuntimeTypeInfo([], k) Plr = 0 Plr = new T.Plr(a0, a1, a2, a3, f, e, d, c, b, a, s, r, q, p, o, n, m, l, j, i, h, k, Plr, Plr, Plr, $.W(), Plr) Plr.a1(a0, a1, a2, a3) @@ -7737,7 +7737,7 @@ var A = { oh() { var s = t.N, r = P.nQ(C.r, s), - q = H.b(["TEMPLATE"], t.s) + q = H.setRuntimeTypeInfo(["TEMPLATE"], t.s) s = new W.it(r, P.c5(s), P.c5(s), P.c5(s), null) s.e7(null, new H.y(C.r, new W.l7(), t.fj), q, null) return s @@ -8217,7 +8217,7 @@ var A = { uI(a) { var s, span_element, q, p, o, max_hp_element, m, l, k, j, i, h, g, f = a.a if (f > 0 && a.e != null) $.ay.h(0, a.e.gb2()).dc(f) - s = H.b([], t.j) + s = H.setRuntimeTypeInfo([], t.j) span_element = HtmlRenderer.add_span("u") C.R.by(span_element, H.oO(a.d, $.rm(), new HtmlRenderer.lq(new HtmlRenderer.lp(s, a), a), null), $.bV()) for (f = s.length, q = t.A, p = 0; p < s.length; s.length === f || (0, H.F)(s), ++p) { @@ -8498,8 +8498,8 @@ J.JsArray.prototype = { if (b > s) throw H.wrap_expression(P.a8(b, 0, s, "start", null)) if (c == null) c = s else if (c < b || c > s) throw H.wrap_expression(P.a8(c, b, s, "end", null)) - if (b === c) return H.b([], H._arrayInstanceType(a)) - return H.b(a.slice(b, c), H._arrayInstanceType(a)) + if (b === c) return H.setRuntimeTypeInfo([], H._arrayInstanceType(a)) + return H.setRuntimeTypeInfo(a.slice(b, c), H._arrayInstanceType(a)) }, cL(a, b) { return this.al(a, b, null) @@ -8760,12 +8760,12 @@ J.JsString.prototype = { }, cK(a, b) { if (b == null) H.throw_expression(H.R(b)) - if (typeof b == "string") return H.b(a.split(b), t.s) - else if (b instanceof H.JSSyntaxRegExp && b.gep().exec("").length - 2 === 0) return H.b(a.split(b.b), t.s) + if (typeof b == "string") return H.setRuntimeTypeInfo(a.split(b), t.s) + else if (b instanceof H.JSSyntaxRegExp && b.gep().exec("").length - 2 === 0) return H.setRuntimeTypeInfo(a.split(b.b), t.s) else return this.ek(a, b) }, ek(a, b) { - var s, r, q, p, o, n, m = H.b([], t.s) + var s, r, q, p, o, n, m = H.setRuntimeTypeInfo([], t.s) for (s = J.lU(b, a), s = s.ga0(s), r = 0, q = 1; s.u();) { p = s.gC() o = p.gbc(p) @@ -10593,7 +10593,7 @@ P.ic.prototype = { }, bF() { var s = this.c - if (s == null) s = this.c = H.b(Object.keys(this.a), t.s) + if (s == null) s = this.c = H.setRuntimeTypeInfo(Object.keys(this.a), t.s) return s }, es(a) { @@ -11375,7 +11375,7 @@ W.Q.prototype = { if (d == null) { s = $.nJ if (s == null) { - s = H.b([], t.x) + s = H.setRuntimeTypeInfo([], t.x) r = new W.dN(s) s.push(W.oc(null)) s.push(W.oh()) @@ -11595,7 +11595,7 @@ W.hN.prototype = { } }, gad(a) { - var s = H.b([], t.s) + var s = H.setRuntimeTypeInfo([], t.s) this.aw(a, new W.kd(s)) return s }, @@ -11736,7 +11736,7 @@ W.i2.prototype = { gad(a) { var s, r, q, p, o, n, m = this.a.attributes m.toString - s = H.b([], t.s) + s = H.setRuntimeTypeInfo([], t.s) for (r = m.length, q = t.h9, p = 0; p < r; ++p) { o = q.a(m[p]) if (o.namespaceURI == null) { @@ -11988,7 +11988,7 @@ W.ix.prototype = { if (typeof console != "undefined") window.console.warn(s) return } s = f.gad(f) - r = H.b(s.slice(0), H._arrayInstanceType(s)) + r = H.setRuntimeTypeInfo(s.slice(0), H._arrayInstanceType(s)) for (q = f.gad(f).length - 1, s = f.a; q >= 0; --q) { p = r[q] o = m.a @@ -12259,7 +12259,7 @@ P.p.prototype = { aA(a, b, c, d) { var s, r, q, p, o, n if (d == null) { - s = H.b([], t.x) + s = H.setRuntimeTypeInfo([], t.x) d = new W.dN(s) s.push(W.oc(null)) s.push(W.oh()) @@ -12285,7 +12285,7 @@ Y.RC4.prototype = { // init var s, r, q, p, o, n, m, l = new Array(256) l.fixed$length = Array - l = this.c = H.b(l, t.i) + l = this.c = H.setRuntimeTypeInfo(l, t.i) for (s = 0; s < 256; ++s) l[s] = s r = a.length for (q = 0; q < b; ++q) @@ -12401,7 +12401,7 @@ L.iR.prototype = { async_goto = 4 break } - h = H.b([m, l, [H.b([H.as_string($.ni()) + this_.d++, $.cl()], k)]], j) + h = H.setRuntimeTypeInfo([m, l, [H.setRuntimeTypeInfo([H.as_string($.ni()) + this_.d++, $.cl()], k)]], j) if (this_.z === 0) h.pop() async_goto = 5 return P._asyncAwait(T.inner_main(h), $async$O) @@ -12433,15 +12433,15 @@ L.iR.prototype = { break case 4: o = t.U - n = H.b([], o) + n = H.setRuntimeTypeInfo([], o) m = t.Y - l = H.b([], m) + l = H.setRuntimeTypeInfo([], m) // 实力评估中...[2]% // benchmarking n.push(T.RunUpdate(LangData.get_lang("pkGN"), null, null, C.JsInt.ag(this_.z, 100), null, 0, 0, 0)) if (this_.z >= this_.c) { - o = H.b([], o) - m = H.b([], m) + o = H.setRuntimeTypeInfo([], o) + m = H.setRuntimeTypeInfo([], m) // 》 胜率: [2]% // benchmarkRatio o.push(T.RunUpdate(LangData.get_lang("Pnrn"), null, null, this_.y * 100 / this_.c, null, 0, 1000, 100)) @@ -12606,14 +12606,14 @@ V.iV.prototype = { async_goto = 4 break } - if (m.length === 1 && !this_.c) h = H.b([ - [m[0], H.b(["" + this_.e++, l], k)], - [H.b(["" + this_.e++, l], k), H.b(["" + this_.e++, l], k)] + if (m.length === 1 && !this_.c) h = H.setRuntimeTypeInfo([ + [m[0], H.setRuntimeTypeInfo(["" + this_.e++, l], k)], + [H.setRuntimeTypeInfo(["" + this_.e++, l], k), H.setRuntimeTypeInfo(["" + this_.e++, l], k)] ], j) else { g = [] - h = H.b([m, g], j) - for (f = 0; f < m.length; ++f) g.push(H.b(["" + this_.e++, l], k)) + h = H.setRuntimeTypeInfo([m, g], j) + for (f = 0; f < m.length; ++f) g.push(H.setRuntimeTypeInfo(["" + this_.e++, l], k)) } async_goto = 5 return P._asyncAwait(T.inner_main(h), $async$O) @@ -12657,8 +12657,8 @@ V.iV.prototype = { async_goto = 3 break case 4: - a4 = H.b([], t.U) - o = H.b([], t.Y) + a4 = H.setRuntimeTypeInfo([], t.U) + o = H.setRuntimeTypeInfo([], t.Y) // 实力评估中...[2]% // benchmarking a4.push(T.RunUpdate(LangData.get_lang("pkGN"), null, null, C.JsInt.ag(this_.ch, 100), null, 0, 0, 0)) @@ -12677,8 +12677,8 @@ V.iV.prototype = { // 实力评分 输出 eS() { var s, this_ = this, - q = H.b([], t.U), - p = H.b([], t.Y) + q = H.setRuntimeTypeInfo([], t.U), + p = H.setRuntimeTypeInfo([], t.Y) // 》 实力评分: [2] // benchmarkScore q.push(T.RunUpdate(LangData.get_lang("JkWn"), null, null, this_.Q * 1e4 / this_.d, null, 0, 1000, 100)) @@ -12741,8 +12741,8 @@ V.j_.prototype = { var s, r, get_quote, p, o = null, n = this.a if (b / n.d > 0.005) { - s = H.b([], t.U) - r = H.b([], t.Y) + s = H.setRuntimeTypeInfo([], t.U) + r = H.setRuntimeTypeInfo([], t.Y) get_quote = $.iK() // $.iK = ?? // J.lW @@ -12794,7 +12794,7 @@ X.iW.prototype = { i.toString g = J.aw(i) if (0 > g) H.throw_expression(P.a8(0, 0, g, "startIndex", null)) - r.push(H.b([H.iG(i, m, h, 0), o.h(p, 1), o.h(p, 2)], k)) + r.push(H.setRuntimeTypeInfo([H.iG(i, m, h, 0), o.h(p, 1), o.h(p, 2)], k)) } return } else r.push(p) @@ -12820,8 +12820,8 @@ X.iW.prototype = { } if (e < 0) { this_.b = 0 - e = H.b([], t.U) - o = H.b([], t.Y) + e = H.setRuntimeTypeInfo([], t.U) + o = H.setRuntimeTypeInfo([], t.Y) e.push($.K()) if (d.length >>> 13 > 0) { e.push(T.RunUpdate(LangData.get_lang("BUaa"), null, null, null, null, 0, 1000, 100)) @@ -12839,7 +12839,7 @@ X.iW.prototype = { } l = d[m] this_.b = m + 1 - k = H.b([H.b([l, H.b(["" + this_.c++, "\x02"], e)], o), H.b([H.b(["" + this_.c++, "\x02"], e), H.b(["" + this_.c++, "\x02"], e)], o)], n) + k = H.setRuntimeTypeInfo([H.setRuntimeTypeInfo([l, H.setRuntimeTypeInfo(["" + this_.c++, "\x02"], e)], o), H.setRuntimeTypeInfo([H.setRuntimeTypeInfo(["" + this_.c++, "\x02"], e), H.setRuntimeTypeInfo(["" + this_.c++, "\x02"], e)], o)], n) async_goto = 5 return P._asyncAwait(T.inner_main(k), $async$O) case 5: @@ -12909,8 +12909,8 @@ X.iW.prototype = { async_goto = 3 break case 4: - e = H.b([], t.U) - o = H.b([], t.Y) + e = H.setRuntimeTypeInfo([], t.U) + o = H.setRuntimeTypeInfo([], t.Y) e.push($.K()) // 评分输出 if (run_env.from_code) { @@ -13072,7 +13072,7 @@ HtmlRenderer.fq.prototype = { q = H._arrayInstanceType(r).i("a9<1>") p = q.i("y") o = t.bQ - n = P.List_List_of(new H.y(H.b(C.e.bt(0, P.List_List_of(new H.y(new H.a9(r, q), + n = P.List_List_of(new H.y(H.setRuntimeTypeInfo(C.e.bt(0, P.List_List_of(new H.y(new H.a9(r, q), new HtmlRenderer.jx(this_), p), true, p.i("M.E"))).split("\n"), t.s), new HtmlRenderer.jy(), o), true, o.i("M.E")) r = n.length @@ -13087,7 +13087,7 @@ HtmlRenderer.fq.prototype = { for (q = q.ga0(l); q.u();) if (J.aw(q.gC()) > 7) this_.f = true } - k = H.b([], t.t) + k = H.setRuntimeTypeInfo([], t.t) for (r = n.length, q = this_.a, p = this_.b, m = 0; m < n.length; n.length === r || (0, H.F)(n), ++m) { l = n[m] o = J.a3(l) @@ -13281,8 +13281,8 @@ HtmlRenderer.fq.prototype = { s = this_.cx.e.gb2() r = $.ay.h(0, s).a q = t.ak - p = H.b([], q) - o = H.b([], q) + p = H.setRuntimeTypeInfo([], q) + o = H.setRuntimeTypeInfo([], q) n = [] $.ay.aw(0, new HtmlRenderer.jA(r, p, n, o)) C.Array.bb(p, HtmlRenderer.oD()) @@ -13379,13 +13379,13 @@ HtmlRenderer.jx.prototype = { HtmlRenderer.jy.prototype = { $1(a) { var s = t.dG - return P.List_List_of(new H.y(H.b(a.split("\r"), t.s), new HtmlRenderer.jw(), s), true, s.i("M.E")) + return P.List_List_of(new H.y(H.setRuntimeTypeInfo(a.split("\r"), t.s), new HtmlRenderer.jw(), s), true, s.i("M.E")) }, $S: 35 } HtmlRenderer.jw.prototype = { $1(a) { - return H.b(a.split("\t"), t.s) + return H.setRuntimeTypeInfo(a.split("\t"), t.s) }, $S: 36 } @@ -13711,11 +13711,11 @@ Sgls.k4.prototype = { $0() { var s, r, q, p, o, n, m, l, k, j, i, h = new Array($.d7()) h.fixed$length = Array - s = H.b(h, t.gt) + s = H.setRuntimeTypeInfo(h, t.gt) for (h = t.he, r = 0; q = $.d7(), r < q; ++r) { q = new Array(q) q.fixed$length = Array - q = H.b(q, h) + q = H.setRuntimeTypeInfo(q, h) s[r] = q q[r] = 0 } @@ -13928,7 +13928,7 @@ T.SklAccumulate.prototype = { return this.aX(a, b) }, aa(a, b, c) { - return H.b([], t.F) + return H.setRuntimeTypeInfo([], t.F) }, v(a, b, c, d) { var s = this, @@ -13984,7 +13984,7 @@ T.SklAssassinate.prototype = { return this.bx(a, b, c, true) }, aa(a, b, c) { - if (this.fy != null) return H.b([], t.F) + if (this.fy != null) return H.setRuntimeTypeInfo([], t.F) return this.dU(0, b, c) }, v(a, b, c, d) { @@ -14108,7 +14108,7 @@ T.SklCharge.prototype = { return this.aX(a, b) }, aa(a, b, c) { - return H.b([], t.F) + return H.setRuntimeTypeInfo([], t.F) }, v(a, b, c, d) { var s = this, @@ -14252,7 +14252,7 @@ T.dR.prototype = { }, aU() { var s = this.cm.q - s = H.b(s.slice(0), H._arrayInstanceType(s)) + s = H.setRuntimeTypeInfo(s.slice(0), H._arrayInstanceType(s)) this.q = s this.ci() }, @@ -14266,7 +14266,7 @@ T.dR.prototype = { } T.SklClone.prototype = { aa(a, b, c) { - return H.b([], t.F) + return H.setRuntimeTypeInfo([], t.F) }, v(a, b, c, d) { var s, r, q, p, o, n, m, l, k = this, @@ -14710,7 +14710,7 @@ T.SklIron.prototype = { return this.aX(a, b) }, aa(a, b, c) { - return H.b([], t.F) + return H.setRuntimeTypeInfo([], t.F) }, v(a, b, c, d) { var s = this, @@ -14844,7 +14844,7 @@ T.SklQuake.prototype = { v(a, b, c, d) { var s, r, q, p, o, n = c.n() < 128 ? $.X() : $.C(), m = t.j, - l = H.b([], m), + l = H.setRuntimeTypeInfo([], m), k = 0 while (true) { if (!(k < n && k < a.length)) break @@ -14853,7 +14853,7 @@ T.SklQuake.prototype = { } s = LangData.get_lang("QQLa") r = this.r - m = H.b(l.slice(0), m) + m = H.setRuntimeTypeInfo(l.slice(0), m) q = d.a q.push(T.RunUpdate(s, r, null, null, m, $.i(), 1000, 100)) for (k = 0; k < l.length; ++k) { @@ -15024,7 +15024,7 @@ T.SklShadow.prototype = { return this.aX(a, b) }, aa(a, b, c) { - return H.b([], t.F) + return H.setRuntimeTypeInfo([], t.F) }, v(a7, a8, a9, b0) { @@ -15041,8 +15041,8 @@ T.SklShadow.prototype = { q = q.c o = 0 n = $.T() - m = H.b([], t.q) - l = H.b([], t.H) + m = H.setRuntimeTypeInfo([], t.q) + l = H.setRuntimeTypeInfo([], t.H) k = P.a0(t.X, t.W) j = new Sgls.c(t.n) j.c = j @@ -15072,10 +15072,10 @@ T.SklShadow.prototype = { b.c = b b.b = b a = t.i - a0 = H.b([], a) - a1 = H.b([], a) - a2 = H.b([], a) - a = H.b([], a) + a0 = H.setRuntimeTypeInfo([], a) + a1 = H.setRuntimeTypeInfo([], a) + a2 = H.setRuntimeTypeInfo([], a) + a = H.setRuntimeTypeInfo([], a) a3 = 0 a4 = new T.fS(shadow_name, p, q, a6, o, n, m, l, k, j, i, h, g, f, e, d, c, b, a0, a1, a2, a, a3, a3, a3, $.W(), a3) a4.a1(shadow_name, p, q, a6) @@ -15248,7 +15248,7 @@ T.SklSummon.prototype = { return (s == null || s.fx <= 0) && this.aX(a, b) }, aa(a, b, c) { - return H.b([], t.F) + return H.setRuntimeTypeInfo([], t.F) }, v(a6, a7, a8, a9) { var s, r, q, p, o, n, m, l, k, j, i, h, g, f, e, d, c, b, a, a0, a1, a2, this_ = this, @@ -15263,8 +15263,8 @@ T.SklSummon.prototype = { r = r.c p = 0 o = $.T() - n = H.b([], t.q) - m = H.b([], t.H) + n = H.setRuntimeTypeInfo([], t.q) + m = H.setRuntimeTypeInfo([], t.H) l = P.a0(t.X, t.W) k = new Sgls.c(t.n) k.c = k @@ -15294,10 +15294,10 @@ T.SklSummon.prototype = { c.c = c c.b = c b = t.i - a = H.b([], b) - a0 = H.b([], b) - a1 = H.b([], b) - b = H.b([], b) + a = H.setRuntimeTypeInfo([], b) + a0 = H.setRuntimeTypeInfo([], b) + a1 = H.setRuntimeTypeInfo([], b) + b = H.setRuntimeTypeInfo([], b) a2 = 0 a2 = new T.fT(s, q, r, a4, p, o, n, m, l, k, j, i, h, g, f, e, d, c, a, a0, a1, b, a2, a2, a2, $.W(), a2) a2.a1(s, q, r, a4) @@ -15383,7 +15383,7 @@ T.SklThunder.prototype = { T.f5.prototype = { gan() { var s = $.bg() - return H.b([s, $.lI(), s, $.Z(), $.lK(), $.C(), s, $.q5()], t.i) + return H.setRuntimeTypeInfo([s, $.lI(), s, $.Z(), $.lK(), $.C(), s, $.q5()], t.i) }, ac() { var s, r @@ -15422,11 +15422,11 @@ T.e2.prototype = { }, v(a, b, c, d) { var s, r, q, p, o, n, m = t.j, - l = H.b([], m) + l = H.setRuntimeTypeInfo([], m) for (s = 0; s < a.length; ++s) l.push(a[s].a) r = LangData.get_lang("PRrA") q = this.r - m = H.b(l.slice(0), m) + m = H.setRuntimeTypeInfo(l.slice(0), m) p = d.a p.push(T.RunUpdate(r, q, null, null, m, $.i(), 1000, 100)) o = T.I(this.r, true, c) * $.mQ() / (l.length + $.b0()) @@ -15507,7 +15507,7 @@ T.fQ.prototype = { p = q[s] if (p < $.aR()) q[s] = p + $.at() } - q = H.b([], t.i) + q = H.setRuntimeTypeInfo([], t.i) C.Array.a5(q, n.t) n.E = q }, @@ -15553,7 +15553,7 @@ T.cz.prototype = { return [] }, gaG() { - return H.b([$.d2(), $.aE(), $.aJ(), $.eZ(), $.bh(), $.d3(), $.bi(), $.bS()], t.V) + return H.setRuntimeTypeInfo([$.d2(), $.aE(), $.aJ(), $.eZ(), $.bh(), $.d3(), $.bi(), $.bS()], t.V) }, a7(a, b) { if (C.Array.w(this.gaS(), a)) return b.n() < 240 @@ -15564,10 +15564,10 @@ T.cz.prototype = { T.f6.prototype = { gan() { var s = 0 - return H.b([s, $.aI(), -$.mT(), $.as(), s, $.mV(), $.lI(), $.po()], t.i) + return H.setRuntimeTypeInfo([s, $.aI(), -$.mT(), $.as(), s, $.mV(), $.lI(), $.po()], t.i) }, gaS() { - return H.b([$.aE()], t.V) + return H.setRuntimeTypeInfo([$.aE()], t.V) }, ac() { var s = new T.hb(this, -$.i(), 0) @@ -15645,10 +15645,10 @@ T.f7.prototype = { r = $.n2(), q = 0, p = $.cY() - return H.b([s, r, q, p, q, p, q, $.a6()], t.i) + return H.setRuntimeTypeInfo([s, r, q, p, q, p, q, $.a6()], t.i) }, gaG() { - return H.b([$.aE(), $.aJ(), $.d3()], t.V) + return H.setRuntimeTypeInfo([$.aE(), $.aJ(), $.d3()], t.V) }, ac() { var s = 0 @@ -15787,10 +15787,10 @@ T.hd.prototype = { } T.f8.prototype = { gan() { - return H.b([$.aI(), $.iI(), $.mN(), $.mW(), $.Z(), $.mL(), $.mT(), $.mJ()], t.i) + return H.setRuntimeTypeInfo([$.aI(), $.iI(), $.mN(), $.mW(), $.Z(), $.mL(), $.mT(), $.mJ()], t.i) }, gaG() { - return H.b([$.d2(), $.eZ(), $.d3(), $.bT(), $.bi(), $.bS()], t.V) + return H.setRuntimeTypeInfo([$.d2(), $.eZ(), $.d3(), $.bT(), $.bi(), $.bS()], t.V) }, a7(a, b) { if (a == $.bh()) return false @@ -15836,11 +15836,11 @@ T.hm.prototype = { }, v(a, b, c, d) { var s, r, q, p, o, n, m = t.j, - l = H.b([], m) + l = H.setRuntimeTypeInfo([], m) for (s = 0; s < a.length; ++s) l.push(a[s].a) r = LangData.get_lang("UeNa") q = this.r - m = H.b(l.slice(0), m) + m = H.setRuntimeTypeInfo(l.slice(0), m) p = d.a p.push(T.RunUpdate(r, q, null, null, m, $.i(), 1000, 100)) o = T.I(this.r, true, c) * $.mQ() / (l.length + $.b0()) @@ -15857,10 +15857,10 @@ T.hm.prototype = { T.de.prototype = { gan() { var s = 0 - return H.b([s, $.q2(), $.Z(), -$.as(), s, $.b1(), s, $.cZ()], t.i) + return H.setRuntimeTypeInfo([s, $.q2(), $.Z(), -$.as(), s, $.b1(), s, $.cZ()], t.i) }, gaG() { - return H.b([$.d2(), $.eZ(), $.bh(), $.d3()], t.V) + return H.setRuntimeTypeInfo([$.d2(), $.eZ(), $.bh(), $.d3()], t.V) }, ac() { var s = $.T(), @@ -15950,7 +15950,7 @@ T.hp.prototype = { } T.df.prototype = { gan() { - return H.b([0, $.lL(), $.d1(), $.mX(), $.iI(), $.iH(), $.eT(), $.n0()], t.i) + return H.setRuntimeTypeInfo([0, $.lL(), $.d1(), $.mX(), $.iI(), $.iH(), $.eT(), $.n0()], t.i) }, F() { var s = this @@ -15961,7 +15961,7 @@ T.df.prototype = { return [] }, gaG() { - return H.b([$.d2()], t.V) + return H.setRuntimeTypeInfo([$.d2()], t.V) }, a7(a, b) { if (a == $.lP()) return false @@ -16000,7 +16000,7 @@ T.hr.prototype = { return a.n() < 128 }, aa(a, b, c) { - return H.b([], t.F) + return H.setRuntimeTypeInfo([], t.F) }, v(a, b, c, d) { var s, r, q = this, @@ -16078,13 +16078,13 @@ T.ea.prototype = { } T.f9.prototype = { gan() { - return H.b([-$.B(), $.eW(), $.pv(), $.pY(), $.X(), $.ap(), $.cY(), -$.lK()], t.i) + return H.setRuntimeTypeInfo([-$.B(), $.eW(), $.pv(), $.pY(), $.X(), $.ap(), $.cY(), -$.lK()], t.i) }, gaS() { - return H.b([$.d2(), $.lP()], t.V) + return H.setRuntimeTypeInfo([$.d2(), $.lP()], t.V) }, gaG() { - return H.b([$.aJ(), $.aE()], t.V) + return H.setRuntimeTypeInfo([$.aJ(), $.aE()], t.V) }, ac() { this.k3 = T.hE(this) @@ -16095,13 +16095,13 @@ T.f9.prototype = { } T.fa.prototype = { gan() { - return H.b([$.pX(), $.pI(), $.n0(), $.q_(), $.pV(), $.pU(), 0, $.q1()], t.i) + return H.setRuntimeTypeInfo([$.pX(), $.pI(), $.n0(), $.q_(), $.pV(), $.pU(), 0, $.q1()], t.i) }, gaS() { - return H.b([$.eZ(), $.d3()], t.V) + return H.setRuntimeTypeInfo([$.eZ(), $.d3()], t.V) }, gaG() { - return H.b([$.aJ(), $.bi(), $.bS()], t.V) + return H.setRuntimeTypeInfo([$.aJ(), $.bi(), $.bS()], t.V) }, ac() { var s = 0, @@ -16158,13 +16158,13 @@ T.bZ.prototype = { gan() { var s = $.a4(), r = $.mN() - return H.b([s, r, $.X(), $.mL(), $.lL(), r, $.cY(), $.n_()], t.i) + return H.setRuntimeTypeInfo([s, r, $.X(), $.mL(), $.lL(), r, $.cY(), $.n_()], t.i) }, gaS() { - return H.b([], t.V) + return H.setRuntimeTypeInfo([], t.V) }, gaG() { - return H.b([$.bT()], t.V) + return H.setRuntimeTypeInfo([$.bT()], t.V) }, ac() { this.k3 = T.hE(this) @@ -16266,13 +16266,13 @@ T.fc.prototype = { r = $.a4(), q = $.eS(), p = 0 - return H.b([s, -r, q, p, s, -$.eT(), r, p], t.i) + return H.setRuntimeTypeInfo([s, -r, q, p, s, -$.eT(), r, p], t.i) }, gaS() { - return H.b([], t.V) + return H.setRuntimeTypeInfo([], t.V) }, gaG() { - return H.b([$.bT()], t.V) + return H.setRuntimeTypeInfo([$.bT()], t.V) }, ac() { var s, r @@ -16291,13 +16291,13 @@ T.fc.prototype = { } T.fd.prototype = { gan() { - return H.b([$.pt(), $.d1(), $.mX(), $.n2(), $.bg(), $.X(), $.at(), $.eW()], t.i) + return H.setRuntimeTypeInfo([$.pt(), $.d1(), $.mX(), $.n2(), $.bg(), $.X(), $.at(), $.eW()], t.i) }, gaS() { - return H.b([], t.V) + return H.setRuntimeTypeInfo([], t.V) }, gaG() { - return H.b([], t.V) + return H.setRuntimeTypeInfo([], t.V) }, ac() { var s, r @@ -16353,11 +16353,11 @@ T.fo.prototype = { if (b4 === 1) return P.async_rethrow(b5, async_completer) while (true) switch (async_goto) { case 0: - b3 = H.b([], t.V) + b3 = H.setRuntimeTypeInfo([], t.V) for (o = this_.x, n = o.length, m = t.eG, l = this_.r, k = this_.z, j = t.L, i = this_.a, h = 0; h < o.length; o.length === n || (0, H.F)(o), ++h) { g = o[h] - f = H.b([], j) - e = new T.b7(this_, f, H.b([], j), H.b([], j), H.b([], j)) + f = H.setRuntimeTypeInfo([], j) + e = new T.b7(this_, f, H.setRuntimeTypeInfo([], j), H.setRuntimeTypeInfo([], j), H.setRuntimeTypeInfo([], j)) for (d = (g && C.Array).ga0(g); d.u();) { c = d.gC() if (!(c instanceof T.Plr)) @@ -16420,7 +16420,7 @@ T.fo.prototype = { a7 = P.List_List_of(o, true, H._instanceType(o).i("L.E")) C.Array.aJ(a7) if (b3.length !== 0) { - a8 = H.b(a7.slice(0), H._arrayInstanceType(a7)) + a8 = H.setRuntimeTypeInfo(a7.slice(0), H._arrayInstanceType(a7)) C.Array.a5(a8, b3) C.Array.aJ(a8) } else { @@ -16454,15 +16454,15 @@ T.fo.prototype = { e = i[h] n = e.c m = H._arrayInstanceType(n) - k = H.b(n.slice(0), m) + k = H.setRuntimeTypeInfo(n.slice(0), m) e.d = k - n = H.b(n.slice(0), m) + n = H.setRuntimeTypeInfo(n.slice(0), m) if (n.immutable$list) H.throw_expression(P.UnsupportError("sort")) m = n.length - 1 if (m - 0 <= 32) H.ej(n, 0, m, T.mD()) else H.ei(n, 0, m, T.mD()) e.e = n - n = H.b(n.slice(0), H._arrayInstanceType(n)) + n = H.setRuntimeTypeInfo(n.slice(0), H._arrayInstanceType(n)) e.f = n } o = l.gfP(l) @@ -16474,7 +16474,7 @@ T.fo.prototype = { a2 = o[h] a2.I = a2.gbT() } - o = H.b(i.slice(0), H._arrayInstanceType(i)) + o = H.setRuntimeTypeInfo(i.slice(0), H._arrayInstanceType(i)) C.Array.bb(o, T.v4()) this_.d = o for (n = o.length, m = t.i, l = this_.e, h = 0; h < o.length; o.length === n || (0, H.F)(o), ++h) { @@ -16485,7 +16485,7 @@ T.fo.prototype = { f = a2.e i.bO(C.e.gaB().ab(f)) } - this_.b.bO(H.b([0], m)) + this_.b.bO(H.setRuntimeTypeInfo([0], m)) C.Array.a5(l, b1.f) } for (o = this_.c, n = o.length, h = 0; h < o.length; o.length === n || (0, H.F)(o), ++h) o[h].l = this_.b.n() @@ -16524,7 +16524,7 @@ T.fo.prototype = { this_.ch = p J.rz(o[p], this_.b, b) for (q = t.Y; p = b.b, p.length !== 0;) { - b.b = H.b([], q) + b.b = H.setRuntimeTypeInfo([], q) for (o = p.length, s = 0; s < p.length; p.length === o || (0, H.F)(p), ++s) p[s].$2(this_.b, b) } }, @@ -16545,7 +16545,7 @@ T.fo.prototype = { async_goto = 1 break } - n = new T.aq(H.b([], t.U), H.b([], t.Y)) + n = new T.aq(H.setRuntimeTypeInfo([], t.U), H.setRuntimeTypeInfo([], t.Y)) k = this_.cy async_goto = k != null ? 3 : 4 break @@ -16979,7 +16979,7 @@ T.Plr.prototype = { } else r.push(j) } s = this_.t - s = H.b(s.slice(0), H._arrayInstanceType(s)) + s = H.setRuntimeTypeInfo(s.slice(0), H._arrayInstanceType(s)) this_.E = s this_.ac() this_.k2 = this_.X.dH(this_.k1, t.c5) @@ -17477,10 +17477,10 @@ T.Plr.prototype = { }, dE() { var s, r, q, p, o = this, - n = H.b([], t.V) + n = H.setRuntimeTypeInfo([], t.V) if (o instanceof T.cz) n = C.N else { - s = H.b([], t.i) + s = H.setRuntimeTypeInfo([], t.i) for (r = $.Z(); r < $.d1(); r += $.B()) { q = C.Array.al(o.E, r, r + $.B()) if (!!q.immutable$list) H.throw_expression(P.UnsupportError("sort")) @@ -17632,7 +17632,7 @@ T.q.prototype = { aa(a, b, c) { var s, r, q, p, o = this, n = b ? o.gb8() : o.gb7(), - m = H.b([], t.L), + m = H.setRuntimeTypeInfo([], t.L), l = 0, k = -n while (true) { @@ -17651,7 +17651,7 @@ T.q.prototype = { } } if (m.length === 0) return null - r = H.b([], t.F) + r = H.setRuntimeTypeInfo([], t.F) for (q = m.length, p = 0; p < m.length; m.length === q || (0, H.F)(m), ++p) { s = m[p] r.push(new T.bG(s, o.a9(s, b, c))) @@ -17947,7 +17947,7 @@ T.SklProtect.prototype = { n = o.r2 r = t.Q.a(n.h(0, $.d6())) if (r == null) { - r = new T.dV(o, H.b([], t.gN)) + r = new T.dV(o, H.setRuntimeTypeInfo([], t.gN)) n.m(0, $.d6(), r) o.y1.j(0, r) } @@ -18178,8 +18178,8 @@ T.SklZombie.prototype = { r = r.c p = 0 o = $.T() - n = H.b([], t.q) - m = H.b([], t.H) + n = H.setRuntimeTypeInfo([], t.q) + m = H.setRuntimeTypeInfo([], t.H) l = P.a0(t.X, t.W) k = new Sgls.c(t.n) k.c = k @@ -18209,10 +18209,10 @@ T.SklZombie.prototype = { c.c = c c.b = c b = t.i - a = H.b([], b) - a0 = H.b([], b) - a1 = H.b([], b) - b = H.b([], b) + a = H.setRuntimeTypeInfo([], b) + a0 = H.setRuntimeTypeInfo([], b) + a1 = H.setRuntimeTypeInfo([], b) + b = H.setRuntimeTypeInfo([], b) a2 = 0 a3 = new T.fX(s, q, r, a5, p, o, n, m, l, k, j, i, h, g, f, e, d, c, a, a0, a1, b, a2, a2, a2, $.W(), a2) a3.a1(s, q, r, a5) @@ -18235,7 +18235,7 @@ T.SklZombie.prototype = { b = new T.HPlr(a2) b.a = a3.e b.d = a2 - r.push(T.RunUpdate(q, s, b, a6, H.b([a6], t.j), 0, 1000, 100)) + r.push(T.RunUpdate(q, s, b, a6, H.setRuntimeTypeInfo([a6], t.j), 0, 1000, 100)) return true } return false @@ -18288,7 +18288,7 @@ T.hg.prototype = { this.r.G.j(0, this.fr) }, aa(a, b, c) { - return H.b([], t.F) + return H.setRuntimeTypeInfo([], t.F) }, v(a, b, c, d) { var s, r, q, p = this @@ -18547,7 +18547,7 @@ T.hy.prototype = { b.a.push($.K()) r = new T.ee(s, 0) r.ao(this.r, $.i()) - r.v(H.b([], t.F), true, a, b) + r.v(H.setRuntimeTypeInfo([], t.F), true, a, b) } } } @@ -18557,7 +18557,7 @@ T.hz.prototype = { return (a.n() & 63) + this.f > this.r.fr }, aa(a, b, c) { - return H.b([], t.F) + return H.setRuntimeTypeInfo([], t.F) }, v(a, b, c, d) { var s, r, q, p, o = this, @@ -18606,7 +18606,7 @@ T.ep.prototype = { this.cN(a) s = $.p2() r = 0 - this.r = H.b([s, r, s, r, r, r, r, r], t.i) + this.r = H.setRuntimeTypeInfo([s, r, s, r, r, r, r, r], t.i) }, b6() { var s = this.c, @@ -18808,7 +18808,7 @@ LangData.SuperRC4.prototype = { dH(a, b) { var s, r, q, p, o, n, m = a.length if (m <= 1) return a - s = H.b([], t.i) + s = H.setRuntimeTypeInfo([], t.i) C.Array.sp(s, m) for (r = 0; r < m; ++r) s[r] = r for (q = 0, r = 0; r < 2; ++r) @@ -19301,12 +19301,12 @@ var t = (function rtii() { C.G = new P.iq() C.I = new P.Duration(0) C.L = new P.jJ(null) - C.M = H.b(make_const_list(["*::class", "*::dir", "*::draggable", "*::hidden", "*::id", "*::inert", "*::itemprop", "*::itemref", "*::itemscope", "*::lang", "*::spellcheck", "*::title", "*::translate", "A::accesskey", "A::coords", "A::hreflang", "A::name", "A::shape", "A::tabindex", "A::target", "A::type", "AREA::accesskey", "AREA::alt", "AREA::coords", "AREA::nohref", "AREA::shape", "AREA::tabindex", "AREA::target", "AUDIO::controls", "AUDIO::loop", "AUDIO::mediagroup", "AUDIO::muted", "AUDIO::preload", "BDO::dir", "BODY::alink", "BODY::bgcolor", "BODY::link", "BODY::text", "BODY::vlink", "BR::clear", "BUTTON::accesskey", "BUTTON::disabled", "BUTTON::name", "BUTTON::tabindex", "BUTTON::type", "BUTTON::value", "CANVAS::height", "CANVAS::width", "CAPTION::align", "COL::align", "COL::char", "COL::charoff", "COL::span", "COL::valign", "COL::width", "COLGROUP::align", "COLGROUP::char", "COLGROUP::charoff", "COLGROUP::span", "COLGROUP::valign", "COLGROUP::width", "COMMAND::checked", "COMMAND::command", "COMMAND::disabled", "COMMAND::label", "COMMAND::radiogroup", "COMMAND::type", "DATA::value", "DEL::datetime", "DETAILS::open", "DIR::compact", "DIV::align", "DL::compact", "FIELDSET::disabled", "FONT::color", "FONT::face", "FONT::size", "FORM::accept", "FORM::autocomplete", "FORM::enctype", "FORM::method", "FORM::name", "FORM::novalidate", "FORM::target", "FRAME::name", "H1::align", "H2::align", "H3::align", "H4::align", "H5::align", "H6::align", "HR::align", "HR::noshade", "HR::size", "HR::width", "HTML::version", "IFRAME::align", "IFRAME::frameborder", "IFRAME::height", "IFRAME::marginheight", "IFRAME::marginwidth", "IFRAME::width", "IMG::align", "IMG::alt", "IMG::border", "IMG::height", "IMG::hspace", "IMG::ismap", "IMG::name", "IMG::usemap", "IMG::vspace", "IMG::width", "INPUT::accept", "INPUT::accesskey", "INPUT::align", "INPUT::alt", "INPUT::autocomplete", "INPUT::autofocus", "INPUT::checked", "INPUT::disabled", "INPUT::inputmode", "INPUT::ismap", "INPUT::list", "INPUT::max", "INPUT::maxlength", "INPUT::min", "INPUT::multiple", "INPUT::name", "INPUT::placeholder", "INPUT::readonly", "INPUT::required", "INPUT::size", "INPUT::step", "INPUT::tabindex", "INPUT::type", "INPUT::usemap", "INPUT::value", "INS::datetime", "KEYGEN::disabled", "KEYGEN::keytype", "KEYGEN::name", "LABEL::accesskey", "LABEL::for", "LEGEND::accesskey", "LEGEND::align", "LI::type", "LI::value", "LINK::sizes", "MAP::name", "MENU::compact", "MENU::label", "MENU::type", "METER::high", "METER::low", "METER::max", "METER::min", "METER::value", "OBJECT::typemustmatch", "OL::compact", "OL::reversed", "OL::start", "OL::type", "OPTGROUP::disabled", "OPTGROUP::label", "OPTION::disabled", "OPTION::label", "OPTION::selected", "OPTION::value", "OUTPUT::for", "OUTPUT::name", "P::align", "PRE::width", "PROGRESS::max", "PROGRESS::min", "PROGRESS::value", "SELECT::autocomplete", "SELECT::disabled", "SELECT::multiple", "SELECT::name", "SELECT::required", "SELECT::size", "SELECT::tabindex", "SOURCE::type", "TABLE::align", "TABLE::bgcolor", "TABLE::border", "TABLE::cellpadding", "TABLE::cellspacing", "TABLE::frame", "TABLE::rules", "TABLE::summary", "TABLE::width", "TBODY::align", "TBODY::char", "TBODY::charoff", "TBODY::valign", "TD::abbr", "TD::align", "TD::axis", "TD::bgcolor", "TD::char", "TD::charoff", "TD::colspan", "TD::headers", "TD::height", "TD::nowrap", "TD::rowspan", "TD::scope", "TD::valign", "TD::width", "TEXTAREA::accesskey", "TEXTAREA::autocomplete", "TEXTAREA::cols", "TEXTAREA::disabled", "TEXTAREA::inputmode", "TEXTAREA::name", "TEXTAREA::placeholder", "TEXTAREA::readonly", "TEXTAREA::required", "TEXTAREA::rows", "TEXTAREA::tabindex", "TEXTAREA::wrap", "TFOOT::align", "TFOOT::char", "TFOOT::charoff", "TFOOT::valign", "TH::abbr", "TH::align", "TH::axis", "TH::bgcolor", "TH::char", "TH::charoff", "TH::colspan", "TH::headers", "TH::height", "TH::nowrap", "TH::rowspan", "TH::scope", "TH::valign", "TH::width", "THEAD::align", "THEAD::char", "THEAD::charoff", "THEAD::valign", "TR::align", "TR::bgcolor", "TR::char", "TR::charoff", "TR::valign", "TRACK::default", "TRACK::kind", "TRACK::label", "TRACK::srclang", "UL::compact", "UL::type", "VIDEO::controls", "VIDEO::height", "VIDEO::loop", "VIDEO::mediagroup", "VIDEO::muted", "VIDEO::preload", "VIDEO::width"]), t.V) - C.N = H.b(make_const_list(["", "", "", "", "", "", "", "", "", ""]), t.V) - C.O = H.b(make_const_list(["HEAD", "AREA", "BASE", "BASEFONT", "BR", "COL", "COLGROUP", "EMBED", "FRAME", "FRAMESET", "HR", "IMAGE", "IMG", "INPUT", "ISINDEX", "LINK", "META", "PARAM", "SOURCE", "STYLE", "TITLE", "WBR"]), t.V) - C.P = H.b(make_const_list([]), t.V) - C.r = H.b(make_const_list(["bind", "if", "ref", "repeat", "syntax"]), t.V) - C.l = H.b(make_const_list(["A::href", "AREA::href", "BLOCKQUOTE::cite", "BODY::background", "COMMAND::icon", "DEL::cite", "FORM::action", "IMG::src", "INPUT::src", "INS::cite", "Q::cite", "VIDEO::poster"]), t.V) + C.M = H.setRuntimeTypeInfo(make_const_list(["*::class", "*::dir", "*::draggable", "*::hidden", "*::id", "*::inert", "*::itemprop", "*::itemref", "*::itemscope", "*::lang", "*::spellcheck", "*::title", "*::translate", "A::accesskey", "A::coords", "A::hreflang", "A::name", "A::shape", "A::tabindex", "A::target", "A::type", "AREA::accesskey", "AREA::alt", "AREA::coords", "AREA::nohref", "AREA::shape", "AREA::tabindex", "AREA::target", "AUDIO::controls", "AUDIO::loop", "AUDIO::mediagroup", "AUDIO::muted", "AUDIO::preload", "BDO::dir", "BODY::alink", "BODY::bgcolor", "BODY::link", "BODY::text", "BODY::vlink", "BR::clear", "BUTTON::accesskey", "BUTTON::disabled", "BUTTON::name", "BUTTON::tabindex", "BUTTON::type", "BUTTON::value", "CANVAS::height", "CANVAS::width", "CAPTION::align", "COL::align", "COL::char", "COL::charoff", "COL::span", "COL::valign", "COL::width", "COLGROUP::align", "COLGROUP::char", "COLGROUP::charoff", "COLGROUP::span", "COLGROUP::valign", "COLGROUP::width", "COMMAND::checked", "COMMAND::command", "COMMAND::disabled", "COMMAND::label", "COMMAND::radiogroup", "COMMAND::type", "DATA::value", "DEL::datetime", "DETAILS::open", "DIR::compact", "DIV::align", "DL::compact", "FIELDSET::disabled", "FONT::color", "FONT::face", "FONT::size", "FORM::accept", "FORM::autocomplete", "FORM::enctype", "FORM::method", "FORM::name", "FORM::novalidate", "FORM::target", "FRAME::name", "H1::align", "H2::align", "H3::align", "H4::align", "H5::align", "H6::align", "HR::align", "HR::noshade", "HR::size", "HR::width", "HTML::version", "IFRAME::align", "IFRAME::frameborder", "IFRAME::height", "IFRAME::marginheight", "IFRAME::marginwidth", "IFRAME::width", "IMG::align", "IMG::alt", "IMG::border", "IMG::height", "IMG::hspace", "IMG::ismap", "IMG::name", "IMG::usemap", "IMG::vspace", "IMG::width", "INPUT::accept", "INPUT::accesskey", "INPUT::align", "INPUT::alt", "INPUT::autocomplete", "INPUT::autofocus", "INPUT::checked", "INPUT::disabled", "INPUT::inputmode", "INPUT::ismap", "INPUT::list", "INPUT::max", "INPUT::maxlength", "INPUT::min", "INPUT::multiple", "INPUT::name", "INPUT::placeholder", "INPUT::readonly", "INPUT::required", "INPUT::size", "INPUT::step", "INPUT::tabindex", "INPUT::type", "INPUT::usemap", "INPUT::value", "INS::datetime", "KEYGEN::disabled", "KEYGEN::keytype", "KEYGEN::name", "LABEL::accesskey", "LABEL::for", "LEGEND::accesskey", "LEGEND::align", "LI::type", "LI::value", "LINK::sizes", "MAP::name", "MENU::compact", "MENU::label", "MENU::type", "METER::high", "METER::low", "METER::max", "METER::min", "METER::value", "OBJECT::typemustmatch", "OL::compact", "OL::reversed", "OL::start", "OL::type", "OPTGROUP::disabled", "OPTGROUP::label", "OPTION::disabled", "OPTION::label", "OPTION::selected", "OPTION::value", "OUTPUT::for", "OUTPUT::name", "P::align", "PRE::width", "PROGRESS::max", "PROGRESS::min", "PROGRESS::value", "SELECT::autocomplete", "SELECT::disabled", "SELECT::multiple", "SELECT::name", "SELECT::required", "SELECT::size", "SELECT::tabindex", "SOURCE::type", "TABLE::align", "TABLE::bgcolor", "TABLE::border", "TABLE::cellpadding", "TABLE::cellspacing", "TABLE::frame", "TABLE::rules", "TABLE::summary", "TABLE::width", "TBODY::align", "TBODY::char", "TBODY::charoff", "TBODY::valign", "TD::abbr", "TD::align", "TD::axis", "TD::bgcolor", "TD::char", "TD::charoff", "TD::colspan", "TD::headers", "TD::height", "TD::nowrap", "TD::rowspan", "TD::scope", "TD::valign", "TD::width", "TEXTAREA::accesskey", "TEXTAREA::autocomplete", "TEXTAREA::cols", "TEXTAREA::disabled", "TEXTAREA::inputmode", "TEXTAREA::name", "TEXTAREA::placeholder", "TEXTAREA::readonly", "TEXTAREA::required", "TEXTAREA::rows", "TEXTAREA::tabindex", "TEXTAREA::wrap", "TFOOT::align", "TFOOT::char", "TFOOT::charoff", "TFOOT::valign", "TH::abbr", "TH::align", "TH::axis", "TH::bgcolor", "TH::char", "TH::charoff", "TH::colspan", "TH::headers", "TH::height", "TH::nowrap", "TH::rowspan", "TH::scope", "TH::valign", "TH::width", "THEAD::align", "THEAD::char", "THEAD::charoff", "THEAD::valign", "TR::align", "TR::bgcolor", "TR::char", "TR::charoff", "TR::valign", "TRACK::default", "TRACK::kind", "TRACK::label", "TRACK::srclang", "UL::compact", "UL::type", "VIDEO::controls", "VIDEO::height", "VIDEO::loop", "VIDEO::mediagroup", "VIDEO::muted", "VIDEO::preload", "VIDEO::width"]), t.V) + C.N = H.setRuntimeTypeInfo(make_const_list(["", "", "", "", "", "", "", "", "", ""]), t.V) + C.O = H.setRuntimeTypeInfo(make_const_list(["HEAD", "AREA", "BASE", "BASEFONT", "BR", "COL", "COLGROUP", "EMBED", "FRAME", "FRAMESET", "HR", "IMAGE", "IMG", "INPUT", "ISINDEX", "LINK", "META", "PARAM", "SOURCE", "STYLE", "TITLE", "WBR"]), t.V) + C.P = H.setRuntimeTypeInfo(make_const_list([]), t.V) + C.r = H.setRuntimeTypeInfo(make_const_list(["bind", "if", "ref", "repeat", "syntax"]), t.V) + C.l = H.setRuntimeTypeInfo(make_const_list(["A::href", "AREA::href", "BLOCKQUOTE::cite", "BODY::background", "COMMAND::icon", "DEL::cite", "FORM::action", "IMG::src", "INPUT::src", "INS::cite", "Q::cite", "VIDEO::poster"]), t.V) C.S = H.vp("N") C.T_kk = new P.kk(false) })(); @@ -19326,7 +19326,7 @@ var t = (function rtii() { $.eO = null $.ms = false $.P = C.f - $.ch = H.b([], H.findType("E")) + $.ch = H.setRuntimeTypeInfo([], H.findType("E")) $.bA = null $.m4 = null $.nJ = null @@ -19349,12 +19349,12 @@ var t = (function rtii() { $.e_ = 0 $.mf = function () { var s = t.i - return H.b([H.b([255, 255, 255], s), H.b([255, 255, 255], s), H.b([0, 0, 0], s), H.b([0, 180, 0], s), H.b([0, 255, 0], s), H.b([255, 0, 0], s), H.b([255, 192, 0], s), H.b([255, 255, 0], s), H.b([0, 224, 128], s), H.b([255, 0, 128], s), H.b([255, 108, 0], s), H.b([0, 108, 255], s), H.b([0, 192, 255], s), H.b([0, 255, 255], s), H.b([128, 120, 255], s), H.b([128, 224, 255], s), H.b([255, 0, 255], s), H.b([40, 40, 255], s), H.b([128, 0, 255], s), H.b([0, 144, 0], s), H.b([144, 0, 0], s)], t.f) + return H.setRuntimeTypeInfo([H.setRuntimeTypeInfo([255, 255, 255], s), H.setRuntimeTypeInfo([255, 255, 255], s), H.setRuntimeTypeInfo([0, 0, 0], s), H.setRuntimeTypeInfo([0, 180, 0], s), H.setRuntimeTypeInfo([0, 255, 0], s), H.setRuntimeTypeInfo([255, 0, 0], s), H.setRuntimeTypeInfo([255, 192, 0], s), H.setRuntimeTypeInfo([255, 255, 0], s), H.setRuntimeTypeInfo([0, 224, 128], s), H.setRuntimeTypeInfo([255, 0, 128], s), H.setRuntimeTypeInfo([255, 108, 0], s), H.setRuntimeTypeInfo([0, 108, 255], s), H.setRuntimeTypeInfo([0, 192, 255], s), H.setRuntimeTypeInfo([0, 255, 255], s), H.setRuntimeTypeInfo([128, 120, 255], s), H.setRuntimeTypeInfo([128, 224, 255], s), H.setRuntimeTypeInfo([255, 0, 255], s), H.setRuntimeTypeInfo([40, 40, 255], s), H.setRuntimeTypeInfo([128, 0, 255], s), H.setRuntimeTypeInfo([0, 144, 0], s), H.setRuntimeTypeInfo([144, 0, 0], s)], t.f) }() $.md = null - $.dZ = H.b([], t.f) - $.me = H.b([], t.f) - $.o5 = H.b([], t.f) + $.dZ = H.setRuntimeTypeInfo([], t.f) + $.me = H.setRuntimeTypeInfo([], t.f) + $.o5 = H.setRuntimeTypeInfo([], t.f) $.od = function () { var s = t.X return P.cu(s, s) @@ -20335,7 +20335,7 @@ var t = (function rtii() { }) lazy_old($, "zH", "r1", function () { // return H.b([$.iL(), $.n8(), $.qk(), $.n6(), $.n9(), $.no(), $.nm(), $.nb(), $.qa(), $.nn(), $.qW(), $.np(), $.qi(), $.nj(), $.qr(), $.qs(), $.qU()], t.V) - return H.b( + return H.setRuntimeTypeInfo( [ "Rinick", "库瓒", "庫瓒", "涵虚", "霛雲", "云剑", "新纪元", "琪拉拉", "纯菜", "学车中学", "学🚗🀄学", "昀澤", "锦依卫", "Σσ", "Ø", "∅", "斜眼笑" @@ -20347,7 +20347,7 @@ var t = (function rtii() { return $.pA() }) lazy_old($, "zY", "r6", function () { - return C.Array.f5(H.b(LangData.get_lang("ezfN").split("[]"), t.s), new T.kb(), t.X).fL(0) + return C.Array.f5(H.setRuntimeTypeInfo(LangData.get_lang("ezfN").split("[]"), t.s), new T.kb(), t.X).fL(0) }) lazy_old($, "Ac", "rj", function () { // 武器那一堆 @@ -20367,7 +20367,7 @@ var t = (function rtii() { }) lazy_old($, "Ad", "rk", function () { // return H.b([$.iL(), $.n8(), $.n6(), $.n9(), $.no(), $.nm(), $.nb(), $.nn(), $.np(), $.nj(), $.qg(), $.qj(), $.qt(), $.qX(), $.qf(), $.qN(), $.qd(), $.qT(), $.qV(), $.ql(), $.qS(), $.qe()], t.V) - return H.b( + return H.setRuntimeTypeInfo( [ "Rinick", "库瓒", "涵虚", "霛雲", "云剑", "新纪元", "琪拉拉", "学车中学", "昀澤", "Σσ", "滑稽", "坤灵剑", "RailGun", "巡洋舰", "Hell", "佘山", "房刚", "五班", "XJ联队", @@ -21048,7 +21048,7 @@ function main() { a2 = window.localStorage.getItem("go​ogle_experiment_mod1") // console.log("a2", a2) if (a2 != null) { - $.ox = new H.a9(H.b(a2.split(""), t.s), t.bJ).f3(0) + $.ox = new H.a9(H.setRuntimeTypeInfo(a2.split(""), t.s), t.bJ).f3(0) } } @@ -21067,8 +21067,8 @@ function main() { l = X.f4(m, 0) k = LangData.oC(false) a8 = t.i - j = H.b([], a8) - J.rr(j, H.b([1, 3, 0, 9], a8)) + j = H.setRuntimeTypeInfo([], a8) + J.rr(j, H.setRuntimeTypeInfo([1, 3, 0, 9], a8)) k.bO(j) k.di(l) raw_names = C.e.bt(0, l) @@ -21087,7 +21087,7 @@ function main() { if (h[1].length > 10 || J.lW(h[1][0][0], LangData.j("S,AF", 5))) { logger.info("官方测号") a8 = h[1] - a9 = H.b([], t.t) + a9 = H.setRuntimeTypeInfo([], t.t) d = new X.iW(a9, new Float64Array(1)) d.e_(a8) g = d @@ -21104,9 +21104,9 @@ function main() { } a8 = h[1] a9 = e - a3 = H.b([], t.L) - a4 = H.b([], t.V) - a5 = H.b([], t.M) + a3 = H.setRuntimeTypeInfo([], t.L) + a4 = H.setRuntimeTypeInfo([], t.V) + a5 = H.setRuntimeTypeInfo([], t.M) g = new V.iV(a9, a8, a3, a4, a5, P.cu(t.X, t.B), new Float64Array(1)) g.dZ(a8, a9) d = g @@ -21120,10 +21120,10 @@ function main() { a8 = h[1] a9 = h[2] a3 = t.L - a4 = H.b([], a3) - a3 = H.b([], a3) - a5 = H.b([], t.V) - a6 = H.b([], t.M) + a4 = H.setRuntimeTypeInfo([], a3) + a3 = H.setRuntimeTypeInfo([], a3) + a5 = H.setRuntimeTypeInfo([], t.V) + a6 = H.setRuntimeTypeInfo([], t.M) g = new L.iR(a8, a9, a4, a3, a5, a6, new Float64Array(1)) g.dY(a8, a9) b = g From 620188b51eda97986b7bc0a2eb24117ced160345 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 23:57:18 +0800 Subject: [PATCH 41/54] H.oy -> H.closureFunctionType --- branch/latest/md5.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 6794189..de5cdc5 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1983,7 +1983,7 @@ var A = { a[init.arrayRti] = b return a }, - oy(a) { + closureFunctionType(a) { var s = a.$S if (s != null) { if (typeof s == "number") return H.uU(s) @@ -1995,7 +1995,7 @@ var A = { var s if (H.Rti__isUnionOfFunctionType(b)) if (a instanceof H.c_) { - s = H.oy(a) + s = H.closureFunctionType(a) if (s != null) return s } return H.instanceType(a) }, @@ -11224,7 +11224,7 @@ P.Object.prototype = { return "Instance of '" + H.as_string(H.jZ(this)) + "'" }, gcw(a) { - var s = this instanceof H.c_ ? H.oy(this) : null + var s = this instanceof H.c_ ? H.closureFunctionType(this) : null return H.mz(s == null ? H.instanceType(this) : s) }, toString() { From 0218279a1065bc99fe4a14b23c25efb1c079c910 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Fri, 5 Apr 2024 00:02:52 +0800 Subject: [PATCH 42/54] Revert "H.b -> H.setRuntimeTypeInfo" This reverts commit aee34f9109e34bfc8273988431734b76cebe6a80. --- branch/latest/md5.js | 610 +++++++++++++++++++++---------------------- 1 file changed, 305 insertions(+), 305 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index de5cdc5..6ca61e0 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -396,7 +396,7 @@ var A = { s = J.cm(P.my(f.getContext("2d").getImageData(0, 0, 128, 128))) for (r = t.i, q = 0; q < 38; ++q) { p = C.JsInt.V(q, 8) * 64 + C.JsInt.ag(q, 8) * 8192 - o = H.setRuntimeTypeInfo([], r) + o = H.b([], r) for (n = 0; n < 16; ++n) for (m = n * 512, l = 0; l < 16; ++l) { k = p + l * 4 + m @@ -408,8 +408,8 @@ var A = { } for (q = 0; q < 8; ++q) { p = q * 64 + 57344 - i = H.setRuntimeTypeInfo([], r) - h = H.setRuntimeTypeInfo([], r) + i = H.b([], r) + h = H.b([], r) for (n = 0; n < 16; ++n) for (m = n * 512, l = 0; l < 16; ++l) { k = p + l * 4 + m @@ -437,7 +437,7 @@ var A = { ts(a) { var s, r, q, p, o, n, m, l, k, j, i, h, g, f = C.d.V(a[0], $.me.length), e = t.i, - d = H.setRuntimeTypeInfo([], e) + d = H.b([], e) d.push(C.d.V(a[1], $.dZ.length)) s = a[2] r = $.dZ.length @@ -467,7 +467,7 @@ var A = { n.toString n.fillStyle = "rgba(" + s + ", " + r + ", " + k + ", 1)" n.fillRect(1, 1, 14, 14) - j = H.setRuntimeTypeInfo([], e) + j = H.b([], e) i = new Sgls.k6(j, m, d) for (p = o, h = 0; h < d.length; ++h) { o = p + 1 @@ -502,7 +502,7 @@ var A = { }, tu(a, b) { var s, r, q, p - Sgls.o4(a, $.me[b], H.setRuntimeTypeInfo([64, 64, 64], t.i)) + Sgls.o4(a, $.me[b], H.b([64, 64, 64], t.i)) s = P.my(a.getImageData(0, 0, 16, 16)) r = $.o5[b] for (q = J.bv(s), p = 0; p < 256; ++p) q.gck(s)[p * 4 + 3] = r[p] @@ -891,7 +891,7 @@ var A = { return s }, tl(a) { - var s, r, q, p = H.setRuntimeTypeInfo([], t.dC) + var s, r, q, p = H.b([], t.dC) for (s = a.length, r = 0; r < a.length; a.length === s || (0, H.F)(a), ++r) { q = a[r] if (!H.aP(q)) throw H.wrap_expression(H.R(q)) @@ -1005,7 +1005,7 @@ var A = { var s, r, q, p, o, n a = H.quoteStringForRegExp(a.replace(String({}), "$receiver$")) s = a.match(/\\\$[a-zA-Z]+\\\$/g) - if (s == null) s = H.setRuntimeTypeInfo([], t.s) + if (s == null) s = H.b([], t.s) r = s.indexOf("\\$arguments\\$") q = s.indexOf("\\$argumentsExpr\\$") p = s.indexOf("\\$expr\\$") @@ -1979,7 +1979,7 @@ var A = { s.c = m return s }, - setRuntimeTypeInfo(a, b) { + b(a, b) { a[init.arrayRti] = b return a }, @@ -2151,14 +2151,14 @@ var A = { Au(a) { var s = this if (a == null) return a - else if (s.setRuntimeTypeInfo(a)) return a + else if (s.b(a)) return a H.oo(a, s) }, ui(a) { var s = this if (a == null) return a // set run time info - else if (s.setRuntimeTypeInfo(a)) return a + else if (s.b(a)) return a logger.debug("faild nullable as check", a) H.oo(a, s) }, @@ -2283,7 +2283,7 @@ var A = { if (a6 != null) { s = a6.length if (a5 == null) { - a5 = H.setRuntimeTypeInfo([], t.s) + a5 = H.b([], t.s) r = null } else r = a5.length q = a5.length @@ -3142,10 +3142,10 @@ var A = { }, t_(a, b) { if (!H.aP(a) || a < 0) throw H.wrap_expression(P.bz("Length must be a non-negative integer: " + H.as_string(a), null)) - return H.setRuntimeTypeInfo(new Array(a), b.i("E<0>")) + return H.b(new Array(a), b.i("E<0>")) }, t0(a, b) { - return J.nL(H.setRuntimeTypeInfo(a, b.i("E<0>"))) + return J.nL(H.b(a, b.i("E<0>"))) }, nL(a) { a.fixed$length = Array @@ -3467,7 +3467,7 @@ var A = { r = r < 26 ? r + 65 : r + 71 q = q < 26 ? q + 65 : q + 71 p = p < 26 ? p + 65 : p + 71 - return P.mh(H.setRuntimeTypeInfo([r, q, p, o < 26 ? o + 65 : o + 71], t.i), 0, null) + return P.mh(H.b([r, q, p, o < 26 ? o + 65 : o + 71], t.i), 0, null) }, j(a, b) { let result = C.e.bt(0, X.f4(a, b)) @@ -3485,7 +3485,7 @@ var A = { }, lA: function lA() {}, fZ(a) { - var s = H.setRuntimeTypeInfo([0], t.i) + var s = H.b([0], t.i) C.Array.a5(s, C.e.gaB().ab(a)) return s }, @@ -3502,7 +3502,7 @@ var A = { if (a) { s = new Y.RC4() s.bd(C.e.gaB().ab(q), 2) - s.di(H.setRuntimeTypeInfo([32, 46, 189, 177, 148, 32], t.i)) + s.di(H.b([32, 46, 189, 177, 148, 32], t.i)) return s } else { r = new Y.RC4() @@ -4062,7 +4062,7 @@ var A = { if (b === "(" && c === ")") return "(...)" return b + "..." + c } - s = H.setRuntimeTypeInfo([], t.s) + s = H.b([], t.s) $.ch.push(a) try { P.uu(a, s) @@ -4340,8 +4340,8 @@ var A = { }, List_List__of(a, b) { var s, r - if (Array.isArray(a)) return H.setRuntimeTypeInfo(a.slice(0), b.i("E<0>")) // JSArray<0> - s = H.setRuntimeTypeInfo([], b.i("E<0>")) + if (Array.isArray(a)) return H.b(a.slice(0), b.i("E<0>")) // JSArray<0> + s = H.b([], b.i("E<0>")) for (r = J.by(a); r.u();) s.push(r.gC()) return s }, @@ -4679,8 +4679,8 @@ var A = { c = a4.d, b = 0, a = $.T(), - a0 = H.setRuntimeTypeInfo([], t.q), - a1 = H.setRuntimeTypeInfo([], t.H), + a0 = H.b([], t.q), + a1 = H.b([], t.H), a2 = P.a0(t.X, t.W), a3 = new Sgls.c(t.n) a3.c = a3 @@ -4710,17 +4710,17 @@ var A = { l.c = l l.b = l k = t.i - j = H.setRuntimeTypeInfo([], k) - i = H.setRuntimeTypeInfo([], k) - h = H.setRuntimeTypeInfo([], k) - k = H.setRuntimeTypeInfo([], k) + j = H.b([], k) + i = H.b([], k) + h = H.b([], k) + k = H.b([], k) g = 0 g = new T.dR(f, e, d, c, b, a, a0, a1, a2, a3, s, r, q, p, o, n, m, l, j, i, h, k, g, g, g, $.W(), g) g.a1(f, e, d, c) g.cm = a4 g.e = T.fD(a4 instanceof T.dR ? g.a6 = a4.a6 : g.a6 = a4) f = a4.t - f = H.setRuntimeTypeInfo(f.slice(0), H._arrayInstanceType(f)) + f = H.b(f.slice(0), H._arrayInstanceType(f)) g.t = f return g }, @@ -4823,14 +4823,14 @@ var A = { I(a, b, c) { var s, r, q, p, o = b ? a.dx : a.ch, n = t.i, - m = H.setRuntimeTypeInfo([c.n() & 127, c.n() & 127, c.n() & 127, o + $.au(), o], n) + m = H.b([c.n() & 127, c.n() & 127, c.n() & 127, o + $.au(), o], n) C.Array.aJ(m) s = m[$.t()] m = c.n() r = $.au() q = c.n() p = $.au() - n = H.setRuntimeTypeInfo([(m & 63) + r, (q & 63) + p, o + p], n) + n = H.b([(m & 63) + r, (q & 63) + p, o + p], n) C.Array.aJ(n) return s * n[$.i()] * a.id }, @@ -4856,8 +4856,8 @@ var A = { if (a5 == $.nk()) { s = 0 r = $.T() - q = H.setRuntimeTypeInfo([], t.q) - p = H.setRuntimeTypeInfo([], t.H) + q = H.b([], t.q) + p = H.b([], t.H) o = P.a0(t.X, t.W) n = new Sgls.c(t.n) n.c = n @@ -4887,10 +4887,10 @@ var A = { f.c = f f.b = f e = t.i - d = H.setRuntimeTypeInfo([], e) - c = H.setRuntimeTypeInfo([], e) - b = H.setRuntimeTypeInfo([], e) - e = H.setRuntimeTypeInfo([], e) + d = H.b([], e) + c = H.b([], e) + b = H.b([], e) + e = H.b([], e) a = 0 a = new T.fU(a4, a5, a4, a3, s, r, q, p, o, n, m, l, k, j, i, h, g, f, d, c, b, e, a, a, a, $.W(), a) a.a1(a4, a5, a4, a3) @@ -4900,8 +4900,8 @@ var A = { if (a5 == $.qR()) { s = 0 r = $.T() - q = H.setRuntimeTypeInfo([], t.q) - p = H.setRuntimeTypeInfo([], t.H) + q = H.b([], t.q) + p = H.b([], t.H) o = P.a0(t.X, t.W) n = new Sgls.c(t.n) n.c = n @@ -4931,10 +4931,10 @@ var A = { f.c = f f.b = f e = t.i - d = H.setRuntimeTypeInfo([], e) - c = H.setRuntimeTypeInfo([], e) - b = H.setRuntimeTypeInfo([], e) - e = H.setRuntimeTypeInfo([], e) + d = H.b([], e) + c = H.b([], e) + b = H.b([], e) + e = H.b([], e) a = 0 a = new T.fV(a4, a5, a4, a3, s, r, q, p, o, n, m, l, k, j, i, h, g, f, d, c, b, e, a, a, a, $.W(), a) a.a1(a4, a5, a4, a3) @@ -4948,8 +4948,8 @@ var A = { q = H.as_string(a4) + H.as_string($.aD()) p = 0 o = $.T() - n = H.setRuntimeTypeInfo([], t.q) - m = H.setRuntimeTypeInfo([], t.H) + n = H.b([], t.q) + m = H.b([], t.H) l = P.a0(t.X, t.W) k = new Sgls.c(t.n) k.c = k @@ -4979,10 +4979,10 @@ var A = { c.c = c c.b = c b = t.i - a = H.setRuntimeTypeInfo([], b) - a0 = H.setRuntimeTypeInfo([], b) - a1 = H.setRuntimeTypeInfo([], b) - b = H.setRuntimeTypeInfo([], b) + a = H.b([], b) + a0 = H.b([], b) + a1 = H.b([], b) + b = H.b([], b) a2 = 0 a2 = new T.df(r, a4, s, q, a3, p, o, n, m, l, k, j, i, h, g, f, e, d, c, a, a0, a1, b, a2, a2, a2, $.W(), a2) a2.a1(a4, s, q, a3) @@ -4993,8 +4993,8 @@ var A = { r = H.as_string(a4) + H.as_string($.aD()) q = 0 p = $.T() - o = H.setRuntimeTypeInfo([], t.q) - n = H.setRuntimeTypeInfo([], t.H) + o = H.b([], t.q) + n = H.b([], t.H) m = P.a0(t.X, t.W) l = new Sgls.c(t.n) l.c = l @@ -5024,10 +5024,10 @@ var A = { d.c = d d.b = d c = t.i - b = H.setRuntimeTypeInfo([], c) - a = H.setRuntimeTypeInfo([], c) - a0 = H.setRuntimeTypeInfo([], c) - c = H.setRuntimeTypeInfo([], c) + b = H.b([], c) + a = H.b([], c) + a0 = H.b([], c) + c = H.b([], c) a1 = 0 a1 = new T.fc(a4, s, r, a3, q, p, o, n, m, l, k, j, i, h, g, f, e, d, b, a, a0, c, a1, a1, a1, $.W(), a1) a1.a1(a4, s, r, a3) @@ -5038,8 +5038,8 @@ var A = { r = H.as_string(a4) + H.as_string($.aD()) q = 0 p = $.T() - o = H.setRuntimeTypeInfo([], t.q) - n = H.setRuntimeTypeInfo([], t.H) + o = H.b([], t.q) + n = H.b([], t.H) m = P.a0(t.X, t.W) l = new Sgls.c(t.n) l.c = l @@ -5069,10 +5069,10 @@ var A = { d.c = d d.b = d c = t.i - b = H.setRuntimeTypeInfo([], c) - a = H.setRuntimeTypeInfo([], c) - a0 = H.setRuntimeTypeInfo([], c) - c = H.setRuntimeTypeInfo([], c) + b = H.b([], c) + a = H.b([], c) + a0 = H.b([], c) + c = H.b([], c) a1 = 0 a1 = new T.f9(a4, s, r, a3, q, p, o, n, m, l, k, j, i, h, g, f, e, d, b, a, a0, c, a1, a1, a1, $.W(), a1) a1.a1(a4, s, r, a3) @@ -5083,8 +5083,8 @@ var A = { r = H.as_string(a4) + H.as_string($.aD()) q = 0 p = $.T() - o = H.setRuntimeTypeInfo([], t.q) - n = H.setRuntimeTypeInfo([], t.H) + o = H.b([], t.q) + n = H.b([], t.H) m = P.a0(t.X, t.W) l = new Sgls.c(t.n) l.c = l @@ -5114,10 +5114,10 @@ var A = { d.c = d d.b = d c = t.i - b = H.setRuntimeTypeInfo([], c) - a = H.setRuntimeTypeInfo([], c) - a0 = H.setRuntimeTypeInfo([], c) - c = H.setRuntimeTypeInfo([], c) + b = H.b([], c) + a = H.b([], c) + a0 = H.b([], c) + c = H.b([], c) a1 = 0 a1 = new T.fd(a4, s, r, a3, q, p, o, n, m, l, k, j, i, h, g, f, e, d, b, a, a0, c, a1, a1, a1, $.W(), a1) a1.a1(a4, s, r, a3) @@ -5129,8 +5129,8 @@ var A = { r = H.as_string(a4) + H.as_string($.aD()) q = 0 p = $.T() - o = H.setRuntimeTypeInfo([], t.q) - n = H.setRuntimeTypeInfo([], t.H) + o = H.b([], t.q) + n = H.b([], t.H) m = P.a0(t.X, t.W) l = new Sgls.c(t.n) l.c = l @@ -5160,10 +5160,10 @@ var A = { d.c = d d.b = d c = t.i - b = H.setRuntimeTypeInfo([], c) - a = H.setRuntimeTypeInfo([], c) - a0 = H.setRuntimeTypeInfo([], c) - c = H.setRuntimeTypeInfo([], c) + b = H.b([], c) + a = H.b([], c) + a0 = H.b([], c) + c = H.b([], c) a1 = 0 a1 = new T.f8(a4, s, r, a3, q, p, o, n, m, l, k, j, i, h, g, f, e, d, b, a, a0, c, a1, a1, a1, $.W(), a1) a1.a1(a4, s, r, a3) @@ -5174,8 +5174,8 @@ var A = { r = H.as_string(a4) + H.as_string($.aD()) q = 0 p = $.T() - o = H.setRuntimeTypeInfo([], t.q) - n = H.setRuntimeTypeInfo([], t.H) + o = H.b([], t.q) + n = H.b([], t.H) m = P.a0(t.X, t.W) l = new Sgls.c(t.n) l.c = l @@ -5205,10 +5205,10 @@ var A = { d.c = d d.b = d c = t.i - b = H.setRuntimeTypeInfo([], c) - a = H.setRuntimeTypeInfo([], c) - a0 = H.setRuntimeTypeInfo([], c) - c = H.setRuntimeTypeInfo([], c) + b = H.b([], c) + a = H.b([], c) + a0 = H.b([], c) + c = H.b([], c) a1 = 0 a1 = new T.f6(a4, s, r, a3, q, p, o, n, m, l, k, j, i, h, g, f, e, d, b, a, a0, c, a1, a1, a1, $.W(), a1) a1.a1(a4, s, r, a3) @@ -5219,8 +5219,8 @@ var A = { r = H.as_string(a4) + H.as_string($.aD()) q = 0 p = $.T() - o = H.setRuntimeTypeInfo([], t.q) - n = H.setRuntimeTypeInfo([], t.H) + o = H.b([], t.q) + n = H.b([], t.H) m = P.a0(t.X, t.W) l = new Sgls.c(t.n) l.c = l @@ -5250,10 +5250,10 @@ var A = { d.c = d d.b = d c = t.i - b = H.setRuntimeTypeInfo([], c) - a = H.setRuntimeTypeInfo([], c) - a0 = H.setRuntimeTypeInfo([], c) - c = H.setRuntimeTypeInfo([], c) + b = H.b([], c) + a = H.b([], c) + a0 = H.b([], c) + c = H.b([], c) a1 = 0 a1 = new T.f5(a4, s, r, a3, q, p, o, n, m, l, k, j, i, h, g, f, e, d, b, a, a0, c, a1, a1, a1, $.W(), a1) a1.a1(a4, s, r, a3) @@ -5264,8 +5264,8 @@ var A = { r = H.as_string(a4) + H.as_string($.aD()) q = 0 p = $.T() - o = H.setRuntimeTypeInfo([], t.q) - n = H.setRuntimeTypeInfo([], t.H) + o = H.b([], t.q) + n = H.b([], t.H) m = P.a0(t.X, t.W) l = new Sgls.c(t.n) l.c = l @@ -5295,10 +5295,10 @@ var A = { d.c = d d.b = d c = t.i - b = H.setRuntimeTypeInfo([], c) - a = H.setRuntimeTypeInfo([], c) - a0 = H.setRuntimeTypeInfo([], c) - c = H.setRuntimeTypeInfo([], c) + b = H.b([], c) + a = H.b([], c) + a0 = H.b([], c) + c = H.b([], c) a1 = 0 a1 = new T.de(a4, s, r, a3, q, p, o, n, m, l, k, j, i, h, g, f, e, d, b, a, a0, c, a1, a1, a1, $.W(), a1) a1.a1(a4, s, r, a3) @@ -5309,8 +5309,8 @@ var A = { r = H.as_string(a4) + H.as_string($.aD()) q = 0 p = $.T() - o = H.setRuntimeTypeInfo([], t.q) - n = H.setRuntimeTypeInfo([], t.H) + o = H.b([], t.q) + n = H.b([], t.H) m = P.a0(t.X, t.W) l = new Sgls.c(t.n) l.c = l @@ -5340,10 +5340,10 @@ var A = { d.c = d d.b = d c = t.i - b = H.setRuntimeTypeInfo([], c) - a = H.setRuntimeTypeInfo([], c) - a0 = H.setRuntimeTypeInfo([], c) - c = H.setRuntimeTypeInfo([], c) + b = H.b([], c) + a = H.b([], c) + a0 = H.b([], c) + c = H.b([], c) a1 = 0 a1 = new T.f7(a4, s, r, a3, q, p, o, n, m, l, k, j, i, h, g, f, e, d, b, a, a0, c, a1, a1, a1, $.W(), a1) a1.a1(a4, s, r, a3) @@ -5354,8 +5354,8 @@ var A = { r = H.as_string(a4) + H.as_string($.aD()) q = 0 p = $.T() - o = H.setRuntimeTypeInfo([], t.q) - n = H.setRuntimeTypeInfo([], t.H) + o = H.b([], t.q) + n = H.b([], t.H) m = P.a0(t.X, t.W) l = new Sgls.c(t.n) l.c = l @@ -5385,10 +5385,10 @@ var A = { d.c = d d.b = d c = t.i - b = H.setRuntimeTypeInfo([], c) - a = H.setRuntimeTypeInfo([], c) - a0 = H.setRuntimeTypeInfo([], c) - c = H.setRuntimeTypeInfo([], c) + b = H.b([], c) + a = H.b([], c) + a0 = H.b([], c) + c = H.b([], c) a1 = 0 a1 = new T.fa(a4, s, r, a3, q, p, o, n, m, l, k, j, i, h, g, f, e, d, b, a, a0, c, a1, a1, a1, $.W(), a1) a1.a1(a4, s, r, a3) @@ -5400,8 +5400,8 @@ var A = { r = H.as_string(r) + H.as_string($.aD()) q = 0 p = $.T() - o = H.setRuntimeTypeInfo([], t.q) - n = H.setRuntimeTypeInfo([], t.H) + o = H.b([], t.q) + n = H.b([], t.H) m = P.a0(t.X, t.W) l = new Sgls.c(t.n) l.c = l @@ -5431,10 +5431,10 @@ var A = { d.c = d d.b = d c = t.i - b = H.setRuntimeTypeInfo([], c) - a = H.setRuntimeTypeInfo([], c) - a0 = H.setRuntimeTypeInfo([], c) - c = H.setRuntimeTypeInfo([], c) + b = H.b([], c) + a = H.b([], c) + a0 = H.b([], c) + c = H.b([], c) a1 = 0 a1 = new T.fR(a4, s, r, a3, q, p, o, n, m, l, k, j, i, h, g, f, e, d, b, a, a0, c, a1, a1, a1, $.W(), a1) a1.a1(a4, s, r, a3) @@ -5448,8 +5448,8 @@ var A = { r = $.nr().h(0, a4) q = 0 p = $.T() - o = H.setRuntimeTypeInfo([], t.q) - n = H.setRuntimeTypeInfo([], t.H) + o = H.b([], t.q) + n = H.b([], t.H) m = P.a0(t.X, t.W) l = new Sgls.c(t.n) l.c = l @@ -5479,10 +5479,10 @@ var A = { d.c = d d.b = d c = t.i - b = H.setRuntimeTypeInfo([], c) - a = H.setRuntimeTypeInfo([], c) - a0 = H.setRuntimeTypeInfo([], c) - c = H.setRuntimeTypeInfo([], c) + b = H.b([], c) + a = H.b([], c) + a0 = H.b([], c) + c = H.b([], c) a1 = 0 a1 = new T.fP(r, a4, s, a4, a7, q, p, o, n, m, l, k, j, i, h, g, f, e, d, b, a, a0, c, a1, a1, a1, $.W(), a1) a1.a1(a4, s, a4, a7) @@ -5492,8 +5492,8 @@ var A = { s = $.cl() r = 0 q = $.T() - p = H.setRuntimeTypeInfo([], t.q) - o = H.setRuntimeTypeInfo([], t.H) + p = H.b([], t.q) + o = H.b([], t.H) n = P.a0(t.X, t.W) m = new Sgls.c(t.n) m.c = m @@ -5523,10 +5523,10 @@ var A = { e.c = e e.b = e d = t.i - c = H.setRuntimeTypeInfo([], d) - b = H.setRuntimeTypeInfo([], d) - a = H.setRuntimeTypeInfo([], d) - d = H.setRuntimeTypeInfo([], d) + c = H.b([], d) + b = H.b([], d) + a = H.b([], d) + d = H.b([], d) a0 = 0 a0 = new T.fQ(a4, s, a4, a7, r, q, p, o, n, m, l, k, j, i, h, g, f, e, c, b, a, d, a0, a0, a0, $.W(), a0) a0.a1(a4, s, a4, a7) @@ -5629,8 +5629,8 @@ var A = { e = H.as_string(a2) + H.as_string($.aD()), d = 0, c = $.T(), - b = H.setRuntimeTypeInfo([], t.q), - a = H.setRuntimeTypeInfo([], t.H), + b = H.b([], t.q), + a = H.b([], t.H), a0 = P.a0(t.X, t.W), a1 = new Sgls.c(t.n) a1.c = a1 @@ -5660,10 +5660,10 @@ var A = { l.c = l l.b = l k = t.i - j = H.setRuntimeTypeInfo([], k) - i = H.setRuntimeTypeInfo([], k) - h = H.setRuntimeTypeInfo([], k) - k = H.setRuntimeTypeInfo([], k) + j = H.b([], k) + i = H.b([], k) + h = H.b([], k) + k = H.b([], k) g = 0 g = new T.bZ(f, a2, a3, e, null, d, c, b, a, a0, a1, s, r, q, p, o, n, m, l, j, i, h, k, g, g, g, $.W(), g) g.a1(a2, a3, e, null) @@ -5675,8 +5675,8 @@ var A = { e = H.as_string(a3) + H.as_string($.aD()), d = 0, c = $.T(), - b = H.setRuntimeTypeInfo([], t.q), - a = H.setRuntimeTypeInfo([], t.H), + b = H.b([], t.q), + a = H.b([], t.H), a0 = P.a0(t.X, t.W), a1 = new Sgls.c(t.n) a1.c = a1 @@ -5706,10 +5706,10 @@ var A = { l.c = l l.b = l k = t.i - j = H.setRuntimeTypeInfo([], k) - i = H.setRuntimeTypeInfo([], k) - h = H.setRuntimeTypeInfo([], k) - k = H.setRuntimeTypeInfo([], k) + j = H.b([], k) + i = H.b([], k) + h = H.b([], k) + k = H.b([], k) g = 0 g = new T.fb(a2, f, a3, a4, e, null, d, c, b, a, a0, a1, s, r, q, p, o, n, m, l, j, i, h, k, g, g, g, $.W(), g) g.a1(a3, a4, e, null) @@ -5721,7 +5721,7 @@ var A = { parse_names(a) { var s, r, q, p, o, n, m, l, k, j, i, h, g, f, e = null, d = t.E, - c = H.setRuntimeTypeInfo([], d), + c = H.b([], d), b = C.String.cK(a, $.r_()) for (s = 0; s < b.length; ++s) { r = b[s] @@ -5734,22 +5734,22 @@ var A = { // for (; J.Y(C.Array.gbl(b), "");) { for (; C.Array.gbl(b) === "";) { b.pop() - if (b.length === 0) return H.setRuntimeTypeInfo([], d) + if (b.length === 0) return H.b([], d) } p = C.Array.w(b, "") && true d = t.t - o = H.setRuntimeTypeInfo([], d) + o = H.b([], d) for (s = 0, r = t.V, q = !p, n = e; s < b.length; ++s) { m = b[s] if (m === "") { if (o.length !== 0) c.push(o) - o = H.setRuntimeTypeInfo([], d) + o = H.b([], d) n = e continue } if (q) { if (o.length !== 0) c.push(o) - o = H.setRuntimeTypeInfo([], d) + o = H.b([], d) } // if includes "+" // weapon @@ -5786,10 +5786,10 @@ var A = { if (0 > f) H.throw_expression(P.a8(0, 0, g.gp(l), e, e)) l = H.iF(l, i, 0) } else l = true - if (l) o.push(H.setRuntimeTypeInfo([h[0], null, j], r)) - else o.push(H.setRuntimeTypeInfo([h[0], h[$.i()], j], r)) + if (l) o.push(H.b([h[0], null, j], r)) + else o.push(H.b([h[0], h[$.i()], j], r)) } else if (C.String.bA(m, " ")) { - o.push(H.setRuntimeTypeInfo([C.String.ay(m, $.i()), n, j], r)) + o.push(H.b([C.String.ay(m, $.i()), n, j], r)) } else { if (s + $.i() < b.length) { l = $.n5() @@ -5798,7 +5798,7 @@ var A = { } else l = false if (l) n = m else { - o.push(H.setRuntimeTypeInfo([m, null, j], r)) + o.push(H.b([m, null, j], r)) n = e } } @@ -5815,12 +5815,12 @@ var A = { while (true) switch (async_goto) { case 0: k = t.eV - j = H.setRuntimeTypeInfo([], k) + j = H.b([], k) i = t.L - h = H.setRuntimeTypeInfo([], i) - k = H.setRuntimeTypeInfo([], k) - i = H.setRuntimeTypeInfo([], i) - p = H.setRuntimeTypeInfo([], t.gr) + h = H.b([], i) + k = H.b([], k) + i = H.b([], i) + p = H.b([], t.gr) o = 0 n = $.i() m = -n @@ -5871,7 +5871,7 @@ var A = { lC(a) { var s, r, q, p, o, n, m, l, k, j, i, h, g, f, e = {}, d = 0, - c = H.setRuntimeTypeInfo([d, d, d, d, d, d], t.i), + c = H.b([d, d, d, d, d, d], t.i), b = 0 e.a = -$.t() e.b = -$.i() @@ -6002,8 +6002,8 @@ var A = { nT(a0, a1, a2, a3) { var s, r, q, p, o, n, m, l, k, j, i, h, Plr, f = 0, e = $.T(), - d = H.setRuntimeTypeInfo([], t.q), - c = H.setRuntimeTypeInfo([], t.H), + d = H.b([], t.q), + c = H.b([], t.H), b = P.a0(t.X, t.W), a = new Sgls.c(t.n) a.c = a @@ -6033,10 +6033,10 @@ var A = { l.c = l l.b = l k = t.i - j = H.setRuntimeTypeInfo([], k) - i = H.setRuntimeTypeInfo([], k) - h = H.setRuntimeTypeInfo([], k) - k = H.setRuntimeTypeInfo([], k) + j = H.b([], k) + i = H.b([], k) + h = H.b([], k) + k = H.b([], k) Plr = 0 Plr = new T.Plr(a0, a1, a2, a3, f, e, d, c, b, a, s, r, q, p, o, n, m, l, j, i, h, k, Plr, Plr, Plr, $.W(), Plr) Plr.a1(a0, a1, a2, a3) @@ -7737,7 +7737,7 @@ var A = { oh() { var s = t.N, r = P.nQ(C.r, s), - q = H.setRuntimeTypeInfo(["TEMPLATE"], t.s) + q = H.b(["TEMPLATE"], t.s) s = new W.it(r, P.c5(s), P.c5(s), P.c5(s), null) s.e7(null, new H.y(C.r, new W.l7(), t.fj), q, null) return s @@ -8217,7 +8217,7 @@ var A = { uI(a) { var s, span_element, q, p, o, max_hp_element, m, l, k, j, i, h, g, f = a.a if (f > 0 && a.e != null) $.ay.h(0, a.e.gb2()).dc(f) - s = H.setRuntimeTypeInfo([], t.j) + s = H.b([], t.j) span_element = HtmlRenderer.add_span("u") C.R.by(span_element, H.oO(a.d, $.rm(), new HtmlRenderer.lq(new HtmlRenderer.lp(s, a), a), null), $.bV()) for (f = s.length, q = t.A, p = 0; p < s.length; s.length === f || (0, H.F)(s), ++p) { @@ -8498,8 +8498,8 @@ J.JsArray.prototype = { if (b > s) throw H.wrap_expression(P.a8(b, 0, s, "start", null)) if (c == null) c = s else if (c < b || c > s) throw H.wrap_expression(P.a8(c, b, s, "end", null)) - if (b === c) return H.setRuntimeTypeInfo([], H._arrayInstanceType(a)) - return H.setRuntimeTypeInfo(a.slice(b, c), H._arrayInstanceType(a)) + if (b === c) return H.b([], H._arrayInstanceType(a)) + return H.b(a.slice(b, c), H._arrayInstanceType(a)) }, cL(a, b) { return this.al(a, b, null) @@ -8760,12 +8760,12 @@ J.JsString.prototype = { }, cK(a, b) { if (b == null) H.throw_expression(H.R(b)) - if (typeof b == "string") return H.setRuntimeTypeInfo(a.split(b), t.s) - else if (b instanceof H.JSSyntaxRegExp && b.gep().exec("").length - 2 === 0) return H.setRuntimeTypeInfo(a.split(b.b), t.s) + if (typeof b == "string") return H.b(a.split(b), t.s) + else if (b instanceof H.JSSyntaxRegExp && b.gep().exec("").length - 2 === 0) return H.b(a.split(b.b), t.s) else return this.ek(a, b) }, ek(a, b) { - var s, r, q, p, o, n, m = H.setRuntimeTypeInfo([], t.s) + var s, r, q, p, o, n, m = H.b([], t.s) for (s = J.lU(b, a), s = s.ga0(s), r = 0, q = 1; s.u();) { p = s.gC() o = p.gbc(p) @@ -10593,7 +10593,7 @@ P.ic.prototype = { }, bF() { var s = this.c - if (s == null) s = this.c = H.setRuntimeTypeInfo(Object.keys(this.a), t.s) + if (s == null) s = this.c = H.b(Object.keys(this.a), t.s) return s }, es(a) { @@ -11375,7 +11375,7 @@ W.Q.prototype = { if (d == null) { s = $.nJ if (s == null) { - s = H.setRuntimeTypeInfo([], t.x) + s = H.b([], t.x) r = new W.dN(s) s.push(W.oc(null)) s.push(W.oh()) @@ -11595,7 +11595,7 @@ W.hN.prototype = { } }, gad(a) { - var s = H.setRuntimeTypeInfo([], t.s) + var s = H.b([], t.s) this.aw(a, new W.kd(s)) return s }, @@ -11736,7 +11736,7 @@ W.i2.prototype = { gad(a) { var s, r, q, p, o, n, m = this.a.attributes m.toString - s = H.setRuntimeTypeInfo([], t.s) + s = H.b([], t.s) for (r = m.length, q = t.h9, p = 0; p < r; ++p) { o = q.a(m[p]) if (o.namespaceURI == null) { @@ -11988,7 +11988,7 @@ W.ix.prototype = { if (typeof console != "undefined") window.console.warn(s) return } s = f.gad(f) - r = H.setRuntimeTypeInfo(s.slice(0), H._arrayInstanceType(s)) + r = H.b(s.slice(0), H._arrayInstanceType(s)) for (q = f.gad(f).length - 1, s = f.a; q >= 0; --q) { p = r[q] o = m.a @@ -12259,7 +12259,7 @@ P.p.prototype = { aA(a, b, c, d) { var s, r, q, p, o, n if (d == null) { - s = H.setRuntimeTypeInfo([], t.x) + s = H.b([], t.x) d = new W.dN(s) s.push(W.oc(null)) s.push(W.oh()) @@ -12285,7 +12285,7 @@ Y.RC4.prototype = { // init var s, r, q, p, o, n, m, l = new Array(256) l.fixed$length = Array - l = this.c = H.setRuntimeTypeInfo(l, t.i) + l = this.c = H.b(l, t.i) for (s = 0; s < 256; ++s) l[s] = s r = a.length for (q = 0; q < b; ++q) @@ -12401,7 +12401,7 @@ L.iR.prototype = { async_goto = 4 break } - h = H.setRuntimeTypeInfo([m, l, [H.setRuntimeTypeInfo([H.as_string($.ni()) + this_.d++, $.cl()], k)]], j) + h = H.b([m, l, [H.b([H.as_string($.ni()) + this_.d++, $.cl()], k)]], j) if (this_.z === 0) h.pop() async_goto = 5 return P._asyncAwait(T.inner_main(h), $async$O) @@ -12433,15 +12433,15 @@ L.iR.prototype = { break case 4: o = t.U - n = H.setRuntimeTypeInfo([], o) + n = H.b([], o) m = t.Y - l = H.setRuntimeTypeInfo([], m) + l = H.b([], m) // 实力评估中...[2]% // benchmarking n.push(T.RunUpdate(LangData.get_lang("pkGN"), null, null, C.JsInt.ag(this_.z, 100), null, 0, 0, 0)) if (this_.z >= this_.c) { - o = H.setRuntimeTypeInfo([], o) - m = H.setRuntimeTypeInfo([], m) + o = H.b([], o) + m = H.b([], m) // 》 胜率: [2]% // benchmarkRatio o.push(T.RunUpdate(LangData.get_lang("Pnrn"), null, null, this_.y * 100 / this_.c, null, 0, 1000, 100)) @@ -12606,14 +12606,14 @@ V.iV.prototype = { async_goto = 4 break } - if (m.length === 1 && !this_.c) h = H.setRuntimeTypeInfo([ - [m[0], H.setRuntimeTypeInfo(["" + this_.e++, l], k)], - [H.setRuntimeTypeInfo(["" + this_.e++, l], k), H.setRuntimeTypeInfo(["" + this_.e++, l], k)] + if (m.length === 1 && !this_.c) h = H.b([ + [m[0], H.b(["" + this_.e++, l], k)], + [H.b(["" + this_.e++, l], k), H.b(["" + this_.e++, l], k)] ], j) else { g = [] - h = H.setRuntimeTypeInfo([m, g], j) - for (f = 0; f < m.length; ++f) g.push(H.setRuntimeTypeInfo(["" + this_.e++, l], k)) + h = H.b([m, g], j) + for (f = 0; f < m.length; ++f) g.push(H.b(["" + this_.e++, l], k)) } async_goto = 5 return P._asyncAwait(T.inner_main(h), $async$O) @@ -12657,8 +12657,8 @@ V.iV.prototype = { async_goto = 3 break case 4: - a4 = H.setRuntimeTypeInfo([], t.U) - o = H.setRuntimeTypeInfo([], t.Y) + a4 = H.b([], t.U) + o = H.b([], t.Y) // 实力评估中...[2]% // benchmarking a4.push(T.RunUpdate(LangData.get_lang("pkGN"), null, null, C.JsInt.ag(this_.ch, 100), null, 0, 0, 0)) @@ -12677,8 +12677,8 @@ V.iV.prototype = { // 实力评分 输出 eS() { var s, this_ = this, - q = H.setRuntimeTypeInfo([], t.U), - p = H.setRuntimeTypeInfo([], t.Y) + q = H.b([], t.U), + p = H.b([], t.Y) // 》 实力评分: [2] // benchmarkScore q.push(T.RunUpdate(LangData.get_lang("JkWn"), null, null, this_.Q * 1e4 / this_.d, null, 0, 1000, 100)) @@ -12741,8 +12741,8 @@ V.j_.prototype = { var s, r, get_quote, p, o = null, n = this.a if (b / n.d > 0.005) { - s = H.setRuntimeTypeInfo([], t.U) - r = H.setRuntimeTypeInfo([], t.Y) + s = H.b([], t.U) + r = H.b([], t.Y) get_quote = $.iK() // $.iK = ?? // J.lW @@ -12794,7 +12794,7 @@ X.iW.prototype = { i.toString g = J.aw(i) if (0 > g) H.throw_expression(P.a8(0, 0, g, "startIndex", null)) - r.push(H.setRuntimeTypeInfo([H.iG(i, m, h, 0), o.h(p, 1), o.h(p, 2)], k)) + r.push(H.b([H.iG(i, m, h, 0), o.h(p, 1), o.h(p, 2)], k)) } return } else r.push(p) @@ -12820,8 +12820,8 @@ X.iW.prototype = { } if (e < 0) { this_.b = 0 - e = H.setRuntimeTypeInfo([], t.U) - o = H.setRuntimeTypeInfo([], t.Y) + e = H.b([], t.U) + o = H.b([], t.Y) e.push($.K()) if (d.length >>> 13 > 0) { e.push(T.RunUpdate(LangData.get_lang("BUaa"), null, null, null, null, 0, 1000, 100)) @@ -12839,7 +12839,7 @@ X.iW.prototype = { } l = d[m] this_.b = m + 1 - k = H.setRuntimeTypeInfo([H.setRuntimeTypeInfo([l, H.setRuntimeTypeInfo(["" + this_.c++, "\x02"], e)], o), H.setRuntimeTypeInfo([H.setRuntimeTypeInfo(["" + this_.c++, "\x02"], e), H.setRuntimeTypeInfo(["" + this_.c++, "\x02"], e)], o)], n) + k = H.b([H.b([l, H.b(["" + this_.c++, "\x02"], e)], o), H.b([H.b(["" + this_.c++, "\x02"], e), H.b(["" + this_.c++, "\x02"], e)], o)], n) async_goto = 5 return P._asyncAwait(T.inner_main(k), $async$O) case 5: @@ -12909,8 +12909,8 @@ X.iW.prototype = { async_goto = 3 break case 4: - e = H.setRuntimeTypeInfo([], t.U) - o = H.setRuntimeTypeInfo([], t.Y) + e = H.b([], t.U) + o = H.b([], t.Y) e.push($.K()) // 评分输出 if (run_env.from_code) { @@ -13072,7 +13072,7 @@ HtmlRenderer.fq.prototype = { q = H._arrayInstanceType(r).i("a9<1>") p = q.i("y") o = t.bQ - n = P.List_List_of(new H.y(H.setRuntimeTypeInfo(C.e.bt(0, P.List_List_of(new H.y(new H.a9(r, q), + n = P.List_List_of(new H.y(H.b(C.e.bt(0, P.List_List_of(new H.y(new H.a9(r, q), new HtmlRenderer.jx(this_), p), true, p.i("M.E"))).split("\n"), t.s), new HtmlRenderer.jy(), o), true, o.i("M.E")) r = n.length @@ -13087,7 +13087,7 @@ HtmlRenderer.fq.prototype = { for (q = q.ga0(l); q.u();) if (J.aw(q.gC()) > 7) this_.f = true } - k = H.setRuntimeTypeInfo([], t.t) + k = H.b([], t.t) for (r = n.length, q = this_.a, p = this_.b, m = 0; m < n.length; n.length === r || (0, H.F)(n), ++m) { l = n[m] o = J.a3(l) @@ -13281,8 +13281,8 @@ HtmlRenderer.fq.prototype = { s = this_.cx.e.gb2() r = $.ay.h(0, s).a q = t.ak - p = H.setRuntimeTypeInfo([], q) - o = H.setRuntimeTypeInfo([], q) + p = H.b([], q) + o = H.b([], q) n = [] $.ay.aw(0, new HtmlRenderer.jA(r, p, n, o)) C.Array.bb(p, HtmlRenderer.oD()) @@ -13379,13 +13379,13 @@ HtmlRenderer.jx.prototype = { HtmlRenderer.jy.prototype = { $1(a) { var s = t.dG - return P.List_List_of(new H.y(H.setRuntimeTypeInfo(a.split("\r"), t.s), new HtmlRenderer.jw(), s), true, s.i("M.E")) + return P.List_List_of(new H.y(H.b(a.split("\r"), t.s), new HtmlRenderer.jw(), s), true, s.i("M.E")) }, $S: 35 } HtmlRenderer.jw.prototype = { $1(a) { - return H.setRuntimeTypeInfo(a.split("\t"), t.s) + return H.b(a.split("\t"), t.s) }, $S: 36 } @@ -13711,11 +13711,11 @@ Sgls.k4.prototype = { $0() { var s, r, q, p, o, n, m, l, k, j, i, h = new Array($.d7()) h.fixed$length = Array - s = H.setRuntimeTypeInfo(h, t.gt) + s = H.b(h, t.gt) for (h = t.he, r = 0; q = $.d7(), r < q; ++r) { q = new Array(q) q.fixed$length = Array - q = H.setRuntimeTypeInfo(q, h) + q = H.b(q, h) s[r] = q q[r] = 0 } @@ -13928,7 +13928,7 @@ T.SklAccumulate.prototype = { return this.aX(a, b) }, aa(a, b, c) { - return H.setRuntimeTypeInfo([], t.F) + return H.b([], t.F) }, v(a, b, c, d) { var s = this, @@ -13984,7 +13984,7 @@ T.SklAssassinate.prototype = { return this.bx(a, b, c, true) }, aa(a, b, c) { - if (this.fy != null) return H.setRuntimeTypeInfo([], t.F) + if (this.fy != null) return H.b([], t.F) return this.dU(0, b, c) }, v(a, b, c, d) { @@ -14108,7 +14108,7 @@ T.SklCharge.prototype = { return this.aX(a, b) }, aa(a, b, c) { - return H.setRuntimeTypeInfo([], t.F) + return H.b([], t.F) }, v(a, b, c, d) { var s = this, @@ -14252,7 +14252,7 @@ T.dR.prototype = { }, aU() { var s = this.cm.q - s = H.setRuntimeTypeInfo(s.slice(0), H._arrayInstanceType(s)) + s = H.b(s.slice(0), H._arrayInstanceType(s)) this.q = s this.ci() }, @@ -14266,7 +14266,7 @@ T.dR.prototype = { } T.SklClone.prototype = { aa(a, b, c) { - return H.setRuntimeTypeInfo([], t.F) + return H.b([], t.F) }, v(a, b, c, d) { var s, r, q, p, o, n, m, l, k = this, @@ -14710,7 +14710,7 @@ T.SklIron.prototype = { return this.aX(a, b) }, aa(a, b, c) { - return H.setRuntimeTypeInfo([], t.F) + return H.b([], t.F) }, v(a, b, c, d) { var s = this, @@ -14844,7 +14844,7 @@ T.SklQuake.prototype = { v(a, b, c, d) { var s, r, q, p, o, n = c.n() < 128 ? $.X() : $.C(), m = t.j, - l = H.setRuntimeTypeInfo([], m), + l = H.b([], m), k = 0 while (true) { if (!(k < n && k < a.length)) break @@ -14853,7 +14853,7 @@ T.SklQuake.prototype = { } s = LangData.get_lang("QQLa") r = this.r - m = H.setRuntimeTypeInfo(l.slice(0), m) + m = H.b(l.slice(0), m) q = d.a q.push(T.RunUpdate(s, r, null, null, m, $.i(), 1000, 100)) for (k = 0; k < l.length; ++k) { @@ -15024,7 +15024,7 @@ T.SklShadow.prototype = { return this.aX(a, b) }, aa(a, b, c) { - return H.setRuntimeTypeInfo([], t.F) + return H.b([], t.F) }, v(a7, a8, a9, b0) { @@ -15041,8 +15041,8 @@ T.SklShadow.prototype = { q = q.c o = 0 n = $.T() - m = H.setRuntimeTypeInfo([], t.q) - l = H.setRuntimeTypeInfo([], t.H) + m = H.b([], t.q) + l = H.b([], t.H) k = P.a0(t.X, t.W) j = new Sgls.c(t.n) j.c = j @@ -15072,10 +15072,10 @@ T.SklShadow.prototype = { b.c = b b.b = b a = t.i - a0 = H.setRuntimeTypeInfo([], a) - a1 = H.setRuntimeTypeInfo([], a) - a2 = H.setRuntimeTypeInfo([], a) - a = H.setRuntimeTypeInfo([], a) + a0 = H.b([], a) + a1 = H.b([], a) + a2 = H.b([], a) + a = H.b([], a) a3 = 0 a4 = new T.fS(shadow_name, p, q, a6, o, n, m, l, k, j, i, h, g, f, e, d, c, b, a0, a1, a2, a, a3, a3, a3, $.W(), a3) a4.a1(shadow_name, p, q, a6) @@ -15248,7 +15248,7 @@ T.SklSummon.prototype = { return (s == null || s.fx <= 0) && this.aX(a, b) }, aa(a, b, c) { - return H.setRuntimeTypeInfo([], t.F) + return H.b([], t.F) }, v(a6, a7, a8, a9) { var s, r, q, p, o, n, m, l, k, j, i, h, g, f, e, d, c, b, a, a0, a1, a2, this_ = this, @@ -15263,8 +15263,8 @@ T.SklSummon.prototype = { r = r.c p = 0 o = $.T() - n = H.setRuntimeTypeInfo([], t.q) - m = H.setRuntimeTypeInfo([], t.H) + n = H.b([], t.q) + m = H.b([], t.H) l = P.a0(t.X, t.W) k = new Sgls.c(t.n) k.c = k @@ -15294,10 +15294,10 @@ T.SklSummon.prototype = { c.c = c c.b = c b = t.i - a = H.setRuntimeTypeInfo([], b) - a0 = H.setRuntimeTypeInfo([], b) - a1 = H.setRuntimeTypeInfo([], b) - b = H.setRuntimeTypeInfo([], b) + a = H.b([], b) + a0 = H.b([], b) + a1 = H.b([], b) + b = H.b([], b) a2 = 0 a2 = new T.fT(s, q, r, a4, p, o, n, m, l, k, j, i, h, g, f, e, d, c, a, a0, a1, b, a2, a2, a2, $.W(), a2) a2.a1(s, q, r, a4) @@ -15383,7 +15383,7 @@ T.SklThunder.prototype = { T.f5.prototype = { gan() { var s = $.bg() - return H.setRuntimeTypeInfo([s, $.lI(), s, $.Z(), $.lK(), $.C(), s, $.q5()], t.i) + return H.b([s, $.lI(), s, $.Z(), $.lK(), $.C(), s, $.q5()], t.i) }, ac() { var s, r @@ -15422,11 +15422,11 @@ T.e2.prototype = { }, v(a, b, c, d) { var s, r, q, p, o, n, m = t.j, - l = H.setRuntimeTypeInfo([], m) + l = H.b([], m) for (s = 0; s < a.length; ++s) l.push(a[s].a) r = LangData.get_lang("PRrA") q = this.r - m = H.setRuntimeTypeInfo(l.slice(0), m) + m = H.b(l.slice(0), m) p = d.a p.push(T.RunUpdate(r, q, null, null, m, $.i(), 1000, 100)) o = T.I(this.r, true, c) * $.mQ() / (l.length + $.b0()) @@ -15507,7 +15507,7 @@ T.fQ.prototype = { p = q[s] if (p < $.aR()) q[s] = p + $.at() } - q = H.setRuntimeTypeInfo([], t.i) + q = H.b([], t.i) C.Array.a5(q, n.t) n.E = q }, @@ -15553,7 +15553,7 @@ T.cz.prototype = { return [] }, gaG() { - return H.setRuntimeTypeInfo([$.d2(), $.aE(), $.aJ(), $.eZ(), $.bh(), $.d3(), $.bi(), $.bS()], t.V) + return H.b([$.d2(), $.aE(), $.aJ(), $.eZ(), $.bh(), $.d3(), $.bi(), $.bS()], t.V) }, a7(a, b) { if (C.Array.w(this.gaS(), a)) return b.n() < 240 @@ -15564,10 +15564,10 @@ T.cz.prototype = { T.f6.prototype = { gan() { var s = 0 - return H.setRuntimeTypeInfo([s, $.aI(), -$.mT(), $.as(), s, $.mV(), $.lI(), $.po()], t.i) + return H.b([s, $.aI(), -$.mT(), $.as(), s, $.mV(), $.lI(), $.po()], t.i) }, gaS() { - return H.setRuntimeTypeInfo([$.aE()], t.V) + return H.b([$.aE()], t.V) }, ac() { var s = new T.hb(this, -$.i(), 0) @@ -15645,10 +15645,10 @@ T.f7.prototype = { r = $.n2(), q = 0, p = $.cY() - return H.setRuntimeTypeInfo([s, r, q, p, q, p, q, $.a6()], t.i) + return H.b([s, r, q, p, q, p, q, $.a6()], t.i) }, gaG() { - return H.setRuntimeTypeInfo([$.aE(), $.aJ(), $.d3()], t.V) + return H.b([$.aE(), $.aJ(), $.d3()], t.V) }, ac() { var s = 0 @@ -15787,10 +15787,10 @@ T.hd.prototype = { } T.f8.prototype = { gan() { - return H.setRuntimeTypeInfo([$.aI(), $.iI(), $.mN(), $.mW(), $.Z(), $.mL(), $.mT(), $.mJ()], t.i) + return H.b([$.aI(), $.iI(), $.mN(), $.mW(), $.Z(), $.mL(), $.mT(), $.mJ()], t.i) }, gaG() { - return H.setRuntimeTypeInfo([$.d2(), $.eZ(), $.d3(), $.bT(), $.bi(), $.bS()], t.V) + return H.b([$.d2(), $.eZ(), $.d3(), $.bT(), $.bi(), $.bS()], t.V) }, a7(a, b) { if (a == $.bh()) return false @@ -15836,11 +15836,11 @@ T.hm.prototype = { }, v(a, b, c, d) { var s, r, q, p, o, n, m = t.j, - l = H.setRuntimeTypeInfo([], m) + l = H.b([], m) for (s = 0; s < a.length; ++s) l.push(a[s].a) r = LangData.get_lang("UeNa") q = this.r - m = H.setRuntimeTypeInfo(l.slice(0), m) + m = H.b(l.slice(0), m) p = d.a p.push(T.RunUpdate(r, q, null, null, m, $.i(), 1000, 100)) o = T.I(this.r, true, c) * $.mQ() / (l.length + $.b0()) @@ -15857,10 +15857,10 @@ T.hm.prototype = { T.de.prototype = { gan() { var s = 0 - return H.setRuntimeTypeInfo([s, $.q2(), $.Z(), -$.as(), s, $.b1(), s, $.cZ()], t.i) + return H.b([s, $.q2(), $.Z(), -$.as(), s, $.b1(), s, $.cZ()], t.i) }, gaG() { - return H.setRuntimeTypeInfo([$.d2(), $.eZ(), $.bh(), $.d3()], t.V) + return H.b([$.d2(), $.eZ(), $.bh(), $.d3()], t.V) }, ac() { var s = $.T(), @@ -15950,7 +15950,7 @@ T.hp.prototype = { } T.df.prototype = { gan() { - return H.setRuntimeTypeInfo([0, $.lL(), $.d1(), $.mX(), $.iI(), $.iH(), $.eT(), $.n0()], t.i) + return H.b([0, $.lL(), $.d1(), $.mX(), $.iI(), $.iH(), $.eT(), $.n0()], t.i) }, F() { var s = this @@ -15961,7 +15961,7 @@ T.df.prototype = { return [] }, gaG() { - return H.setRuntimeTypeInfo([$.d2()], t.V) + return H.b([$.d2()], t.V) }, a7(a, b) { if (a == $.lP()) return false @@ -16000,7 +16000,7 @@ T.hr.prototype = { return a.n() < 128 }, aa(a, b, c) { - return H.setRuntimeTypeInfo([], t.F) + return H.b([], t.F) }, v(a, b, c, d) { var s, r, q = this, @@ -16078,13 +16078,13 @@ T.ea.prototype = { } T.f9.prototype = { gan() { - return H.setRuntimeTypeInfo([-$.B(), $.eW(), $.pv(), $.pY(), $.X(), $.ap(), $.cY(), -$.lK()], t.i) + return H.b([-$.B(), $.eW(), $.pv(), $.pY(), $.X(), $.ap(), $.cY(), -$.lK()], t.i) }, gaS() { - return H.setRuntimeTypeInfo([$.d2(), $.lP()], t.V) + return H.b([$.d2(), $.lP()], t.V) }, gaG() { - return H.setRuntimeTypeInfo([$.aJ(), $.aE()], t.V) + return H.b([$.aJ(), $.aE()], t.V) }, ac() { this.k3 = T.hE(this) @@ -16095,13 +16095,13 @@ T.f9.prototype = { } T.fa.prototype = { gan() { - return H.setRuntimeTypeInfo([$.pX(), $.pI(), $.n0(), $.q_(), $.pV(), $.pU(), 0, $.q1()], t.i) + return H.b([$.pX(), $.pI(), $.n0(), $.q_(), $.pV(), $.pU(), 0, $.q1()], t.i) }, gaS() { - return H.setRuntimeTypeInfo([$.eZ(), $.d3()], t.V) + return H.b([$.eZ(), $.d3()], t.V) }, gaG() { - return H.setRuntimeTypeInfo([$.aJ(), $.bi(), $.bS()], t.V) + return H.b([$.aJ(), $.bi(), $.bS()], t.V) }, ac() { var s = 0, @@ -16158,13 +16158,13 @@ T.bZ.prototype = { gan() { var s = $.a4(), r = $.mN() - return H.setRuntimeTypeInfo([s, r, $.X(), $.mL(), $.lL(), r, $.cY(), $.n_()], t.i) + return H.b([s, r, $.X(), $.mL(), $.lL(), r, $.cY(), $.n_()], t.i) }, gaS() { - return H.setRuntimeTypeInfo([], t.V) + return H.b([], t.V) }, gaG() { - return H.setRuntimeTypeInfo([$.bT()], t.V) + return H.b([$.bT()], t.V) }, ac() { this.k3 = T.hE(this) @@ -16266,13 +16266,13 @@ T.fc.prototype = { r = $.a4(), q = $.eS(), p = 0 - return H.setRuntimeTypeInfo([s, -r, q, p, s, -$.eT(), r, p], t.i) + return H.b([s, -r, q, p, s, -$.eT(), r, p], t.i) }, gaS() { - return H.setRuntimeTypeInfo([], t.V) + return H.b([], t.V) }, gaG() { - return H.setRuntimeTypeInfo([$.bT()], t.V) + return H.b([$.bT()], t.V) }, ac() { var s, r @@ -16291,13 +16291,13 @@ T.fc.prototype = { } T.fd.prototype = { gan() { - return H.setRuntimeTypeInfo([$.pt(), $.d1(), $.mX(), $.n2(), $.bg(), $.X(), $.at(), $.eW()], t.i) + return H.b([$.pt(), $.d1(), $.mX(), $.n2(), $.bg(), $.X(), $.at(), $.eW()], t.i) }, gaS() { - return H.setRuntimeTypeInfo([], t.V) + return H.b([], t.V) }, gaG() { - return H.setRuntimeTypeInfo([], t.V) + return H.b([], t.V) }, ac() { var s, r @@ -16353,11 +16353,11 @@ T.fo.prototype = { if (b4 === 1) return P.async_rethrow(b5, async_completer) while (true) switch (async_goto) { case 0: - b3 = H.setRuntimeTypeInfo([], t.V) + b3 = H.b([], t.V) for (o = this_.x, n = o.length, m = t.eG, l = this_.r, k = this_.z, j = t.L, i = this_.a, h = 0; h < o.length; o.length === n || (0, H.F)(o), ++h) { g = o[h] - f = H.setRuntimeTypeInfo([], j) - e = new T.b7(this_, f, H.setRuntimeTypeInfo([], j), H.setRuntimeTypeInfo([], j), H.setRuntimeTypeInfo([], j)) + f = H.b([], j) + e = new T.b7(this_, f, H.b([], j), H.b([], j), H.b([], j)) for (d = (g && C.Array).ga0(g); d.u();) { c = d.gC() if (!(c instanceof T.Plr)) @@ -16420,7 +16420,7 @@ T.fo.prototype = { a7 = P.List_List_of(o, true, H._instanceType(o).i("L.E")) C.Array.aJ(a7) if (b3.length !== 0) { - a8 = H.setRuntimeTypeInfo(a7.slice(0), H._arrayInstanceType(a7)) + a8 = H.b(a7.slice(0), H._arrayInstanceType(a7)) C.Array.a5(a8, b3) C.Array.aJ(a8) } else { @@ -16454,15 +16454,15 @@ T.fo.prototype = { e = i[h] n = e.c m = H._arrayInstanceType(n) - k = H.setRuntimeTypeInfo(n.slice(0), m) + k = H.b(n.slice(0), m) e.d = k - n = H.setRuntimeTypeInfo(n.slice(0), m) + n = H.b(n.slice(0), m) if (n.immutable$list) H.throw_expression(P.UnsupportError("sort")) m = n.length - 1 if (m - 0 <= 32) H.ej(n, 0, m, T.mD()) else H.ei(n, 0, m, T.mD()) e.e = n - n = H.setRuntimeTypeInfo(n.slice(0), H._arrayInstanceType(n)) + n = H.b(n.slice(0), H._arrayInstanceType(n)) e.f = n } o = l.gfP(l) @@ -16474,7 +16474,7 @@ T.fo.prototype = { a2 = o[h] a2.I = a2.gbT() } - o = H.setRuntimeTypeInfo(i.slice(0), H._arrayInstanceType(i)) + o = H.b(i.slice(0), H._arrayInstanceType(i)) C.Array.bb(o, T.v4()) this_.d = o for (n = o.length, m = t.i, l = this_.e, h = 0; h < o.length; o.length === n || (0, H.F)(o), ++h) { @@ -16485,7 +16485,7 @@ T.fo.prototype = { f = a2.e i.bO(C.e.gaB().ab(f)) } - this_.b.bO(H.setRuntimeTypeInfo([0], m)) + this_.b.bO(H.b([0], m)) C.Array.a5(l, b1.f) } for (o = this_.c, n = o.length, h = 0; h < o.length; o.length === n || (0, H.F)(o), ++h) o[h].l = this_.b.n() @@ -16524,7 +16524,7 @@ T.fo.prototype = { this_.ch = p J.rz(o[p], this_.b, b) for (q = t.Y; p = b.b, p.length !== 0;) { - b.b = H.setRuntimeTypeInfo([], q) + b.b = H.b([], q) for (o = p.length, s = 0; s < p.length; p.length === o || (0, H.F)(p), ++s) p[s].$2(this_.b, b) } }, @@ -16545,7 +16545,7 @@ T.fo.prototype = { async_goto = 1 break } - n = new T.aq(H.setRuntimeTypeInfo([], t.U), H.setRuntimeTypeInfo([], t.Y)) + n = new T.aq(H.b([], t.U), H.b([], t.Y)) k = this_.cy async_goto = k != null ? 3 : 4 break @@ -16979,7 +16979,7 @@ T.Plr.prototype = { } else r.push(j) } s = this_.t - s = H.setRuntimeTypeInfo(s.slice(0), H._arrayInstanceType(s)) + s = H.b(s.slice(0), H._arrayInstanceType(s)) this_.E = s this_.ac() this_.k2 = this_.X.dH(this_.k1, t.c5) @@ -17477,10 +17477,10 @@ T.Plr.prototype = { }, dE() { var s, r, q, p, o = this, - n = H.setRuntimeTypeInfo([], t.V) + n = H.b([], t.V) if (o instanceof T.cz) n = C.N else { - s = H.setRuntimeTypeInfo([], t.i) + s = H.b([], t.i) for (r = $.Z(); r < $.d1(); r += $.B()) { q = C.Array.al(o.E, r, r + $.B()) if (!!q.immutable$list) H.throw_expression(P.UnsupportError("sort")) @@ -17632,7 +17632,7 @@ T.q.prototype = { aa(a, b, c) { var s, r, q, p, o = this, n = b ? o.gb8() : o.gb7(), - m = H.setRuntimeTypeInfo([], t.L), + m = H.b([], t.L), l = 0, k = -n while (true) { @@ -17651,7 +17651,7 @@ T.q.prototype = { } } if (m.length === 0) return null - r = H.setRuntimeTypeInfo([], t.F) + r = H.b([], t.F) for (q = m.length, p = 0; p < m.length; m.length === q || (0, H.F)(m), ++p) { s = m[p] r.push(new T.bG(s, o.a9(s, b, c))) @@ -17947,7 +17947,7 @@ T.SklProtect.prototype = { n = o.r2 r = t.Q.a(n.h(0, $.d6())) if (r == null) { - r = new T.dV(o, H.setRuntimeTypeInfo([], t.gN)) + r = new T.dV(o, H.b([], t.gN)) n.m(0, $.d6(), r) o.y1.j(0, r) } @@ -18178,8 +18178,8 @@ T.SklZombie.prototype = { r = r.c p = 0 o = $.T() - n = H.setRuntimeTypeInfo([], t.q) - m = H.setRuntimeTypeInfo([], t.H) + n = H.b([], t.q) + m = H.b([], t.H) l = P.a0(t.X, t.W) k = new Sgls.c(t.n) k.c = k @@ -18209,10 +18209,10 @@ T.SklZombie.prototype = { c.c = c c.b = c b = t.i - a = H.setRuntimeTypeInfo([], b) - a0 = H.setRuntimeTypeInfo([], b) - a1 = H.setRuntimeTypeInfo([], b) - b = H.setRuntimeTypeInfo([], b) + a = H.b([], b) + a0 = H.b([], b) + a1 = H.b([], b) + b = H.b([], b) a2 = 0 a3 = new T.fX(s, q, r, a5, p, o, n, m, l, k, j, i, h, g, f, e, d, c, a, a0, a1, b, a2, a2, a2, $.W(), a2) a3.a1(s, q, r, a5) @@ -18235,7 +18235,7 @@ T.SklZombie.prototype = { b = new T.HPlr(a2) b.a = a3.e b.d = a2 - r.push(T.RunUpdate(q, s, b, a6, H.setRuntimeTypeInfo([a6], t.j), 0, 1000, 100)) + r.push(T.RunUpdate(q, s, b, a6, H.b([a6], t.j), 0, 1000, 100)) return true } return false @@ -18288,7 +18288,7 @@ T.hg.prototype = { this.r.G.j(0, this.fr) }, aa(a, b, c) { - return H.setRuntimeTypeInfo([], t.F) + return H.b([], t.F) }, v(a, b, c, d) { var s, r, q, p = this @@ -18547,7 +18547,7 @@ T.hy.prototype = { b.a.push($.K()) r = new T.ee(s, 0) r.ao(this.r, $.i()) - r.v(H.setRuntimeTypeInfo([], t.F), true, a, b) + r.v(H.b([], t.F), true, a, b) } } } @@ -18557,7 +18557,7 @@ T.hz.prototype = { return (a.n() & 63) + this.f > this.r.fr }, aa(a, b, c) { - return H.setRuntimeTypeInfo([], t.F) + return H.b([], t.F) }, v(a, b, c, d) { var s, r, q, p, o = this, @@ -18606,7 +18606,7 @@ T.ep.prototype = { this.cN(a) s = $.p2() r = 0 - this.r = H.setRuntimeTypeInfo([s, r, s, r, r, r, r, r], t.i) + this.r = H.b([s, r, s, r, r, r, r, r], t.i) }, b6() { var s = this.c, @@ -18808,7 +18808,7 @@ LangData.SuperRC4.prototype = { dH(a, b) { var s, r, q, p, o, n, m = a.length if (m <= 1) return a - s = H.setRuntimeTypeInfo([], t.i) + s = H.b([], t.i) C.Array.sp(s, m) for (r = 0; r < m; ++r) s[r] = r for (q = 0, r = 0; r < 2; ++r) @@ -19301,12 +19301,12 @@ var t = (function rtii() { C.G = new P.iq() C.I = new P.Duration(0) C.L = new P.jJ(null) - C.M = H.setRuntimeTypeInfo(make_const_list(["*::class", "*::dir", "*::draggable", "*::hidden", "*::id", "*::inert", "*::itemprop", "*::itemref", "*::itemscope", "*::lang", "*::spellcheck", "*::title", "*::translate", "A::accesskey", "A::coords", "A::hreflang", "A::name", "A::shape", "A::tabindex", "A::target", "A::type", "AREA::accesskey", "AREA::alt", "AREA::coords", "AREA::nohref", "AREA::shape", "AREA::tabindex", "AREA::target", "AUDIO::controls", "AUDIO::loop", "AUDIO::mediagroup", "AUDIO::muted", "AUDIO::preload", "BDO::dir", "BODY::alink", "BODY::bgcolor", "BODY::link", "BODY::text", "BODY::vlink", "BR::clear", "BUTTON::accesskey", "BUTTON::disabled", "BUTTON::name", "BUTTON::tabindex", "BUTTON::type", "BUTTON::value", "CANVAS::height", "CANVAS::width", "CAPTION::align", "COL::align", "COL::char", "COL::charoff", "COL::span", "COL::valign", "COL::width", "COLGROUP::align", "COLGROUP::char", "COLGROUP::charoff", "COLGROUP::span", "COLGROUP::valign", "COLGROUP::width", "COMMAND::checked", "COMMAND::command", "COMMAND::disabled", "COMMAND::label", "COMMAND::radiogroup", "COMMAND::type", "DATA::value", "DEL::datetime", "DETAILS::open", "DIR::compact", "DIV::align", "DL::compact", "FIELDSET::disabled", "FONT::color", "FONT::face", "FONT::size", "FORM::accept", "FORM::autocomplete", "FORM::enctype", "FORM::method", "FORM::name", "FORM::novalidate", "FORM::target", "FRAME::name", "H1::align", "H2::align", "H3::align", "H4::align", "H5::align", "H6::align", "HR::align", "HR::noshade", "HR::size", "HR::width", "HTML::version", "IFRAME::align", "IFRAME::frameborder", "IFRAME::height", "IFRAME::marginheight", "IFRAME::marginwidth", "IFRAME::width", "IMG::align", "IMG::alt", "IMG::border", "IMG::height", "IMG::hspace", "IMG::ismap", "IMG::name", "IMG::usemap", "IMG::vspace", "IMG::width", "INPUT::accept", "INPUT::accesskey", "INPUT::align", "INPUT::alt", "INPUT::autocomplete", "INPUT::autofocus", "INPUT::checked", "INPUT::disabled", "INPUT::inputmode", "INPUT::ismap", "INPUT::list", "INPUT::max", "INPUT::maxlength", "INPUT::min", "INPUT::multiple", "INPUT::name", "INPUT::placeholder", "INPUT::readonly", "INPUT::required", "INPUT::size", "INPUT::step", "INPUT::tabindex", "INPUT::type", "INPUT::usemap", "INPUT::value", "INS::datetime", "KEYGEN::disabled", "KEYGEN::keytype", "KEYGEN::name", "LABEL::accesskey", "LABEL::for", "LEGEND::accesskey", "LEGEND::align", "LI::type", "LI::value", "LINK::sizes", "MAP::name", "MENU::compact", "MENU::label", "MENU::type", "METER::high", "METER::low", "METER::max", "METER::min", "METER::value", "OBJECT::typemustmatch", "OL::compact", "OL::reversed", "OL::start", "OL::type", "OPTGROUP::disabled", "OPTGROUP::label", "OPTION::disabled", "OPTION::label", "OPTION::selected", "OPTION::value", "OUTPUT::for", "OUTPUT::name", "P::align", "PRE::width", "PROGRESS::max", "PROGRESS::min", "PROGRESS::value", "SELECT::autocomplete", "SELECT::disabled", "SELECT::multiple", "SELECT::name", "SELECT::required", "SELECT::size", "SELECT::tabindex", "SOURCE::type", "TABLE::align", "TABLE::bgcolor", "TABLE::border", "TABLE::cellpadding", "TABLE::cellspacing", "TABLE::frame", "TABLE::rules", "TABLE::summary", "TABLE::width", "TBODY::align", "TBODY::char", "TBODY::charoff", "TBODY::valign", "TD::abbr", "TD::align", "TD::axis", "TD::bgcolor", "TD::char", "TD::charoff", "TD::colspan", "TD::headers", "TD::height", "TD::nowrap", "TD::rowspan", "TD::scope", "TD::valign", "TD::width", "TEXTAREA::accesskey", "TEXTAREA::autocomplete", "TEXTAREA::cols", "TEXTAREA::disabled", "TEXTAREA::inputmode", "TEXTAREA::name", "TEXTAREA::placeholder", "TEXTAREA::readonly", "TEXTAREA::required", "TEXTAREA::rows", "TEXTAREA::tabindex", "TEXTAREA::wrap", "TFOOT::align", "TFOOT::char", "TFOOT::charoff", "TFOOT::valign", "TH::abbr", "TH::align", "TH::axis", "TH::bgcolor", "TH::char", "TH::charoff", "TH::colspan", "TH::headers", "TH::height", "TH::nowrap", "TH::rowspan", "TH::scope", "TH::valign", "TH::width", "THEAD::align", "THEAD::char", "THEAD::charoff", "THEAD::valign", "TR::align", "TR::bgcolor", "TR::char", "TR::charoff", "TR::valign", "TRACK::default", "TRACK::kind", "TRACK::label", "TRACK::srclang", "UL::compact", "UL::type", "VIDEO::controls", "VIDEO::height", "VIDEO::loop", "VIDEO::mediagroup", "VIDEO::muted", "VIDEO::preload", "VIDEO::width"]), t.V) - C.N = H.setRuntimeTypeInfo(make_const_list(["", "", "", "", "", "", "", "", "", ""]), t.V) - C.O = H.setRuntimeTypeInfo(make_const_list(["HEAD", "AREA", "BASE", "BASEFONT", "BR", "COL", "COLGROUP", "EMBED", "FRAME", "FRAMESET", "HR", "IMAGE", "IMG", "INPUT", "ISINDEX", "LINK", "META", "PARAM", "SOURCE", "STYLE", "TITLE", "WBR"]), t.V) - C.P = H.setRuntimeTypeInfo(make_const_list([]), t.V) - C.r = H.setRuntimeTypeInfo(make_const_list(["bind", "if", "ref", "repeat", "syntax"]), t.V) - C.l = H.setRuntimeTypeInfo(make_const_list(["A::href", "AREA::href", "BLOCKQUOTE::cite", "BODY::background", "COMMAND::icon", "DEL::cite", "FORM::action", "IMG::src", "INPUT::src", "INS::cite", "Q::cite", "VIDEO::poster"]), t.V) + C.M = H.b(make_const_list(["*::class", "*::dir", "*::draggable", "*::hidden", "*::id", "*::inert", "*::itemprop", "*::itemref", "*::itemscope", "*::lang", "*::spellcheck", "*::title", "*::translate", "A::accesskey", "A::coords", "A::hreflang", "A::name", "A::shape", "A::tabindex", "A::target", "A::type", "AREA::accesskey", "AREA::alt", "AREA::coords", "AREA::nohref", "AREA::shape", "AREA::tabindex", "AREA::target", "AUDIO::controls", "AUDIO::loop", "AUDIO::mediagroup", "AUDIO::muted", "AUDIO::preload", "BDO::dir", "BODY::alink", "BODY::bgcolor", "BODY::link", "BODY::text", "BODY::vlink", "BR::clear", "BUTTON::accesskey", "BUTTON::disabled", "BUTTON::name", "BUTTON::tabindex", "BUTTON::type", "BUTTON::value", "CANVAS::height", "CANVAS::width", "CAPTION::align", "COL::align", "COL::char", "COL::charoff", "COL::span", "COL::valign", "COL::width", "COLGROUP::align", "COLGROUP::char", "COLGROUP::charoff", "COLGROUP::span", "COLGROUP::valign", "COLGROUP::width", "COMMAND::checked", "COMMAND::command", "COMMAND::disabled", "COMMAND::label", "COMMAND::radiogroup", "COMMAND::type", "DATA::value", "DEL::datetime", "DETAILS::open", "DIR::compact", "DIV::align", "DL::compact", "FIELDSET::disabled", "FONT::color", "FONT::face", "FONT::size", "FORM::accept", "FORM::autocomplete", "FORM::enctype", "FORM::method", "FORM::name", "FORM::novalidate", "FORM::target", "FRAME::name", "H1::align", "H2::align", "H3::align", "H4::align", "H5::align", "H6::align", "HR::align", "HR::noshade", "HR::size", "HR::width", "HTML::version", "IFRAME::align", "IFRAME::frameborder", "IFRAME::height", "IFRAME::marginheight", "IFRAME::marginwidth", "IFRAME::width", "IMG::align", "IMG::alt", "IMG::border", "IMG::height", "IMG::hspace", "IMG::ismap", "IMG::name", "IMG::usemap", "IMG::vspace", "IMG::width", "INPUT::accept", "INPUT::accesskey", "INPUT::align", "INPUT::alt", "INPUT::autocomplete", "INPUT::autofocus", "INPUT::checked", "INPUT::disabled", "INPUT::inputmode", "INPUT::ismap", "INPUT::list", "INPUT::max", "INPUT::maxlength", "INPUT::min", "INPUT::multiple", "INPUT::name", "INPUT::placeholder", "INPUT::readonly", "INPUT::required", "INPUT::size", "INPUT::step", "INPUT::tabindex", "INPUT::type", "INPUT::usemap", "INPUT::value", "INS::datetime", "KEYGEN::disabled", "KEYGEN::keytype", "KEYGEN::name", "LABEL::accesskey", "LABEL::for", "LEGEND::accesskey", "LEGEND::align", "LI::type", "LI::value", "LINK::sizes", "MAP::name", "MENU::compact", "MENU::label", "MENU::type", "METER::high", "METER::low", "METER::max", "METER::min", "METER::value", "OBJECT::typemustmatch", "OL::compact", "OL::reversed", "OL::start", "OL::type", "OPTGROUP::disabled", "OPTGROUP::label", "OPTION::disabled", "OPTION::label", "OPTION::selected", "OPTION::value", "OUTPUT::for", "OUTPUT::name", "P::align", "PRE::width", "PROGRESS::max", "PROGRESS::min", "PROGRESS::value", "SELECT::autocomplete", "SELECT::disabled", "SELECT::multiple", "SELECT::name", "SELECT::required", "SELECT::size", "SELECT::tabindex", "SOURCE::type", "TABLE::align", "TABLE::bgcolor", "TABLE::border", "TABLE::cellpadding", "TABLE::cellspacing", "TABLE::frame", "TABLE::rules", "TABLE::summary", "TABLE::width", "TBODY::align", "TBODY::char", "TBODY::charoff", "TBODY::valign", "TD::abbr", "TD::align", "TD::axis", "TD::bgcolor", "TD::char", "TD::charoff", "TD::colspan", "TD::headers", "TD::height", "TD::nowrap", "TD::rowspan", "TD::scope", "TD::valign", "TD::width", "TEXTAREA::accesskey", "TEXTAREA::autocomplete", "TEXTAREA::cols", "TEXTAREA::disabled", "TEXTAREA::inputmode", "TEXTAREA::name", "TEXTAREA::placeholder", "TEXTAREA::readonly", "TEXTAREA::required", "TEXTAREA::rows", "TEXTAREA::tabindex", "TEXTAREA::wrap", "TFOOT::align", "TFOOT::char", "TFOOT::charoff", "TFOOT::valign", "TH::abbr", "TH::align", "TH::axis", "TH::bgcolor", "TH::char", "TH::charoff", "TH::colspan", "TH::headers", "TH::height", "TH::nowrap", "TH::rowspan", "TH::scope", "TH::valign", "TH::width", "THEAD::align", "THEAD::char", "THEAD::charoff", "THEAD::valign", "TR::align", "TR::bgcolor", "TR::char", "TR::charoff", "TR::valign", "TRACK::default", "TRACK::kind", "TRACK::label", "TRACK::srclang", "UL::compact", "UL::type", "VIDEO::controls", "VIDEO::height", "VIDEO::loop", "VIDEO::mediagroup", "VIDEO::muted", "VIDEO::preload", "VIDEO::width"]), t.V) + C.N = H.b(make_const_list(["", "", "", "", "", "", "", "", "", ""]), t.V) + C.O = H.b(make_const_list(["HEAD", "AREA", "BASE", "BASEFONT", "BR", "COL", "COLGROUP", "EMBED", "FRAME", "FRAMESET", "HR", "IMAGE", "IMG", "INPUT", "ISINDEX", "LINK", "META", "PARAM", "SOURCE", "STYLE", "TITLE", "WBR"]), t.V) + C.P = H.b(make_const_list([]), t.V) + C.r = H.b(make_const_list(["bind", "if", "ref", "repeat", "syntax"]), t.V) + C.l = H.b(make_const_list(["A::href", "AREA::href", "BLOCKQUOTE::cite", "BODY::background", "COMMAND::icon", "DEL::cite", "FORM::action", "IMG::src", "INPUT::src", "INS::cite", "Q::cite", "VIDEO::poster"]), t.V) C.S = H.vp("N") C.T_kk = new P.kk(false) })(); @@ -19326,7 +19326,7 @@ var t = (function rtii() { $.eO = null $.ms = false $.P = C.f - $.ch = H.setRuntimeTypeInfo([], H.findType("E")) + $.ch = H.b([], H.findType("E")) $.bA = null $.m4 = null $.nJ = null @@ -19349,12 +19349,12 @@ var t = (function rtii() { $.e_ = 0 $.mf = function () { var s = t.i - return H.setRuntimeTypeInfo([H.setRuntimeTypeInfo([255, 255, 255], s), H.setRuntimeTypeInfo([255, 255, 255], s), H.setRuntimeTypeInfo([0, 0, 0], s), H.setRuntimeTypeInfo([0, 180, 0], s), H.setRuntimeTypeInfo([0, 255, 0], s), H.setRuntimeTypeInfo([255, 0, 0], s), H.setRuntimeTypeInfo([255, 192, 0], s), H.setRuntimeTypeInfo([255, 255, 0], s), H.setRuntimeTypeInfo([0, 224, 128], s), H.setRuntimeTypeInfo([255, 0, 128], s), H.setRuntimeTypeInfo([255, 108, 0], s), H.setRuntimeTypeInfo([0, 108, 255], s), H.setRuntimeTypeInfo([0, 192, 255], s), H.setRuntimeTypeInfo([0, 255, 255], s), H.setRuntimeTypeInfo([128, 120, 255], s), H.setRuntimeTypeInfo([128, 224, 255], s), H.setRuntimeTypeInfo([255, 0, 255], s), H.setRuntimeTypeInfo([40, 40, 255], s), H.setRuntimeTypeInfo([128, 0, 255], s), H.setRuntimeTypeInfo([0, 144, 0], s), H.setRuntimeTypeInfo([144, 0, 0], s)], t.f) + return H.b([H.b([255, 255, 255], s), H.b([255, 255, 255], s), H.b([0, 0, 0], s), H.b([0, 180, 0], s), H.b([0, 255, 0], s), H.b([255, 0, 0], s), H.b([255, 192, 0], s), H.b([255, 255, 0], s), H.b([0, 224, 128], s), H.b([255, 0, 128], s), H.b([255, 108, 0], s), H.b([0, 108, 255], s), H.b([0, 192, 255], s), H.b([0, 255, 255], s), H.b([128, 120, 255], s), H.b([128, 224, 255], s), H.b([255, 0, 255], s), H.b([40, 40, 255], s), H.b([128, 0, 255], s), H.b([0, 144, 0], s), H.b([144, 0, 0], s)], t.f) }() $.md = null - $.dZ = H.setRuntimeTypeInfo([], t.f) - $.me = H.setRuntimeTypeInfo([], t.f) - $.o5 = H.setRuntimeTypeInfo([], t.f) + $.dZ = H.b([], t.f) + $.me = H.b([], t.f) + $.o5 = H.b([], t.f) $.od = function () { var s = t.X return P.cu(s, s) @@ -20335,7 +20335,7 @@ var t = (function rtii() { }) lazy_old($, "zH", "r1", function () { // return H.b([$.iL(), $.n8(), $.qk(), $.n6(), $.n9(), $.no(), $.nm(), $.nb(), $.qa(), $.nn(), $.qW(), $.np(), $.qi(), $.nj(), $.qr(), $.qs(), $.qU()], t.V) - return H.setRuntimeTypeInfo( + return H.b( [ "Rinick", "库瓒", "庫瓒", "涵虚", "霛雲", "云剑", "新纪元", "琪拉拉", "纯菜", "学车中学", "学🚗🀄学", "昀澤", "锦依卫", "Σσ", "Ø", "∅", "斜眼笑" @@ -20347,7 +20347,7 @@ var t = (function rtii() { return $.pA() }) lazy_old($, "zY", "r6", function () { - return C.Array.f5(H.setRuntimeTypeInfo(LangData.get_lang("ezfN").split("[]"), t.s), new T.kb(), t.X).fL(0) + return C.Array.f5(H.b(LangData.get_lang("ezfN").split("[]"), t.s), new T.kb(), t.X).fL(0) }) lazy_old($, "Ac", "rj", function () { // 武器那一堆 @@ -20367,7 +20367,7 @@ var t = (function rtii() { }) lazy_old($, "Ad", "rk", function () { // return H.b([$.iL(), $.n8(), $.n6(), $.n9(), $.no(), $.nm(), $.nb(), $.nn(), $.np(), $.nj(), $.qg(), $.qj(), $.qt(), $.qX(), $.qf(), $.qN(), $.qd(), $.qT(), $.qV(), $.ql(), $.qS(), $.qe()], t.V) - return H.setRuntimeTypeInfo( + return H.b( [ "Rinick", "库瓒", "涵虚", "霛雲", "云剑", "新纪元", "琪拉拉", "学车中学", "昀澤", "Σσ", "滑稽", "坤灵剑", "RailGun", "巡洋舰", "Hell", "佘山", "房刚", "五班", "XJ联队", @@ -21048,7 +21048,7 @@ function main() { a2 = window.localStorage.getItem("go​ogle_experiment_mod1") // console.log("a2", a2) if (a2 != null) { - $.ox = new H.a9(H.setRuntimeTypeInfo(a2.split(""), t.s), t.bJ).f3(0) + $.ox = new H.a9(H.b(a2.split(""), t.s), t.bJ).f3(0) } } @@ -21067,8 +21067,8 @@ function main() { l = X.f4(m, 0) k = LangData.oC(false) a8 = t.i - j = H.setRuntimeTypeInfo([], a8) - J.rr(j, H.setRuntimeTypeInfo([1, 3, 0, 9], a8)) + j = H.b([], a8) + J.rr(j, H.b([1, 3, 0, 9], a8)) k.bO(j) k.di(l) raw_names = C.e.bt(0, l) @@ -21087,7 +21087,7 @@ function main() { if (h[1].length > 10 || J.lW(h[1][0][0], LangData.j("S,AF", 5))) { logger.info("官方测号") a8 = h[1] - a9 = H.setRuntimeTypeInfo([], t.t) + a9 = H.b([], t.t) d = new X.iW(a9, new Float64Array(1)) d.e_(a8) g = d @@ -21104,9 +21104,9 @@ function main() { } a8 = h[1] a9 = e - a3 = H.setRuntimeTypeInfo([], t.L) - a4 = H.setRuntimeTypeInfo([], t.V) - a5 = H.setRuntimeTypeInfo([], t.M) + a3 = H.b([], t.L) + a4 = H.b([], t.V) + a5 = H.b([], t.M) g = new V.iV(a9, a8, a3, a4, a5, P.cu(t.X, t.B), new Float64Array(1)) g.dZ(a8, a9) d = g @@ -21120,10 +21120,10 @@ function main() { a8 = h[1] a9 = h[2] a3 = t.L - a4 = H.setRuntimeTypeInfo([], a3) - a3 = H.setRuntimeTypeInfo([], a3) - a5 = H.setRuntimeTypeInfo([], t.V) - a6 = H.setRuntimeTypeInfo([], t.M) + a4 = H.b([], a3) + a3 = H.b([], a3) + a5 = H.b([], t.V) + a6 = H.b([], t.M) g = new L.iR(a8, a9, a4, a3, a5, a6, new Float64Array(1)) g.dY(a8, a9) b = g From 726cfbeedecd17bc4468f6a846e8ef20d29c765a Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Fri, 5 Apr 2024 00:10:51 +0800 Subject: [PATCH 43/54] P.jc -> P.Duration_toString_sixDigits --- branch/latest/md5.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 6ca61e0..68f7d17 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -4477,7 +4477,7 @@ var A = { Duration: function c1(a) { this.a = a }, - jc: function jc() {}, + Duration_toString_sixDigits: function jc() {}, jd: function jd() {}, O: function O() {}, f2: function f2(a) { @@ -10966,11 +10966,11 @@ P.Duration.prototype = { if (o < 0) return "-" + new P.Duration(0 - o).k(0) s = p.$1(C.JsInt.ag(o, 6e7) % 60) r = p.$1(C.JsInt.ag(o, 1e6) % 60) - q = new P.jc().$1(o % 1e6) + q = new P.Duration_toString_sixDigits().$1(o % 1e6) return "" + C.JsInt.ag(o, 36e8) + ":" + H.as_string(s) + ":" + H.as_string(r) + "." + H.as_string(q) } } -P.jc.prototype = { +P.Duration_toString_sixDigits.prototype = { $1(a) { if (a >= 1e5) return "" + a if (a >= 1e4) return "0" + a @@ -18984,7 +18984,7 @@ LangData.k_.prototype = { inherit_many(P.fv, [H.fB, H.hX]) inherit_many(H.M, [H.y, H.a9, P.id]) inherit(H.NullError, P.bc) - inherit_many(H.c_, [H.j5, H.j6, H.kg, H.jH, H.lv, H.lx, P.kB, P.kA, P.lh, P.kK, P.kS, P.ke, P.kZ, P.jc, P.jd, W.jf, W.kF, W.jP, W.jO, W.l0, W.l1, W.l7, P.lE, P.lF, L.iS, L.iT, L.iU, V.j0, V.j1, X.iX, X.iY, X.iZ, HtmlRenderer.jx, HtmlRenderer.jy, HtmlRenderer.jw, HtmlRenderer.jz, HtmlRenderer.jB, HtmlRenderer.jC, HtmlRenderer.jD, HtmlRenderer.jV, HtmlRenderer.lp, HtmlRenderer.lq, Sgls.k5, Sgls.k6, T.k9, T.jk, T.jj, T.jl, T.ji, T.lD, T.jW, T.k3, T.kb, T.ko, T.kp, LangData.k_]) + inherit_many(H.c_, [H.j5, H.j6, H.kg, H.jH, H.lv, H.lx, P.kB, P.kA, P.lh, P.kK, P.kS, P.ke, P.kZ, P.Duration_toString_sixDigits, P.jd, W.jf, W.kF, W.jP, W.jO, W.l0, W.l1, W.l7, P.lE, P.lF, L.iS, L.iT, L.iU, V.j0, V.j1, X.iX, X.iY, X.iZ, HtmlRenderer.jx, HtmlRenderer.jy, HtmlRenderer.jw, HtmlRenderer.jz, HtmlRenderer.jB, HtmlRenderer.jC, HtmlRenderer.jD, HtmlRenderer.jV, HtmlRenderer.lp, HtmlRenderer.lq, Sgls.k5, Sgls.k6, T.k9, T.jk, T.jj, T.jl, T.ji, T.lD, T.jW, T.k3, T.kb, T.ko, T.kp, LangData.k_]) inherit_many(H.kg, [H.kc, H.dg]) inherit(P.dG, P.aU) inherit_many(P.dG, [H.aT, P.ic, W.i2]) From babcea32bc66ff2e2645adc031891d3cdaf7d122 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Fri, 5 Apr 2024 00:11:01 +0800 Subject: [PATCH 44/54] remove $.ns and $.mc --- branch/latest/md5.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 68f7d17..f6eb036 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -20323,10 +20323,10 @@ var t = (function rtii() { lazy_old($, "zO", "r4", function () { return P.o_() }) - lazy_old($, "mc", "ns", function () { - // return 0 - return 0 - }) + // lazy_old($, "mc", "ns", function () { + // // return 0 + // return 0 + // }) lazy_old($, "ta", "r2", function () { return $.mb + $.d_() }) From d6b9f872e6f97213bcf8bd39a242df3c769c0199 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Fri, 5 Apr 2024 00:11:42 +0800 Subject: [PATCH 45/54] P.jd -> P.Duration_toString_twoDigits --- branch/latest/md5.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index f6eb036..3af1837 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -4478,7 +4478,7 @@ var A = { this.a = a }, Duration_toString_sixDigits: function jc() {}, - jd: function jd() {}, + Duration_toString_twoDigits: function jd() {}, O: function O() {}, f2: function f2(a) { this.a = a @@ -10961,7 +10961,7 @@ P.Duration.prototype = { return C.JsInt.bg(this.a, b.a) }, k(a) { - var s, r, q, p = new P.jd(), + var s, r, q, p = new P.Duration_toString_twoDigits(), o = this.a if (o < 0) return "-" + new P.Duration(0 - o).k(0) s = p.$1(C.JsInt.ag(o, 6e7) % 60) @@ -10981,7 +10981,7 @@ P.Duration_toString_sixDigits.prototype = { }, $S: 12 } -P.jd.prototype = { +P.Duration_toString_twoDigits.prototype = { $1(a) { if (a >= 10) return "" + a return "0" + a @@ -18984,7 +18984,7 @@ LangData.k_.prototype = { inherit_many(P.fv, [H.fB, H.hX]) inherit_many(H.M, [H.y, H.a9, P.id]) inherit(H.NullError, P.bc) - inherit_many(H.c_, [H.j5, H.j6, H.kg, H.jH, H.lv, H.lx, P.kB, P.kA, P.lh, P.kK, P.kS, P.ke, P.kZ, P.Duration_toString_sixDigits, P.jd, W.jf, W.kF, W.jP, W.jO, W.l0, W.l1, W.l7, P.lE, P.lF, L.iS, L.iT, L.iU, V.j0, V.j1, X.iX, X.iY, X.iZ, HtmlRenderer.jx, HtmlRenderer.jy, HtmlRenderer.jw, HtmlRenderer.jz, HtmlRenderer.jB, HtmlRenderer.jC, HtmlRenderer.jD, HtmlRenderer.jV, HtmlRenderer.lp, HtmlRenderer.lq, Sgls.k5, Sgls.k6, T.k9, T.jk, T.jj, T.jl, T.ji, T.lD, T.jW, T.k3, T.kb, T.ko, T.kp, LangData.k_]) + inherit_many(H.c_, [H.j5, H.j6, H.kg, H.jH, H.lv, H.lx, P.kB, P.kA, P.lh, P.kK, P.kS, P.ke, P.kZ, P.Duration_toString_sixDigits, P.Duration_toString_twoDigits, W.jf, W.kF, W.jP, W.jO, W.l0, W.l1, W.l7, P.lE, P.lF, L.iS, L.iT, L.iU, V.j0, V.j1, X.iX, X.iY, X.iZ, HtmlRenderer.jx, HtmlRenderer.jy, HtmlRenderer.jw, HtmlRenderer.jz, HtmlRenderer.jB, HtmlRenderer.jC, HtmlRenderer.jD, HtmlRenderer.jV, HtmlRenderer.lp, HtmlRenderer.lq, Sgls.k5, Sgls.k6, T.k9, T.jk, T.jj, T.jl, T.ji, T.lD, T.jW, T.k3, T.kb, T.ko, T.kp, LangData.k_]) inherit_many(H.kg, [H.kc, H.dg]) inherit(P.dG, P.aU) inherit_many(P.dG, [H.aT, P.ic, W.i2]) From e7216d33b4b3536881c6bc6b1f32837c5feaf381 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Fri, 5 Apr 2024 00:14:29 +0800 Subject: [PATCH 46/54] L.iR -> L.WinChance --- branch/latest/md5.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 3af1837..e172cf8 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -3427,7 +3427,7 @@ var A = { JsString: function bD() {} }, L = { - iR: function iR(a, b, c, d, e, f, g) { + WinChance: function iR(a, b, c, d, e, f, g) { var _ = this _.a = a _.b = b @@ -12343,7 +12343,7 @@ Y.RC4.prototype = { return p[p[r] + p[q] & 255] } } -L.iR.prototype = { +L.WinChance.prototype = { gbu(a) { return null }, @@ -12374,8 +12374,8 @@ L.iR.prototype = { } }, O() { - // 胜率评分 主循环 - logger.debug("胜率主循环") + // 胜率评分 + logger.info("胜率输出 main") var async_goto = 0, async_completer = P._makeAsyncAwaitCompleter(t.d), some_q, this_ = this, @@ -18969,7 +18969,7 @@ LangData.k_.prototype = { inherit = hunkHelpers.inherit, inherit_many = hunkHelpers.inheritMany inherit(P.Object, null) - inherit_many(P.Object, [H.m8, J.Interceptor, J.db, P.O, P.ev, P.L, H.cv, P.fv, H.du, H.hV, H.kh, H.jR, H.dt, H.eE, H.c_, P.aU, H.jK, H.fA, H.JSSyntaxRegExp, H.ew, H.kz, H.bK, H.l3, H.aW, H.ib, H.iu, P.l8, P.i_, P.f3, P.i4, P.cN, P._Future, P.i0, P.em, P.hO, P.hP, P.im, P.i1, P.i3, P.i7, P.ii, P.io, P.lf, P.eM, P.kV, P.ie, P.z, P.dY, P.fg, P.js, P.lc, P.lb, P.dq, P.Duration, P.fM, P.el, P.kG, P.jm, P.N, P.iq, P.cH, W.j8, W.m5, W.cP, W.cr, W.dN, W.eD, W.is, W.dv, W.kE, W.l_, W.ix, P.l4, P.kw, P.eJ, P.jQ, P.kT, Y.RC4, L.iR, V.iV, X.iW, S.fK, HtmlRenderer.fq, HtmlRenderer.jT, HtmlRenderer.ax, Sgls.a_, Sgls.n, T.x, T.Plr, T.dk, T.fo, T.b7, T.IPlr, T.HDamage, T.HRecover, T.aX, T.aq, T.bG, T.bL, T.fl]) + inherit_many(P.Object, [H.m8, J.Interceptor, J.db, P.O, P.ev, P.L, H.cv, P.fv, H.du, H.hV, H.kh, H.jR, H.dt, H.eE, H.c_, P.aU, H.jK, H.fA, H.JSSyntaxRegExp, H.ew, H.kz, H.bK, H.l3, H.aW, H.ib, H.iu, P.l8, P.i_, P.f3, P.i4, P.cN, P._Future, P.i0, P.em, P.hO, P.hP, P.im, P.i1, P.i3, P.i7, P.ii, P.io, P.lf, P.eM, P.kV, P.ie, P.z, P.dY, P.fg, P.js, P.lc, P.lb, P.dq, P.Duration, P.fM, P.el, P.kG, P.jm, P.N, P.iq, P.cH, W.j8, W.m5, W.cP, W.cr, W.dN, W.eD, W.is, W.dv, W.kE, W.l_, W.ix, P.l4, P.kw, P.eJ, P.jQ, P.kT, Y.RC4, L.WinChance, V.iV, X.iW, S.fK, HtmlRenderer.fq, HtmlRenderer.jT, HtmlRenderer.ax, Sgls.a_, Sgls.n, T.x, T.Plr, T.dk, T.fo, T.b7, T.IPlr, T.HDamage, T.HRecover, T.aX, T.aq, T.bG, T.bL, T.fl]) inherit_many(J.Interceptor, [J.fw, J.cs, J.bE, J.JsArray, J.JsNumber, J.JsString, H.dJ, H.ab, W.fn, W.bX, W.fe, W.i6, W.bb, W.ja, W.jb, W.o, W.c4, W.jL, W.ig, W.il, W.iy, W.iA]) inherit_many(J.bE, [J.PlainJavaScriptObject, J.UnknownJavaScriptObject, J.JavaScriptFunction]) inherit(J.jG, J.JsArray) @@ -21124,7 +21124,7 @@ function main() { a3 = H.b([], a3) a5 = H.b([], t.V) a6 = H.b([], t.M) - g = new L.iR(a8, a9, a4, a3, a5, a6, new Float64Array(1)) + g = new L.WinChance(a8, a9, a4, a3, a5, a6, new Float64Array(1)) g.dY(a8, a9) b = g b.c = 1000 From 1cfc65e2b680fbed7cda84de3abab6d09234fd78 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Fri, 5 Apr 2024 00:14:37 +0800 Subject: [PATCH 47/54] =?UTF-8?q?=E4=B8=80=E4=BA=9B=E5=8F=8D=E6=B7=B7?= =?UTF-8?q?=E6=B7=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- branch/latest/md5.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index e172cf8..06e3bb4 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -12556,14 +12556,14 @@ V.iV.prototype = { }, dZ(a, b) { // 什么奇怪的算法? - var s, r, q, p, o, n, m, l = this, - k = l.b + var s, r, q, p, o, n, m, this_ = this, + k = this_.b // if (k.length === 2 && J.Y(J.J(k[0], 0), J.J(k[1], 0)) && J.Y(J.J(k[0], 1), J.J(k[1], 1))) { if (k.length === 2 && (k[0][0] == k[1][0]) && (k[0][1] == k[1][1])) { k.pop() - l.c = true + this_.c = true } - for (s = k.length, r = l.f, q = l.r, p = 0; p < k.length; k.length === s || (0, H.F)(k), ++p) { + for (s = k.length, r = this_.f, q = this_.r, p = 0; p < k.length; k.length === s || (0, H.F)(k), ++p) { o = k[p] n = J.a3(o) m = T.jS(n.h(o, 0), n.h(o, 1), null, n.h(o, 2)) @@ -12576,7 +12576,7 @@ V.iV.prototype = { m = r[p] m.I = m.gbT() } - if (q.length === 1) l.x = q[0] + if (q.length === 1) this_.x = q[0] }, O() { // 实力评分 主循环 From f46fc3731eeae5a64c1817163cce1df3667dcde0 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Fri, 5 Apr 2024 00:19:00 +0800 Subject: [PATCH 48/54] V.iV -> V.ProfileMain --- branch/latest/md5.js | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 06e3bb4..a727652 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -7648,7 +7648,9 @@ var A = { ik: function ik() {} }, V = { - iV: function iV(a, b, c, d, e, f, g) { + // 评分 + // 普评/强评 + ProfileMain: function iV(a, b, c, d, e, f, g) { var _ = this _.a = a _.b = b @@ -12550,7 +12552,7 @@ X.j9.prototype = { }, $S: 21 } -V.iV.prototype = { +V.ProfileMain.prototype = { gbu(a) { return null }, @@ -12579,8 +12581,9 @@ V.iV.prototype = { if (q.length === 1) this_.x = q[0] }, O() { - // 实力评分 主循环 - logger.debug("评分 主循环") + // 实力评分 main + // 普评? + + logger.debug("评分 输出") var async_goto = 0, async_completer = P._makeAsyncAwaitCompleter(t.d), q, this_ = this, @@ -18969,7 +18972,7 @@ LangData.k_.prototype = { inherit = hunkHelpers.inherit, inherit_many = hunkHelpers.inheritMany inherit(P.Object, null) - inherit_many(P.Object, [H.m8, J.Interceptor, J.db, P.O, P.ev, P.L, H.cv, P.fv, H.du, H.hV, H.kh, H.jR, H.dt, H.eE, H.c_, P.aU, H.jK, H.fA, H.JSSyntaxRegExp, H.ew, H.kz, H.bK, H.l3, H.aW, H.ib, H.iu, P.l8, P.i_, P.f3, P.i4, P.cN, P._Future, P.i0, P.em, P.hO, P.hP, P.im, P.i1, P.i3, P.i7, P.ii, P.io, P.lf, P.eM, P.kV, P.ie, P.z, P.dY, P.fg, P.js, P.lc, P.lb, P.dq, P.Duration, P.fM, P.el, P.kG, P.jm, P.N, P.iq, P.cH, W.j8, W.m5, W.cP, W.cr, W.dN, W.eD, W.is, W.dv, W.kE, W.l_, W.ix, P.l4, P.kw, P.eJ, P.jQ, P.kT, Y.RC4, L.WinChance, V.iV, X.iW, S.fK, HtmlRenderer.fq, HtmlRenderer.jT, HtmlRenderer.ax, Sgls.a_, Sgls.n, T.x, T.Plr, T.dk, T.fo, T.b7, T.IPlr, T.HDamage, T.HRecover, T.aX, T.aq, T.bG, T.bL, T.fl]) + inherit_many(P.Object, [H.m8, J.Interceptor, J.db, P.O, P.ev, P.L, H.cv, P.fv, H.du, H.hV, H.kh, H.jR, H.dt, H.eE, H.c_, P.aU, H.jK, H.fA, H.JSSyntaxRegExp, H.ew, H.kz, H.bK, H.l3, H.aW, H.ib, H.iu, P.l8, P.i_, P.f3, P.i4, P.cN, P._Future, P.i0, P.em, P.hO, P.hP, P.im, P.i1, P.i3, P.i7, P.ii, P.io, P.lf, P.eM, P.kV, P.ie, P.z, P.dY, P.fg, P.js, P.lc, P.lb, P.dq, P.Duration, P.fM, P.el, P.kG, P.jm, P.N, P.iq, P.cH, W.j8, W.m5, W.cP, W.cr, W.dN, W.eD, W.is, W.dv, W.kE, W.l_, W.ix, P.l4, P.kw, P.eJ, P.jQ, P.kT, Y.RC4, L.WinChance, V.ProfileMain, X.iW, S.fK, HtmlRenderer.fq, HtmlRenderer.jT, HtmlRenderer.ax, Sgls.a_, Sgls.n, T.x, T.Plr, T.dk, T.fo, T.b7, T.IPlr, T.HDamage, T.HRecover, T.aX, T.aq, T.bG, T.bL, T.fl]) inherit_many(J.Interceptor, [J.fw, J.cs, J.bE, J.JsArray, J.JsNumber, J.JsString, H.dJ, H.ab, W.fn, W.bX, W.fe, W.i6, W.bb, W.ja, W.jb, W.o, W.c4, W.jL, W.ig, W.il, W.iy, W.iA]) inherit_many(J.bE, [J.PlainJavaScriptObject, J.UnknownJavaScriptObject, J.JavaScriptFunction]) inherit(J.jG, J.JsArray) @@ -21107,7 +21110,7 @@ function main() { a3 = H.b([], t.L) a4 = H.b([], t.V) a5 = H.b([], t.M) - g = new V.iV(a9, a8, a3, a4, a5, P.cu(t.X, t.B), new Float64Array(1)) + g = new V.ProfileMain(a9, a8, a3, a4, a5, P.cu(t.X, t.B), new Float64Array(1)) g.dZ(a8, a9) d = g d.d = 1000 From 1919564792c6fd018ef4cb63a55e08d3dd6bb077 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Fri, 5 Apr 2024 00:19:56 +0800 Subject: [PATCH 49/54] L.WinChance -> L.ProfileWinChance --- branch/latest/md5.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index a727652..08d6473 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -3427,7 +3427,7 @@ var A = { JsString: function bD() {} }, L = { - WinChance: function iR(a, b, c, d, e, f, g) { + ProfileWinChance: function iR(a, b, c, d, e, f, g) { var _ = this _.a = a _.b = b @@ -12345,7 +12345,7 @@ Y.RC4.prototype = { return p[p[r] + p[q] & 255] } } -L.WinChance.prototype = { +L.ProfileWinChance.prototype = { gbu(a) { return null }, @@ -18972,7 +18972,7 @@ LangData.k_.prototype = { inherit = hunkHelpers.inherit, inherit_many = hunkHelpers.inheritMany inherit(P.Object, null) - inherit_many(P.Object, [H.m8, J.Interceptor, J.db, P.O, P.ev, P.L, H.cv, P.fv, H.du, H.hV, H.kh, H.jR, H.dt, H.eE, H.c_, P.aU, H.jK, H.fA, H.JSSyntaxRegExp, H.ew, H.kz, H.bK, H.l3, H.aW, H.ib, H.iu, P.l8, P.i_, P.f3, P.i4, P.cN, P._Future, P.i0, P.em, P.hO, P.hP, P.im, P.i1, P.i3, P.i7, P.ii, P.io, P.lf, P.eM, P.kV, P.ie, P.z, P.dY, P.fg, P.js, P.lc, P.lb, P.dq, P.Duration, P.fM, P.el, P.kG, P.jm, P.N, P.iq, P.cH, W.j8, W.m5, W.cP, W.cr, W.dN, W.eD, W.is, W.dv, W.kE, W.l_, W.ix, P.l4, P.kw, P.eJ, P.jQ, P.kT, Y.RC4, L.WinChance, V.ProfileMain, X.iW, S.fK, HtmlRenderer.fq, HtmlRenderer.jT, HtmlRenderer.ax, Sgls.a_, Sgls.n, T.x, T.Plr, T.dk, T.fo, T.b7, T.IPlr, T.HDamage, T.HRecover, T.aX, T.aq, T.bG, T.bL, T.fl]) + inherit_many(P.Object, [H.m8, J.Interceptor, J.db, P.O, P.ev, P.L, H.cv, P.fv, H.du, H.hV, H.kh, H.jR, H.dt, H.eE, H.c_, P.aU, H.jK, H.fA, H.JSSyntaxRegExp, H.ew, H.kz, H.bK, H.l3, H.aW, H.ib, H.iu, P.l8, P.i_, P.f3, P.i4, P.cN, P._Future, P.i0, P.em, P.hO, P.hP, P.im, P.i1, P.i3, P.i7, P.ii, P.io, P.lf, P.eM, P.kV, P.ie, P.z, P.dY, P.fg, P.js, P.lc, P.lb, P.dq, P.Duration, P.fM, P.el, P.kG, P.jm, P.N, P.iq, P.cH, W.j8, W.m5, W.cP, W.cr, W.dN, W.eD, W.is, W.dv, W.kE, W.l_, W.ix, P.l4, P.kw, P.eJ, P.jQ, P.kT, Y.RC4, L.ProfileWinChance, V.ProfileMain, X.iW, S.fK, HtmlRenderer.fq, HtmlRenderer.jT, HtmlRenderer.ax, Sgls.a_, Sgls.n, T.x, T.Plr, T.dk, T.fo, T.b7, T.IPlr, T.HDamage, T.HRecover, T.aX, T.aq, T.bG, T.bL, T.fl]) inherit_many(J.Interceptor, [J.fw, J.cs, J.bE, J.JsArray, J.JsNumber, J.JsString, H.dJ, H.ab, W.fn, W.bX, W.fe, W.i6, W.bb, W.ja, W.jb, W.o, W.c4, W.jL, W.ig, W.il, W.iy, W.iA]) inherit_many(J.bE, [J.PlainJavaScriptObject, J.UnknownJavaScriptObject, J.JavaScriptFunction]) inherit(J.jG, J.JsArray) @@ -21127,7 +21127,7 @@ function main() { a3 = H.b([], a3) a5 = H.b([], t.V) a6 = H.b([], t.M) - g = new L.WinChance(a8, a9, a4, a3, a5, a6, new Float64Array(1)) + g = new L.ProfileWinChance(a8, a9, a4, a3, a5, a6, new Float64Array(1)) g.dY(a8, a9) b = g b.c = 1000 From 8291e137bdfee8520567eee93b0ac2b182466a68 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Fri, 5 Apr 2024 00:20:20 +0800 Subject: [PATCH 50/54] X.iW -> X.ProfileFind --- branch/latest/md5.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 08d6473..ccdbce9 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -7989,7 +7989,7 @@ var A = { }, je: function je() {}, j9: function j9() {}, - iW: function iW(a, b) { + ProfileFind: function iW(a, b) { var _ = this _.a = a _.b = -1 @@ -12777,7 +12777,7 @@ V.j1.prototype = { }, $S: 2 } -X.iW.prototype = { +X.ProfileFind.prototype = { gbu(a) { return null }, @@ -18972,7 +18972,7 @@ LangData.k_.prototype = { inherit = hunkHelpers.inherit, inherit_many = hunkHelpers.inheritMany inherit(P.Object, null) - inherit_many(P.Object, [H.m8, J.Interceptor, J.db, P.O, P.ev, P.L, H.cv, P.fv, H.du, H.hV, H.kh, H.jR, H.dt, H.eE, H.c_, P.aU, H.jK, H.fA, H.JSSyntaxRegExp, H.ew, H.kz, H.bK, H.l3, H.aW, H.ib, H.iu, P.l8, P.i_, P.f3, P.i4, P.cN, P._Future, P.i0, P.em, P.hO, P.hP, P.im, P.i1, P.i3, P.i7, P.ii, P.io, P.lf, P.eM, P.kV, P.ie, P.z, P.dY, P.fg, P.js, P.lc, P.lb, P.dq, P.Duration, P.fM, P.el, P.kG, P.jm, P.N, P.iq, P.cH, W.j8, W.m5, W.cP, W.cr, W.dN, W.eD, W.is, W.dv, W.kE, W.l_, W.ix, P.l4, P.kw, P.eJ, P.jQ, P.kT, Y.RC4, L.ProfileWinChance, V.ProfileMain, X.iW, S.fK, HtmlRenderer.fq, HtmlRenderer.jT, HtmlRenderer.ax, Sgls.a_, Sgls.n, T.x, T.Plr, T.dk, T.fo, T.b7, T.IPlr, T.HDamage, T.HRecover, T.aX, T.aq, T.bG, T.bL, T.fl]) + inherit_many(P.Object, [H.m8, J.Interceptor, J.db, P.O, P.ev, P.L, H.cv, P.fv, H.du, H.hV, H.kh, H.jR, H.dt, H.eE, H.c_, P.aU, H.jK, H.fA, H.JSSyntaxRegExp, H.ew, H.kz, H.bK, H.l3, H.aW, H.ib, H.iu, P.l8, P.i_, P.f3, P.i4, P.cN, P._Future, P.i0, P.em, P.hO, P.hP, P.im, P.i1, P.i3, P.i7, P.ii, P.io, P.lf, P.eM, P.kV, P.ie, P.z, P.dY, P.fg, P.js, P.lc, P.lb, P.dq, P.Duration, P.fM, P.el, P.kG, P.jm, P.N, P.iq, P.cH, W.j8, W.m5, W.cP, W.cr, W.dN, W.eD, W.is, W.dv, W.kE, W.l_, W.ix, P.l4, P.kw, P.eJ, P.jQ, P.kT, Y.RC4, L.ProfileWinChance, V.ProfileMain, X.ProfileFind, S.fK, HtmlRenderer.fq, HtmlRenderer.jT, HtmlRenderer.ax, Sgls.a_, Sgls.n, T.x, T.Plr, T.dk, T.fo, T.b7, T.IPlr, T.HDamage, T.HRecover, T.aX, T.aq, T.bG, T.bL, T.fl]) inherit_many(J.Interceptor, [J.fw, J.cs, J.bE, J.JsArray, J.JsNumber, J.JsString, H.dJ, H.ab, W.fn, W.bX, W.fe, W.i6, W.bb, W.ja, W.jb, W.o, W.c4, W.jL, W.ig, W.il, W.iy, W.iA]) inherit_many(J.bE, [J.PlainJavaScriptObject, J.UnknownJavaScriptObject, J.JavaScriptFunction]) inherit(J.jG, J.JsArray) @@ -21091,7 +21091,7 @@ function main() { logger.info("官方测号") a8 = h[1] a9 = H.b([], t.t) - d = new X.iW(a9, new Float64Array(1)) + d = new X.ProfileFind(a9, new Float64Array(1)) d.e_(a8) g = d f = HtmlRenderer.outer_main(g) From 09af3357ee02c086607876817d7c9812d85747d2 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Fri, 5 Apr 2024 00:24:22 +0800 Subject: [PATCH 51/54] =?UTF-8?q?=E4=B8=80=E5=A0=86=E5=8F=8D=E6=B7=B7?= =?UTF-8?q?=E6=B7=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- branch/latest/md5.js | 40 +++++++++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index ccdbce9..fe54cd1 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -21027,7 +21027,7 @@ function main() { async_completer = P._makeAsyncAwaitCompleter(t.z), q, switch_to = 2, async_result_1, n = [], - m, l, k, j, raw_names, h, g, f, e, d, c, b, a, a0_getter, a1, a2, a3, a4, a5, a6, a7, a8, a9, b0 + m, l, k, j, raw_names, h, profiler, f, e, d, c, b, a, a0_getter, a1, a2, a3, a4, a5, a6, a7, a8, a9, b0 var $async$iE = P._wrapJsFunctionForAsync(function (error_code, async_result) { if (error_code === 1) { async_result_1 = async_result @@ -21088,17 +21088,21 @@ function main() { // if (J.J(h, 1).length > 10 || J.lW(J.J(J.J(h, 1)[0], 0), O.j("S,AF", 5))) { // LangData.j("S,AF", 5) -> ??? if (h[1].length > 10 || J.lW(h[1][0][0], LangData.j("S,AF", 5))) { - logger.info("官方测号") + logger.info("官方搜号") a8 = h[1] a9 = H.b([], t.t) - d = new X.ProfileFind(a9, new Float64Array(1)) + + profiler = new X.ProfileFind(a9, new Float64Array(1)) d.e_(a8) - g = d - f = HtmlRenderer.outer_main(g) + + f = HtmlRenderer.outer_main(profiler) + f.r = 2000 async_goto = 1 break } else { + logger.info("官方测号-评分") + e = $.nk() // if (J.J(h, 0).length === 2 && J.Y(J.J(J.J(h, 0)[1], 0), $.cl())) { if (h[0].length === 2 && h[0][1][0] === $.cl()) { @@ -21110,16 +21114,20 @@ function main() { a3 = H.b([], t.L) a4 = H.b([], t.V) a5 = H.b([], t.M) - g = new V.ProfileMain(a9, a8, a3, a4, a5, P.cu(t.X, t.B), new Float64Array(1)) - g.dZ(a8, a9) - d = g - d.d = 1000 - c = HtmlRenderer.outer_main(d) + + profiler = new V.ProfileMain(a9, a8, a3, a4, a5, P.cu(t.X, t.B), new Float64Array(1)) + profiler.dZ(a8, a9) + profiler.d = 1000 + + c = HtmlRenderer.outer_main(profiler) + c.r = 2000 async_goto = 1 break } } else if (h.length === 3) { + logger.info("官方测号-胜率") + a8 = h[1] a9 = h[2] a3 = t.L @@ -21127,11 +21135,13 @@ function main() { a3 = H.b([], a3) a5 = H.b([], t.V) a6 = H.b([], t.M) - g = new L.ProfileWinChance(a8, a9, a4, a3, a5, a6, new Float64Array(1)) - g.dY(a8, a9) - b = g - b.c = 1000 - a = HtmlRenderer.outer_main(b) + + profiler = new L.ProfileWinChance(a8, a9, a4, a3, a5, a6, new Float64Array(1)) + profiler.dY(a8, a9) + profiler.c = 1000 + + a = HtmlRenderer.outer_main(profiler) + a.r = 2000 async_goto = 1 break From 7c2345f4488ddbba4a1e0bb3dcc71e1474588f9d Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Fri, 5 Apr 2024 00:27:48 +0800 Subject: [PATCH 52/54] =?UTF-8?q?=E5=B7=AE=E7=82=B9boom=20=E5=95=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- branch/latest/md5.js | 53 +++++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 25 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index fe54cd1..b6ab61e 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -21027,7 +21027,7 @@ function main() { async_completer = P._makeAsyncAwaitCompleter(t.z), q, switch_to = 2, async_result_1, n = [], - m, l, k, j, raw_names, h, profiler, f, e, d, c, b, a, a0_getter, a1, a2, a3, a4, a5, a6, a7, a8, a9, b0 + m, l, k, j, raw_names, h, profiler, f, e, d, c, b, a, a0_getter, a1, a2, a3, a4, a5, a6, a7, team_1, team_2, b0 var $async$iE = P._wrapJsFunctionForAsync(function (error_code, async_result) { if (error_code === 1) { async_result_1 = async_result @@ -21035,13 +21035,13 @@ function main() { } while (true) switch (async_goto) { case 0: - a8 = LangData.oC(true).c - a9 = a8[$.B()] - $.mb = a9 - $.ta = a9 + $.d_() - $.nV = a8[$.C()] - $.nW = a8[$.X()] - $.tb = a8[$.a4()] + team_1 = LangData.oC(true).c + team_2 = team_1[$.B()] + $.mb = team_2 + $.ta = team_2 + $.d_() + $.nV = team_1[$.C()] + $.nW = team_1[$.X()] + $.tb = team_1[$.a4()] if (run_env.from_code) { console.log("initing from node") @@ -21062,20 +21062,23 @@ function main() { // 战斗框输入位置 // 这里请输入一个被混淆过的名字 switch_to = 5 + if (run_env.from_code) { raw_names = name_input console.log("node input:|\n", raw_names, "\n|") } else { + m = window.sessionStorage.getItem(LangData.eQ("k")) l = X.f4(m, 0) k = LangData.oC(false) - a8 = t.i - j = H.b([], a8) - J.rr(j, H.b([1, 3, 0, 9], a8)) + let type_tmp = t.i + j = H.b([], type_tmp) + J.rr(j, H.b([1, 3, 0, 9], type_tmp)) k.bO(j) k.di(l) raw_names = C.e.bt(0, l) } + // 或者直接在这里输入一个原始字符串 h = T.parse_names(raw_names) @@ -21089,11 +21092,11 @@ function main() { // LangData.j("S,AF", 5) -> ??? if (h[1].length > 10 || J.lW(h[1][0][0], LangData.j("S,AF", 5))) { logger.info("官方搜号") - a8 = h[1] - a9 = H.b([], t.t) + team_1 = h[1] + team_2 = H.b([], t.t) - profiler = new X.ProfileFind(a9, new Float64Array(1)) - d.e_(a8) + profiler = new X.ProfileFind(team_2, new Float64Array(1)) + d.e_(team_1) f = HtmlRenderer.outer_main(profiler) @@ -21106,17 +21109,17 @@ function main() { e = $.nk() // if (J.J(h, 0).length === 2 && J.Y(J.J(J.J(h, 0)[1], 0), $.cl())) { if (h[0].length === 2 && h[0][1][0] === $.cl()) { - a8 = h[1] + team_1 = h[1] e = $.cl() } - a8 = h[1] - a9 = e + team_1 = h[1] + team_2 = e a3 = H.b([], t.L) a4 = H.b([], t.V) a5 = H.b([], t.M) - profiler = new V.ProfileMain(a9, a8, a3, a4, a5, P.cu(t.X, t.B), new Float64Array(1)) - profiler.dZ(a8, a9) + profiler = new V.ProfileMain(team_2, team_1, a3, a4, a5, P.cu(t.X, t.B), new Float64Array(1)) + profiler.dZ(team_1, team_2) profiler.d = 1000 c = HtmlRenderer.outer_main(profiler) @@ -21128,16 +21131,16 @@ function main() { } else if (h.length === 3) { logger.info("官方测号-胜率") - a8 = h[1] - a9 = h[2] + team_1 = h[1] + team_2 = h[2] a3 = t.L a4 = H.b([], a3) a3 = H.b([], a3) a5 = H.b([], t.V) a6 = H.b([], t.M) - profiler = new L.ProfileWinChance(a8, a9, a4, a3, a5, a6, new Float64Array(1)) - profiler.dY(a8, a9) + profiler = new L.ProfileWinChance(team_1, team_2, a4, a3, a5, a6, new Float64Array(1)) + profiler.dY(team_1, team_2) profiler.c = 1000 a = HtmlRenderer.outer_main(profiler) @@ -21182,4 +21185,4 @@ function main() { main(); // logger.debug("running main:", main()) // 执行main函数 -logger.debug(LangData.j("S,AF", 5)) \ No newline at end of file +// logger.debug(LangData.j("S,AF", 5)) \ No newline at end of file From 9b643376b76f13df43d27dab1a8c23842b85a568 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Fri, 5 Apr 2024 00:46:44 +0800 Subject: [PATCH 53/54] H.get_trace_from_exec -> H.getTraceFromException --- branch/latest/md5.js | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index b6ab61e..db8585f 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1128,7 +1128,7 @@ var A = { if (typeof s == "string" && s === "too much recursion") return new P.el() return ex }, - get_trace_from_exception(a) { + getTraceFromException(a) { var s if (a instanceof H.dt) return a.b if (a == null) return new H.eE(a) @@ -3470,7 +3470,8 @@ var A = { return P.mh(H.b([r, q, p, o < 26 ? o + 65 : o + 71], t.i), 0, null) }, j(a, b) { - let result = C.e.bt(0, X.f4(a, b)) + // let result = C.e.bt(0, X.f4(a, b)) + let result = C.T_kk.ab(X.f4(a, b)) logger.debug("O.j", a, b, result) return result }, @@ -3571,7 +3572,7 @@ var A = { b.bM(0, a) }, async_rethrow(a, b) { - b.cj(H.unwrap_Exception(a), H.get_trace_from_exception(a)) + b.cj(H.unwrap_Exception(a), H.getTraceFromException(a)) }, _awaitOnObject(a, b) { var s, r, q = new P.lh(b), @@ -9886,7 +9887,7 @@ P._Future.prototype = { a.cz(new P.kK(p), new P.kL(p), t.P) } catch (q) { s = H.unwrap_Exception(q) - r = H.get_trace_from_exception(q) + r = H.getTraceFromException(q) P.oN(new P.kM(p, s, r)) } }, @@ -9958,7 +9959,7 @@ P.kK.prototype = { p.c2(p.$ti.c.a(a)) } catch (q) { s = H.unwrap_Exception(q) - r = H.get_trace_from_exception(q) + r = H.getTraceFromException(q) p.be(s, r) } }, @@ -10003,7 +10004,7 @@ P.kR.prototype = { l = q.b.b.fA(q.d) } catch (p) { s = H.unwrap_Exception(p) - r = H.get_trace_from_exception(p) + r = H.getTraceFromException(p) if (m.c) { q = m.b.a.c.a o = s @@ -10048,7 +10049,7 @@ P.kQ.prototype = { q.c = p.b.b.cv(p.d, this.b) } catch (o) { s = H.unwrap_Exception(o) - r = H.get_trace_from_exception(o) + r = H.getTraceFromException(o) q = this.a q.c = P.async_error(s, r) q.b = true @@ -10068,7 +10069,7 @@ P.kP.prototype = { } } catch (o) { r = H.unwrap_Exception(o) - q = H.get_trace_from_exception(o) + q = H.getTraceFromException(o) p = k.a.a.c n = p.a m = r @@ -10321,7 +10322,7 @@ P.kX.prototype = { P.os(null, null, this, a) } catch (q) { s = H.unwrap_Exception(q) - r = H.get_trace_from_exception(q) + r = H.getTraceFromException(q) P.iC(s, r) } }, @@ -10335,7 +10336,7 @@ P.kX.prototype = { P.ot(null, null, this, a, b) } catch (q) { s = H.unwrap_Exception(q) - r = H.get_trace_from_exception(q) + r = H.getTraceFromException(q) P.iC(s, r) } }, @@ -10992,7 +10993,7 @@ P.Duration_toString_twoDigits.prototype = { } P.O.prototype = { gbz() { - return H.get_trace_from_exception(this.$thrownJsError) + return H.getTraceFromException(this.$thrownJsError) } } P.f2.prototype = { @@ -16584,7 +16585,7 @@ T.fo.prototype = { } } catch (e) { m = H.unwrap_Exception(e) - l = H.get_trace_from_exception(e) + l = H.getTraceFromException(e) } if (n.a.length !== 0) { result_ = n @@ -21165,7 +21166,7 @@ function main() { switch_to = 4 b0 = async_result_1 a1 = H.unwrap_Exception(b0) - H.get_trace_from_exception(b0) + H.getTraceFromException(b0) async_goto = 7 break case 4: From ed9eed31cdcd084f6e5f4ae382c3b85cbad9d645 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Fri, 5 Apr 2024 12:23:23 +0800 Subject: [PATCH 54/54] =?UTF-8?q?=E6=95=B4=E7=90=86=E4=B8=80=E4=B8=8B?= =?UTF-8?q?=E4=BB=A3=E7=A0=81(fmt)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- branch/latest/md5.js | 60 +++++++++++++++++++++++++++----------------- 1 file changed, 37 insertions(+), 23 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index db5bb6a..0a551be 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -16931,14 +16931,14 @@ T.Plr.prototype = { q = this_.d // + 号以后的东西 if (q != null && q !== "") { // DIY part - if(q.startsWith("diy")){ + if (q.startsWith("diy")) { this_.diy = q.slice(3) - }else{ + } else { this_.f = H.as_string(r) + "+" + H.as_string(q) // 武器列表 r = $.rj() - console.log("$.rj()",$.rj()) + console.log("$.rj()", $.rj()) if (r.J(0, q)) { p = r.h(0, q).$2(q, this_) } else if (J.nz(q, $.cl())) { @@ -17047,30 +17047,30 @@ T.Plr.prototype = { this_.bf() weapon = this_.weapon if (weapon != null) weapon.bn() - + this_.aU() // initRawAttr this_.bP() // initLists this_.dm(C.Array.cL(this_.t, $.au()), C.Array.cL(this_.E, $.au())) // initSkills - // DIY自定义属性 - diy=this_.diy - if (diy != null){ - try{ + // DIY自定义属性 + diy = this_.diy + if (diy != null) { + try { var tmparr = diy.split("]"); - var attrs = JSON.parse(tmparr[0]+"]"); - if(tmparr[1].startsWith("{")) var skills = JSON.parse(tmparr[1]); - if(attrs.length!=8) throw new Error('八围要有八个元素') - }catch(error){ + var attrs = JSON.parse(tmparr[0] + "]"); + if (tmparr[1].startsWith("{")) var skills = JSON.parse(tmparr[1]); + if (attrs.length != 8) throw new Error('八围要有八个元素') + } catch (error) { console.error(error) alert("DIY捏人格式错误,请检查"); } - if(attrs){ + if (attrs) { for (var i = 0; i < 7; i++) { - attrs[i] -= 36; // 为当前项减去36 - } - this.q=attrs + attrs[i] -= 36; // 为当前项减去36 + } + this.q = attrs } - } + } weapon = this_.weapon if (weapon != null) weapon.cs() @@ -18660,9 +18660,10 @@ T.Weapon.prototype = { e = $.a4() s = this_.d q = s && C.Array - if (r === e){p = q.al(s, $.bg(), $.aI()) - - }else { + if (r === e) { + p = q.al(s, $.bg(), $.aI()) + + } else { e = q.al(s, $.bg(), $.aI()) s = H._arrayInstanceType(e).i("y<1,l*>") p = P.List_List_of(new H.y(e, new T.kp(), s), true, s.i("M.E")) @@ -19004,7 +19005,20 @@ LangData.k_.prototype = { inherit = hunkHelpers.inherit, inherit_many = hunkHelpers.inheritMany inherit(P.Object, null) - inherit_many(P.Object, [H.m8, J.Interceptor, J.db, P.O, P.ev, P.L, H.cv, P.fv, H.du, H.hV, H.kh, H.jR, H.dt, H.eE, H.c_, P.aU, H.jK, H.fA, H.JSSyntaxRegExp, H.ew, H.kz, H.bK, H.l3, H.aW, H.ib, H.iu, P.l8, P.i_, P.f3, P.i4, P.cN, P._Future, P.i0, P.em, P.hO, P.hP, P.im, P.i1, P.i3, P.i7, P.ii, P.io, P.lf, P.eM, P.kV, P.ie, P.z, P.dY, P.fg, P.js, P.lc, P.lb, P.dq, P.Duration, P.fM, P.el, P.kG, P.jm, P.N, P.iq, P.cH, W.j8, W.m5, W.cP, W.cr, W.dN, W.eD, W.is, W.dv, W.kE, W.l_, W.ix, P.l4, P.kw, P.eJ, P.jQ, P.kT, Y.RC4, L.ProfileWinChance, V.ProfileMain, X.ProfileFind, S.fK, HtmlRenderer.fq, HtmlRenderer.jT, HtmlRenderer.ax, Sgls.a_, Sgls.n, T.x, T.Plr, T.dk, T.fo, T.b7, T.IPlr, T.HDamage, T.HRecover, T.aX, T.aq, T.bG, T.Weapon, T.fl]) + inherit_many(P.Object, + [H.m8, J.Interceptor, J.db, P.O, P.ev, P.L, H.cv, P.fv, H.du, H.hV, H.kh, H.jR, H.dt, H.eE, H.c_, P.aU, H.jK, H.fA, + H.JSSyntaxRegExp, H.ew, H.kz, H.bK, H.l3, H.aW, H.ib, H.iu, + P.l8, P.i_, P.f3, P.i4, P.cN, + P._Future, P.i0, P.em, P.hO, P.hP, P.im, P.i1, P.i3, P.i7, P.ii, P.io, P.lf, P.eM, P.kV, P.ie, P.z, P.dY, P.fg, P.js, P.lc, P.lb, P.dq, + P.Duration, P.fM, P.el, P.kG, P.jm, P.N, P.iq, P.cH, + W.j8, W.m5, W.cP, W.cr, W.dN, W.eD, W.is, W.dv, W.kE, W.l_, W.ix, + P.l4, P.kw, P.eJ, P.jQ, P.kT, Y.RC4, L.ProfileWinChance, V.ProfileMain, X.ProfileFind, + S.fK, + HtmlRenderer.fq, HtmlRenderer.jT, HtmlRenderer.ax, + Sgls.a_, Sgls.n, + T.x, T.Plr, T.dk, T.fo, T.b7, T.IPlr, T.HDamage, T.HRecover, T.aX, T.aq, T.bG, T.Weapon, T.fl + ] + ) inherit_many(J.Interceptor, [J.fw, J.cs, J.bE, J.JsArray, J.JsNumber, J.JsString, H.dJ, H.ab, W.fn, W.bX, W.fe, W.i6, W.bb, W.ja, W.jb, W.o, W.c4, W.jL, W.ig, W.il, W.iy, W.iA]) inherit_many(J.bE, [J.PlainJavaScriptObject, J.UnknownJavaScriptObject, J.JavaScriptFunction]) inherit(J.jG, J.JsArray) @@ -21099,7 +21113,7 @@ function main() { raw_names = name_input console.log("node input:|\n", raw_names, "\n|") } else { - + m = window.sessionStorage.getItem(LangData.eQ("k")) l = X.f4(m, 0) k = LangData.oC(false) @@ -21137,7 +21151,7 @@ function main() { break } else { logger.info("官方测号-评分") - + e = $.nk() // if (J.J(h, 0).length === 2 && J.Y(J.J(J.J(h, 0)[1], 0), $.cl())) { if (h[0].length === 2 && h[0][1][0] === $.cl()) {