Compare commits

..

No commits in common. "578358a87b1a3978bac766a0b44d506635ea368d" and "df77731c908c957aaa048fa0dfd68327bcca736e" have entirely different histories.

View File

@ -367,7 +367,7 @@ var A = {
vo(a) { vo(a) {
var s = $.nx() var s = $.nx()
s.toString s.toString
new P.cM(s, H._instanceType(s).i("cM<1>")).f4(a) new P.cM(s, H.be(s).i("cM<1>")).f4(a)
return return
} }
}, },
@ -431,8 +431,8 @@ var A = {
q.bd(LangData.fZ(a), 2) q.bd(LangData.fZ(a), 2)
s = q.c s = q.c
s.toString s.toString
r = H._arrayInstanceType(s).i("y<1,l*>") r = H.a1(s).i("y<1,l*>")
return Sgls.ts(P.List_List_of(new H.y(s, new Sgls.k5(), r), true, r.i("M.E"))) return Sgls.ts(P.aa(new H.y(s, new Sgls.k5(), r), true, r.i("M.E")))
}, },
ts(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), var s, r, q, p, o, n, m, l, k, j, i, h, g, f = C.d.V(a[0], $.me.length),
@ -864,7 +864,7 @@ var A = {
}, },
tc(a) { tc(a) {
var s, r, q, p var s, r, q, p
if (a instanceof P.Object) return H.aH(H.instanceType(a), null) if (a instanceof P.Object) return H.aH(H.b_(a), null)
if (J.cV(a) === C.J || t.bI.b(a)) { if (J.cV(a) === C.J || t.bI.b(a)) {
s = C.p(a) s = C.p(a)
r = s !== "Object" && s !== "" r = s !== "Object" && s !== ""
@ -877,7 +877,7 @@ var A = {
if (r) return p if (r) return p
} }
} }
return H.aH(H.instanceType(a), null) return H.aH(H.b_(a), null)
}, },
nY(a) { nY(a) {
var s, r, q, p, o = a.length var s, r, q, p, o = a.length
@ -1388,7 +1388,7 @@ var A = {
return H.rL(a) return H.rL(a)
}, },
rF(a, b) { rF(a, b) {
return H._Universe_evalInEnvironment(init.typeUniverse, H.instanceType(a.a), b) return H._Universe_evalInEnvironment(init.typeUniverse, H.b_(a.a), b)
}, },
nF(a) { nF(a) {
return a.a return a.a
@ -1680,7 +1680,7 @@ var A = {
if (s < 0) return a if (s < 0) return a
return H.mG(a, s, s + b.length, c) return H.mG(a, s, s + b.length, c)
} }
if (b instanceof H.JSSyntaxRegExp) return d === 0 ? a.replace(b.b, H.oz(c)) : H.vk(a, b, c, d) if (b instanceof H.ct) return d === 0 ? a.replace(b.b, H.oz(c)) : H.vk(a, b, c, d)
if (b == null) H.throw_expression(H.R(b)) if (b == null) H.throw_expression(H.R(b))
r = J.rt(b, a, d) r = J.rt(b, a, d)
q = r.ga0(r) q = r.ga0(r)
@ -1775,7 +1775,7 @@ var A = {
lx: function lx(a) { lx: function lx(a) {
this.a = a this.a = a
}, },
JSSyntaxRegExp: function ct(a, b) { ct: function ct(a, b) {
var _ = this var _ = this
_.a = a _.a = a
_.b = b _.b = b
@ -1986,35 +1986,35 @@ var A = {
if (a instanceof H.c_) { if (a instanceof H.c_) {
s = H.oy(a) s = H.oy(a)
if (s != null) return s if (s != null) return s
} return H.instanceType(a) } return H.b_(a)
}, },
instanceType(a) { b_(a) {
var s var s
if (a instanceof P.Object) { if (a instanceof P.Object) {
s = a.$ti s = a.$ti
return s != null ? s : H._instanceTypeFromConstructor(a) return s != null ? s : H.mr(a)
} }
if (Array.isArray(a)) return H._arrayInstanceType(a) if (Array.isArray(a)) return H.a1(a)
return H._instanceTypeFromConstructor(J.cV(a)) return H.mr(J.cV(a))
}, },
_arrayInstanceType(a) { a1(a) {
var s = a[init.arrayRti], var s = a[init.arrayRti],
r = t.gn r = t.gn
if (s == null) return r if (s == null) return r
if (s.constructor !== r.constructor) return r if (s.constructor !== r.constructor) return r
return s return s
}, },
_instanceType(a) { be(a) {
var s = a.$ti var s = a.$ti
return s != null ? s : H._instanceTypeFromConstructor(a) return s != null ? s : H.mr(a)
}, },
_instanceTypeFromConstructor(a) { mr(a) {
var s = a.constructor, var s = a.constructor,
r = s.$ccache r = s.$ccache
if (r != null) return r if (r != null) return r
return H._instanceTypeFromConstructorMiss(a, s) return H.um(a, s)
}, },
_instanceTypeFromConstructorMiss(a, b) { um(a, b) {
var s = a instanceof H.c_ ? a.__proto__.__proto__.constructor : b, var s = a instanceof H.c_ ? a.__proto__.__proto__.constructor : b,
r = H.u9(init.typeUniverse, s.name) r = H.u9(init.typeUniverse, s.name)
b.$ccache = r b.$ccache = r
@ -2156,7 +2156,7 @@ var A = {
}, },
ob(a, b, c) { ob(a, b, c) {
var s = P.jh(a), var s = P.jh(a),
r = H.aH(b == null ? H.instanceType(a) : b, null) r = H.aH(b == null ? H.b_(a) : b, null)
return s + ": type '" + H.as_string(r) + "' is not a subtype of type '" + H.as_string(c) + "'" return s + ": type '" + H.as_string(r) + "' is not a subtype of type '" + H.as_string(c) + "'"
}, },
u_(a) { u_(a) {
@ -4313,7 +4313,7 @@ var A = {
if (s != null) return s if (s != null) return s
throw H.wrap_expression(P.FormatException(a, null, null)) throw H.wrap_expression(P.FormatException(a, null, null))
}, },
Error__objectToString(a) { rQ(a) {
if (a instanceof H.c_) return a.k(0) if (a instanceof H.c_) return a.k(0)
return "Instance of '" + H.as_string(H.jZ(a)) + "'" return "Instance of '" + H.as_string(H.jZ(a)) + "'"
}, },
@ -4323,13 +4323,13 @@ var A = {
for (s = 0; s < r.length; ++s) r[s] = b for (s = 0; s < r.length; ++s) r[s] = b
return r return r
}, },
List_List_of(a, b, c) { aa(a, b, c) {
var s = P.List_List__of(a, c) var s = P.t4(a, c)
return s return s
}, },
List_List__of(a, b) { t4(a, b) {
var s, r var s, r
if (Array.isArray(a)) return H.b(a.slice(0), b.i("E<0>")) // JSArray<0> if (Array.isArray(a)) return H.b(a.slice(0), b.i("E<0>"))
s = H.b([], b.i("E<0>")) s = H.b([], b.i("E<0>"))
for (r = J.by(a); r.u();) s.push(r.gC()) for (r = J.by(a); r.u();) s.push(r.gC())
return s return s
@ -4363,8 +4363,8 @@ var A = {
} }
return H.nZ(p) return H.nZ(p)
}, },
RegExp_RegExp(a) { h_(a) {
return new H.JSSyntaxRegExp(a, H.JSSyntaxRegExp_makeNative(a, false, true, false, false, false)) return new H.ct(a, H.JSSyntaxRegExp_makeNative(a, false, true, false, false, false))
}, },
o7(a, b, c) { o7(a, b, c) {
var s = J.by(b) var s = J.by(b)
@ -4403,7 +4403,7 @@ var A = {
jh(a) { jh(a) {
if (typeof a == "number" || H.lm(a) || a == null) return J.b4(a) if (typeof a == "number" || H.lm(a) || a == null) return J.b4(a)
if (typeof a == "string") return JSON.stringify(a) if (typeof a == "string") return JSON.stringify(a)
return P.Error__objectToString(a) return P.rQ(a)
}, },
iP(a) { iP(a) {
return new P.f2(a) return new P.f2(a)
@ -4709,7 +4709,7 @@ var A = {
g.cm = a4 g.cm = a4
g.e = T.fD(a4 instanceof T.dR ? g.a6 = a4.a6 : g.a6 = a4) g.e = T.fD(a4 instanceof T.dR ? g.a6 = a4.a6 : g.a6 = a4)
f = a4.t f = a4.t
f = H.b(f.slice(0), H._arrayInstanceType(f)) f = H.b(f.slice(0), H.a1(f))
g.t = f g.t = f
return g return g
}, },
@ -4742,7 +4742,7 @@ var A = {
if (c > 0) { if (c > 0) {
s = b.r2 s = b.r2
r = s.gad(s) r = s.gad(s)
q = P.List_List_of(r, true, H._instanceType(r).i("L.E")) q = P.aa(r, true, H.be(r).i("L.E"))
C.Array.aJ(q) C.Array.aJ(q)
for (r = q.length, p = 0; p < q.length; q.length === r || (0, H.F)(q), ++p) { for (r = q.length, p = 0; p < q.length; q.length === r || (0, H.F)(q), ++p) {
o = s.h(0, q[p]) o = s.h(0, q[p])
@ -8076,7 +8076,6 @@ var A = {
HtmlRenderer.aA(a, b.dx, c + 24, d + 5, 90, false) HtmlRenderer.aA(a, b.dx, c + 24, d + 5, 90, false)
}, },
rV(a, b) { rV(a, b) {
logger.debug("reaching html.rV")
var s, r, q, p, o, n, m, l, k, j, i, h = "#000000", var s, r, q, p, o, n, m, l, k, j, i, h = "#000000",
g = "#EEEEEE", g = "#EEEEEE",
f = W.j4(), f = W.j4(),
@ -8449,7 +8448,7 @@ J.JsArray.prototype = {
for (s = 0; s < r; ++s) a.push(b[s]) for (s = 0; s < r; ++s) a.push(b[s])
}, },
f5(a, b, c) { f5(a, b, c) {
return new H.y(a, b, H._arrayInstanceType(a).i("@<1>").aL(c).i("y<1,2>")) return new H.y(a, b, H.a1(a).i("@<1>").aL(c).i("y<1,2>"))
}, },
aV(a, b) { aV(a, b) {
var s, r = P.aL(a.length, "", false, t.N) var s, r = P.aL(a.length, "", false, t.N)
@ -8486,8 +8485,8 @@ J.JsArray.prototype = {
if (b > s) throw H.wrap_expression(P.a8(b, 0, s, "start", null)) if (b > s) throw H.wrap_expression(P.a8(b, 0, s, "start", null))
if (c == null) c = s if (c == null) c = s
else if (c < b || c > s) throw H.wrap_expression(P.a8(c, b, s, "end", null)) 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)) if (b === c) return H.b([], H.a1(a))
return H.b(a.slice(b, c), H._arrayInstanceType(a)) return H.b(a.slice(b, c), H.a1(a))
}, },
cL(a, b) { cL(a, b) {
return this.al(a, b, null) return this.al(a, b, null)
@ -8749,7 +8748,7 @@ J.JsString.prototype = {
cK(a, b) { cK(a, b) {
if (b == null) H.throw_expression(H.R(b)) if (b == null) H.throw_expression(H.R(b))
if (typeof b == "string") return H.b(a.split(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 if (b instanceof H.ct && b.gep().exec("").length - 2 === 0) return H.b(a.split(b.b), t.s)
else return this.ek(a, b) else return this.ek(a, b)
}, },
ek(a, b) { ek(a, b) {
@ -8915,7 +8914,7 @@ H.M.prototype = {
return this.dP(0, b) return this.dP(0, b)
}, },
fM(a, b) { fM(a, b) {
return P.List_List_of(this, true, H._instanceType(this).i("M.E")) return P.aa(this, true, H.be(this).i("M.E"))
}, },
fL(a) { fL(a) {
return this.fM(a, true) return this.fM(a, true)
@ -9130,11 +9129,11 @@ H.aT.prototype = {
return this.a === 0 return this.a === 0
}, },
gad(a) { gad(a) {
return new H.dC(this, H._instanceType(this).i("dC<1>")) return new H.dC(this, H.be(this).i("dC<1>"))
}, },
gfP(a) { gfP(a) {
var s = this, var s = this,
r = H._instanceType(s) r = H.be(s)
return H.t5(s.gad(s), new H.jH(s), r.c, r.Q[1]) return H.t5(s.gad(s), new H.jH(s), r.c, r.Q[1])
}, },
J(a, b) { J(a, b) {
@ -9328,7 +9327,7 @@ H.jH.prototype = {
return this.a.h(0, a) return this.a.h(0, a)
}, },
$S() { $S() {
return H._instanceType(this.a).i("2(1)") return H.be(this.a).i("2(1)")
} }
} }
H.jK.prototype = {} H.jK.prototype = {}
@ -9380,7 +9379,7 @@ H.lx.prototype = {
}, },
$S: 58 $S: 58
} }
H.JSSyntaxRegExp.prototype = { H.ct.prototype = {
k(a) { k(a) {
return "RegExp/" + this.a + "/" + this.b.flags return "RegExp/" + this.a + "/" + this.b.flags
}, },
@ -10081,7 +10080,7 @@ P.ke.prototype = {
++this.a.a ++this.a.a
}, },
$S() { $S() {
return H._instanceType(this.b).i("~(1)") return H.be(this.b).i("~(1)")
} }
} }
P.kf.prototype = { P.kf.prototype = {
@ -11160,7 +11159,7 @@ P.jm.prototype = {
} }
P.L.prototype = { P.L.prototype = {
bV(a, b) { bV(a, b) {
return new H.cf(this, b, H._instanceType(this).i("cf<L.E>")) return new H.cf(this, b, H.be(this).i("cf<L.E>"))
}, },
gp(a) { gp(a) {
var s, r = this.ga0(this) var s, r = this.ga0(this)
@ -11213,7 +11212,7 @@ P.Object.prototype = {
}, },
gcw(a) { gcw(a) {
var s = this instanceof H.c_ ? H.oy(this) : null var s = this instanceof H.c_ ? H.oy(this) : null
return H.mz(s == null ? H.instanceType(this) : s) return H.mz(s == null ? H.b_(this) : s)
}, },
toString() { toString() {
return this.k(this) return this.k(this)
@ -11976,7 +11975,7 @@ W.ix.prototype = {
if (typeof console != "undefined") window.console.warn(s) if (typeof console != "undefined") window.console.warn(s)
return return
} s = f.gad(f) } s = f.gad(f)
r = H.b(s.slice(0), H._arrayInstanceType(s)) r = H.b(s.slice(0), H.a1(s))
for (q = f.gad(f).length - 1, s = f.a; q >= 0; --q) { for (q = f.gad(f).length - 1, s = f.a; q >= 0; --q) {
p = r[q] p = r[q]
o = m.a o = m.a
@ -12491,11 +12490,11 @@ L.iR.prototype = {
s = 6 s = 6
break break
case 8: case 8:
o = new H.y(o, new L.iS(), H._arrayInstanceType(o).i("y<1,@>")).aV(0, "\r") + "\n" + new H.y(n, new L.iT(), H._arrayInstanceType(n).i("y<1,@>")).aV(0, "\r") + "\n" o = new H.y(o, new L.iS(), H.a1(o).i("y<1,@>")).aV(0, "\r") + "\n" + new H.y(n, new L.iT(), H.a1(n).i("y<1,@>")).aV(0, "\r") + "\n"
o = C.e.gaB().ab(o) o = C.e.gaB().ab(o)
n = H.instanceType(o).i("a9<z.E>") n = H.b_(o).i("a9<z.E>")
l = n.i("y<M.E,l*>") l = n.i("y<M.E,l*>")
l = P.List_List_of(new H.y(new H.a9(o, n), new L.iU(q), l), true, l.i("M.E")) l = P.aa(new H.y(new H.a9(o, n), new L.iU(q), l), true, l.i("M.E"))
C.Array.a5(l, H.fJ(p.buffer, 0, null)) C.Array.a5(l, H.fJ(p.buffer, 0, null))
A.eR(X.dc(l)) A.eR(X.dc(l))
return P.async_return(null, r) return P.async_return(null, r)
@ -12710,11 +12709,11 @@ V.iV.prototype = {
async_goto = 2 async_goto = 2
break break
case 4: case 4:
o = new H.y(o, new V.j0(), H._arrayInstanceType(o).i("y<1,@>")).aV(0, "\r") + "\n" o = new H.y(o, new V.j0(), H.a1(o).i("y<1,@>")).aV(0, "\r") + "\n"
o = C.e.gaB().ab(o) o = C.e.gaB().ab(o)
n = H.instanceType(o).i("a9<z.E>") n = H.b_(o).i("a9<z.E>")
l = n.i("y<M.E,l*>") l = n.i("y<M.E,l*>")
l = P.List_List_of(new H.y(new H.a9(o, n), new V.j1(q), l), true, l.i("M.E")) l = P.aa(new H.y(new H.a9(o, n), new V.j1(q), l), true, l.i("M.E"))
C.Array.a5(l, H.fJ(p.buffer, 0, null)) C.Array.a5(l, H.fJ(p.buffer, 0, null))
A.eR(X.dc(l)) A.eR(X.dc(l))
return P.async_return(null, async_completer) return P.async_return(null, async_completer)
@ -12884,9 +12883,9 @@ X.iW.prototype = {
e = this_.r e = this_.r
e[0] = Date.now() + 1 e[0] = Date.now() + 1
o = C.e.gaB().ab(h) o = C.e.gaB().ab(h)
n = H.instanceType(o).i("a9<z.E>") n = H.b_(o).i("a9<z.E>")
m = n.i("y<M.E,l*>") m = n.i("y<M.E,l*>")
m = P.List_List_of(new H.y(new H.a9(o, n), new X.iY(this_), m), true, m.i("M.E")) m = P.aa(new H.y(new H.a9(o, n), new X.iY(this_), m), true, m.i("M.E"))
e = e.buffer e = e.buffer
e = new Uint8Array(e, 0) e = new Uint8Array(e, 0)
C.Array.a5(m, e) C.Array.a5(m, e)
@ -12936,9 +12935,9 @@ X.iW.prototype = {
p = q.r p = q.r
p[0] = Date.now() + 1 p[0] = Date.now() + 1
o = C.e.gaB().ab("\t\t\t\t\n") o = C.e.gaB().ab("\t\t\t\t\n")
n = H.instanceType(o).i("a9<z.E>") n = H.b_(o).i("a9<z.E>")
m = n.i("y<M.E,l*>") m = n.i("y<M.E,l*>")
m = P.List_List_of(new H.y(new H.a9(o, n), new X.iZ(q), m), true, m.i("M.E")) m = P.aa(new H.y(new H.a9(o, n), new X.iZ(q), m), true, m.i("M.E"))
C.Array.a5(m, H.fJ(p.buffer, 0, null)) C.Array.a5(m, H.fJ(p.buffer, 0, null))
A.eR(X.dc(m)) A.eR(X.dc(m))
return P.async_return(null, r) return P.async_return(null, r)
@ -13055,10 +13054,10 @@ HtmlRenderer.fq.prototype = {
if (a0.length < 6) return if (a0.length < 6) return
s = X.f4(a0, 0) s = X.f4(a0, 0)
r = C.Array.al(s, 0, s.length - 8) r = C.Array.al(s, 0, s.length - 8)
q = H._arrayInstanceType(r).i("a9<1>") q = H.a1(r).i("a9<1>")
p = q.i("y<M.E,l*>") p = q.i("y<M.E,l*>")
o = t.bQ 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.aa(new H.y(H.b(C.e.bt(0, P.aa(new H.y(new H.a9(r, q),
new HtmlRenderer.jx(this_), p), true, p.i("M.E"))).split("\n"), t.s), new HtmlRenderer.jx(this_), p), true, p.i("M.E"))).split("\n"), t.s),
new HtmlRenderer.jy(), o), true, o.i("M.E")) new HtmlRenderer.jy(), o), true, o.i("M.E"))
r = n.length r = n.length
@ -13365,7 +13364,7 @@ HtmlRenderer.jx.prototype = {
HtmlRenderer.jy.prototype = { HtmlRenderer.jy.prototype = {
$1(a) { $1(a) {
var s = t.dG 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.aa(new H.y(H.b(a.split("\r"), t.s), new HtmlRenderer.jw(), s), true, s.i("M.E"))
}, },
$S: 35 $S: 35
} }
@ -14238,7 +14237,7 @@ T.dR.prototype = {
}, },
aU() { aU() {
var s = this.cm.q var s = this.cm.q
s = H.b(s.slice(0), H._arrayInstanceType(s)) s = H.b(s.slice(0), H.a1(s))
this.q = s this.q = s
this.ci() this.ci()
}, },
@ -16403,10 +16402,10 @@ T.fo.prototype = {
break break
} }
o = l.gad(l) o = l.gad(l)
a7 = P.List_List_of(o, true, H._instanceType(o).i("L.E")) a7 = P.aa(o, true, H.be(o).i("L.E"))
C.Array.aJ(a7) C.Array.aJ(a7)
if (b3.length !== 0) { if (b3.length !== 0) {
a8 = H.b(a7.slice(0), H._arrayInstanceType(a7)) a8 = H.b(a7.slice(0), H.a1(a7))
C.Array.a5(a8, b3) C.Array.a5(a8, b3)
C.Array.aJ(a8) C.Array.aJ(a8)
} else { } else {
@ -16439,7 +16438,7 @@ T.fo.prototype = {
for (o = i.length, h = 0; h < i.length; i.length === o || (0, H.F)(i), ++h) { for (o = i.length, h = 0; h < i.length; i.length === o || (0, H.F)(i), ++h) {
e = i[h] e = i[h]
n = e.c n = e.c
m = H._arrayInstanceType(n) m = H.a1(n)
k = H.b(n.slice(0), m) k = H.b(n.slice(0), m)
e.d = k e.d = k
n = H.b(n.slice(0), m) n = H.b(n.slice(0), m)
@ -16448,11 +16447,11 @@ T.fo.prototype = {
if (m - 0 <= 32) H.ej(n, 0, m, T.mD()) if (m - 0 <= 32) H.ej(n, 0, m, T.mD())
else H.ei(n, 0, m, T.mD()) else H.ei(n, 0, m, T.mD())
e.e = n e.e = n
n = H.b(n.slice(0), H._arrayInstanceType(n)) n = H.b(n.slice(0), H.a1(n))
e.f = n e.f = n
} }
o = l.gfP(l) o = l.gfP(l)
o = P.List_List_of(o, true, H._instanceType(o).i("L.E")) o = P.aa(o, true, H.be(o).i("L.E"))
C.Array.bb(o, T.mD()) C.Array.bb(o, T.mD())
this_.c = o this_.c = o
if (C.JsInt.am(l.gp(l) + $.X(), $.C()) === 0) if (C.JsInt.am(l.gp(l) + $.X(), $.C()) === 0)
@ -16460,7 +16459,7 @@ T.fo.prototype = {
a2 = o[h] a2 = o[h]
a2.I = a2.gbT() a2.I = a2.gbT()
} }
o = H.b(i.slice(0), H._arrayInstanceType(i)) o = H.b(i.slice(0), H.a1(i))
C.Array.bb(o, T.v4()) C.Array.bb(o, T.v4())
this_.d = o 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) { for (n = o.length, m = t.i, l = this_.e, h = 0; h < o.length; o.length === n || (0, H.F)(o), ++h) {
@ -16601,7 +16600,7 @@ T.fo.prototype = {
n = q.dx n = q.dx
n[0] = p + o n[0] = p + o
o = q.a o = q.a
m = new H.y(o, new T.jk(), H._arrayInstanceType(o).i("y<1,m*>")).aV(0, "\n") m = new H.y(o, new T.jk(), H.a1(o).i("y<1,m*>")).aV(0, "\n")
p = q.z p = q.z
o = p.length o = p.length
if (o !== 0) if (o !== 0)
@ -16610,11 +16609,9 @@ T.fo.prototype = {
m += "\n" + H.as_string(k.e) + "\t" + H.as_string(k.a) m += "\n" + H.as_string(k.e) + "\t" + H.as_string(k.a)
} }
p = C.e.gaB().ab(m) p = C.e.gaB().ab(m)
logger.debug("initing in T.fi.dM") o = H.b_(p).i("a9<z.E>")
o = H.instanceType(p).i("a9<z.E>")
logger.debug("initing in T.fi.dM")
j = o.i("y<M.E,l*>") j = o.i("y<M.E,l*>")
j = P.List_List_of(new H.y(new H.a9(p, o), new T.jl(q), j), true, j.i("M.E")) j = P.aa(new H.y(new H.a9(p, o), new T.jl(q), j), true, j.i("M.E"))
C.Array.a5(j, H.fJ(n.buffer, 0, null)) C.Array.a5(j, H.fJ(n.buffer, 0, null))
A.eR(X.dc(j)) A.eR(X.dc(j))
return P.async_return(null, r) return P.async_return(null, r)
@ -16636,9 +16633,9 @@ T.fo.prototype = {
case 0: case 0:
n = H.as_string(a.gap().e) + "\r" + H.as_string(a.I.$0()) n = H.as_string(a.gap().e) + "\r" + H.as_string(a.I.$0())
n = C.e.gaB().ab(n) n = C.e.gaB().ab(n)
p = H.instanceType(n).i("a9<z.E>") p = H.b_(n).i("a9<z.E>")
o = p.i("y<M.E,l*>") o = p.i("y<M.E,l*>")
o = P.List_List_of(new H.y(new H.a9(n, p), new T.ji(q), o), true, o.i("M.E")) o = P.aa(new H.y(new H.a9(n, p), new T.ji(q), o), true, o.i("M.E"))
C.Array.a5(o, H.fJ(q.dx.buffer, 0, null)) C.Array.a5(o, H.fJ(q.dx.buffer, 0, null))
A.eR(X.dc(o)) A.eR(X.dc(o))
return P.async_return(null, r) return P.async_return(null, r)
@ -16653,7 +16650,7 @@ T.fo.prototype = {
T.jk.prototype = { T.jk.prototype = {
$1(a) { $1(a) {
var s = a.d var s = a.d
return new H.y(s, new T.jj(), H._arrayInstanceType(s).i("y<1,@>")).aV(0, "\r") return new H.y(s, new T.jj(), H.a1(s).i("y<1,@>")).aV(0, "\r")
}, },
$S: 49 $S: 49
} }
@ -16936,7 +16933,7 @@ T.Plr.prototype = {
} else r.push(j) } else r.push(j)
} }
s = this_.t s = this_.t
s = H.b(s.slice(0), H._arrayInstanceType(s)) s = H.b(s.slice(0), H.a1(s))
this_.E = s this_.E = s
this_.ac() this_.ac()
this_.k2 = this_.X.dH(this_.k1, t.c5) this_.k2 = this_.X.dH(this_.k1, t.c5)
@ -17255,7 +17252,7 @@ T.Plr.prototype = {
return return
} }
n.Z = false n.Z = false
for (s = n.r2, r = s.gad(s), r = P.List_List_of(r, true, H._instanceType(r).i("L.E")), C.Array.aJ(r), q = r.length, p = 0; p < r.length; r.length === q || (0, H.F)(r), ++p) { for (s = n.r2, r = s.gad(s), r = P.aa(r, true, H.be(r).i("L.E")), C.Array.aJ(r), q = r.length, p = 0; p < r.length; r.length === q || (0, H.F)(r), ++p) {
o = r[p] o = r[p]
if (s.h(0, o).gT() < 0) { if (s.h(0, o).gT() < 0) {
s.h(0, o).K(a, b) s.h(0, o).K(a, b)
@ -18269,8 +18266,8 @@ T.k1.prototype = {
cs() { cs() {
var s, r = this.c, var s, r = this.c,
q = r.q, q = r.q,
p = H._arrayInstanceType(q).i("y<1,l*>") p = H.a1(q).i("y<1,l*>")
p = this.r = P.List_List_of(new H.y(q, new T.k3(), p), true, p.i("M.E")) p = this.r = P.aa(new H.y(q, new T.k3(), p), true, p.i("M.E"))
r = r.q r = r.q
q = $.ap() q = $.ap()
r = r[q] r = r[q]
@ -18545,8 +18542,8 @@ T.bL.prototype = {
var s, r, q, p, o, n, m, l, k, j, i, h, g, f = this, var s, r, q, p, o, n, m, l, k, j, i, h, g, f = this,
e = a.c e = a.c
e.toString e.toString
s = H._arrayInstanceType(e).i("y<1,l*>") s = H.a1(e).i("y<1,l*>")
f.d = P.List_List_of(new H.y(e, new T.ko(), s), true, s.i("M.E")) f.d = P.aa(new H.y(e, new T.ko(), s), true, s.i("M.E"))
f.e = a.ax($.bg()) f.e = a.ax($.bg())
r = a.ax($.av()) r = a.ax($.av())
e = $.a4() e = $.a4()
@ -18555,8 +18552,8 @@ T.bL.prototype = {
if (r === e) p = q.al(s, $.bg(), $.aI()) if (r === e) p = q.al(s, $.bg(), $.aI())
else { else {
e = q.al(s, $.bg(), $.aI()) e = q.al(s, $.bg(), $.aI())
s = H._arrayInstanceType(e).i("y<1,l*>") s = H.a1(e).i("y<1,l*>")
p = P.List_List_of(new H.y(e, new T.kp(), s), true, s.i("M.E")) p = P.aa(new H.y(e, new T.kp(), s), true, s.i("M.E"))
p[r] = $.iH() p[r] = $.iH()
} }
o = 0 o = 0
@ -18744,7 +18741,7 @@ LangData.SuperRC4.prototype = {
} }
m = t.fh.aL(b.i("0*")).i("y<1,2>") m = t.fh.aL(b.i("0*")).i("y<1,2>")
// return X.map((e) => list[e]).toList(); // return X.map((e) => list[e]).toList();
return P.List_List_of(new H.y(s, new LangData.k_(a, b), m), true, m.i("M.E")) return P.aa(new H.y(s, new LangData.k_(a, b), m), true, m.i("M.E"))
}, },
fi(a) { fi(a) {
var s = a.length var s = a.length
@ -18892,7 +18889,7 @@ LangData.k_.prototype = {
inherit = hunkHelpers.inherit, inherit = hunkHelpers.inherit,
inherit_many = hunkHelpers.inheritMany inherit_many = hunkHelpers.inheritMany
inherit(P.Object, null) 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.ct, 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(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.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_many(J.bE, [J.PlainJavaScriptObject, J.UnknownJavaScriptObject, J.JavaScriptFunction])
inherit(J.jG, J.JsArray) inherit(J.jG, J.JsArray)
@ -19399,7 +19396,7 @@ var t = (function rtii() {
return new X.j9().$0() return new X.j9().$0()
}) })
lazy_old($, "Ay", "rn", function () { lazy_old($, "Ay", "rn", function () {
return P.RegExp_RegExp("\\?\\?\\?") return P.h_("\\?\\?\\?")
}) })
lazy_old($, "Ax", "bV", function () { lazy_old($, "Ax", "bV", function () {
return new S.fK() return new S.fK()
@ -19408,7 +19405,7 @@ var t = (function rtii() {
return W.nK() return W.nK()
}) })
lazy_old($, "Av", "rm", function () { lazy_old($, "Av", "rm", function () {
return P.RegExp_RegExp("\\[.*?\\]") return P.h_("\\[.*?\\]")
}) })
lazy_old($, "zT", "d7", function () { lazy_old($, "zT", "d7", function () {
return 21 return 21
@ -19764,13 +19761,13 @@ var t = (function rtii() {
return P.dD([LangData.j("JIi6cgXO*d_", 22), $.iH(), LangData.j("Fmi6Vr!~c@]4ElFk,dC", 55), $.mO(), LangData.j("OeQh>Rep f~;YzR^Y%E", 16), $.lK()], t.X, t.B) return P.dD([LangData.j("JIi6cgXO*d_", 22), $.iH(), LangData.j("Fmi6Vr!~c@]4ElFk,dC", 55), $.mO(), LangData.j("OeQh>Rep f~;YzR^Y%E", 16), $.lK()], t.X, t.B)
}) })
lazy_old($, "zE", "r0", function () { lazy_old($, "zE", "r0", function () {
return P.RegExp_RegExp("^\\s+[:@]*\\s*") return P.h_("^\\s+[:@]*\\s*")
}) })
lazy_old($, "zF", "nq", function () { lazy_old($, "zF", "nq", function () {
return P.RegExp_RegExp("\\s+$") return P.h_("\\s+$")
}) })
lazy_old($, "zD", "r_", function () { lazy_old($, "zD", "r_", function () {
return P.RegExp_RegExp("\\r?\\n") return P.h_("\\r?\\n")
}) })
lazy_old($, "zR", "K", function () { lazy_old($, "zR", "K", function () {
var q = null var q = null