Compare commits

..

No commits in common. "e3f47d6301e687cbd712ee25696e64cfc99d4ed3" and "00dd8ab0c5ddc127a68e196359b64772b7fb56eb" have entirely different histories.

View File

@ -1199,7 +1199,7 @@ var A = {
a0 = i[b], a0 = i[b],
a1 = a2.fT a1 = a2.fT
a1.toString a1.toString
s = h ? Object.create(new H.StaticClosure().constructor.prototype) : Object.create(new H.BoundClosure(null, null).constructor.prototype) s = h ? Object.create(new H.kc().constructor.prototype) : Object.create(new H.dg(null, null).constructor.prototype)
s.$initialize = s.constructor s.$initialize = s.constructor
if (h) r = function static_tear_off() { if (h) r = function static_tear_off() {
this.$initialize() this.$initialize()
@ -1327,7 +1327,7 @@ var A = {
get_receiver = H.BoundClosure_receiverOf get_receiver = H.BoundClosure_receiverOf
switch (is_super_call ? -1 : arity) { switch (is_super_call ? -1 : arity) {
case 0: case 0:
throw H.wrap_expression(new H.RuntimeError("Intercepted function with no arguments.")) throw H.wrap_expression(new H.h3("Intercepted function with no arguments."))
case 1: case 1:
return function (e, f, g) { return function (e, f, g) {
return function () { return function () {
@ -1412,7 +1412,7 @@ var A = {
return a.b return a.b
}, },
BoundClosure_selfFieldName(a) { BoundClosure_selfFieldName(a) {
var s, r, q, p = new H.BoundClosure("receiver", "interceptor"), var s, r, q, p = new H.dg("receiver", "interceptor"),
o = J.nL(Object.getOwnPropertyNames(p)) o = J.nL(Object.getOwnPropertyNames(p))
for (s = o.length, r = 0; r < s; ++r) { for (s = o.length, r = 0; r < s; ++r) {
q = o[r] q = o[r]
@ -1749,22 +1749,22 @@ var A = {
j5: function j5() { }, j5: function j5() { },
j6: function j6() { }, j6: function j6() { },
kg: function kg() { }, kg: function kg() { },
StaticClosure: function kc() { }, kc: function kc() { },
BoundClosure: function dg(a, b) { dg: function dg(a, b) {
this.a = a this.a = a
this.b = b this.b = b
}, },
RuntimeError: function h3(a) { h3: function h3(a) {
this.a = a this.a = a
}, },
JsLinkedHashMap: function aT(a) { aT: function aT(a) {
var _ = this var _ = this
_.a = 0 _.a = 0
_.f = _.e = _.d = _.c = _.b = null _.f = _.e = _.d = _.c = _.b = null
_.r = 0 _.r = 0
_.$ti = a _.$ti = a
}, },
JsLinkedHashMap_values_closure: function jH(a) { jH: function jH(a) {
this.a = a this.a = a
}, },
jK: function jK(a, b) { jK: function jK(a, b) {
@ -4046,14 +4046,14 @@ var A = {
this.c = c this.c = c
}, },
a0(a, b) { a0(a, b) {
return new H.JsLinkedHashMap(a.i("@<0>").aL(b).i("aT<1,2>")) return new H.aT(a.i("@<0>").aL(b).i("aT<1,2>"))
}, },
dD(a, b, c) { dD(a, b, c) {
// Map<String, int> // Map<String, int>
return H.uQ(a, new H.JsLinkedHashMap(b.i("@<0>").aL(c).i("aT<1,2>"))) return H.uQ(a, new H.aT(b.i("@<0>").aL(c).i("aT<1,2>")))
}, },
cu(a, b) { cu(a, b) {
return new H.JsLinkedHashMap(a.i("@<0>").aL(b).i("aT<1,2>")) return new H.aT(a.i("@<0>").aL(b).i("aT<1,2>"))
}, },
c5(a) { c5(a) {
return new P.eu(a.i("eu<0>")) return new P.eu(a.i("eu<0>"))
@ -5848,7 +5848,7 @@ var A = {
n = $.i() n = $.i()
m = -n m = -n
// run here? // run here?
runner = new T.Engine(j, h, k, i, new H.JsLinkedHashMap(t.d5), target, p, o, m, m, new Float64Array(n)) runner = new T.Engine(j, h, k, i, new H.aT(t.d5), target, p, o, m, m, new Float64Array(n))
async_goto = 3 async_goto = 3
return P._asyncAwait(runner.bD(), $async$c2) return P._asyncAwait(runner.bD(), $async$c2)
case 3: case 3:
@ -9146,18 +9146,18 @@ H.j6.prototype = {
$R: 2 $R: 2
} }
H.kg.prototype = {} H.kg.prototype = {}
H.StaticClosure.prototype = { H.kc.prototype = {
k(a) { k(a) {
var s = this.$static_name var s = this.$static_name
if (s == null) return "Closure of unknown static method" if (s == null) return "Closure of unknown static method"
return "Closure '" + H.oP(s) + "'" return "Closure '" + H.oP(s) + "'"
} }
} }
H.BoundClosure.prototype = { H.dg.prototype = {
aW(a, b) { aW(a, b) {
if (b == null) return false if (b == null) return false
if (this === b) return true if (this === b) return true
if (!(b instanceof H.BoundClosure)) return false if (!(b instanceof H.dg)) return false
return this.$_target === b.$_target && this.a === b.a return this.$_target === b.$_target && this.a === b.a
}, },
gak(a) { gak(a) {
@ -9167,12 +9167,12 @@ H.BoundClosure.prototype = {
return "Closure '" + H.as_string(this.$_name) + "' of " + ("Instance of '" + H.as_string(H.jZ(this.a)) + "'") return "Closure '" + H.as_string(this.$_name) + "' of " + ("Instance of '" + H.as_string(H.jZ(this.a)) + "'")
} }
} }
H.RuntimeError.prototype = { H.h3.prototype = {
k(a) { k(a) {
return "RuntimeError: " + this.a return "RuntimeError: " + this.a
} }
} }
H.JsLinkedHashMap.prototype = { H.aT.prototype = {
gp(a) { gp(a) {
return this.a return this.a
}, },
@ -9185,7 +9185,7 @@ H.JsLinkedHashMap.prototype = {
gfP(a) { gfP(a) {
var s = this, var s = this,
r = H._instanceType(s) r = H._instanceType(s)
return H.t5(s.gad(s), new H.JsLinkedHashMap_values_closure(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) {
var s, r var s, r
@ -9373,7 +9373,7 @@ H.JsLinkedHashMap.prototype = {
return r return r
} }
} }
H.JsLinkedHashMap_values_closure.prototype = { H.jH.prototype = {
$1(a) { $1(a) {
return this.a.h(0, a) return this.a.h(0, a)
}, },
@ -19252,7 +19252,7 @@ LangData.k_.prototype = {
inherit_many(J.bE, [J.PlainJavaScriptObject, J.UnknownJavaScriptObject, J.JavaScriptFunction]) inherit_many(J.bE, [J.PlainJavaScriptObject, J.UnknownJavaScriptObject, J.JavaScriptFunction])
inherit(J.JsUnmodifiableArray, J.JsArray) inherit(J.JsUnmodifiableArray, J.JsArray)
inherit_many(J.JsNumber, [J.JsInt, J.jF]) inherit_many(J.JsNumber, [J.JsInt, J.jF])
inherit_many(P.O, [H.fz, H.dO, P.bc, H.JsNoSuchMethodError, H.hU, H.RuntimeError, H.i9, P.f2, P.fL, P.aS, P.hW, P.hS, P.bJ, P.fh, P.CyclicInitializationError]) inherit_many(P.O, [H.fz, H.dO, P.bc, H.JsNoSuchMethodError, H.hU, H.h3, H.i9, P.f2, P.fL, P.aS, P.hW, P.hS, P.bJ, P.fh, P.CyclicInitializationError])
inherit(P.dE, P.ev) inherit(P.dE, P.ev)
inherit_many(P.dE, [H.cJ, W.az]) inherit_many(P.dE, [H.cJ, W.az])
inherit(H.ff, H.cJ) inherit(H.ff, H.cJ)
@ -19263,7 +19263,7 @@ LangData.k_.prototype = {
inherit_many(H.M, [H.y, H.a9, P.id]) inherit_many(H.M, [H.y, H.a9, P.id])
inherit(H.NullError, P.bc) inherit(H.NullError, P.bc)
inherit_many(H.c_, inherit_many(H.c_,
[H.j5, H.j6, H.kg, H.JsLinkedHashMap_values_closure, H.lv, H.lx, [H.j5, H.j6, H.kg, H.jH, H.lv, H.lx,
P.kB, P.kA, P._awaitOnObject_closure, P.kK, P.kS, P.ke, P.kZ, P.Duration_toString_sixDigits, P.Duration_toString_twoDigits, P.kB, P.kA, P._awaitOnObject_closure, 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, W.jf, W.kF, W.jP, W.jO, W.l0, W.l1, W.l7,
P.lE, P.lF, P.lE, P.lF,
@ -19276,9 +19276,9 @@ LangData.k_.prototype = {
T.SklCloneCallback, T.jk, T.jj, T.jl, T.ji, T.lD, T.BoostPassive, T.k3, T.kb, T.ko, T.kp, T.SklCloneCallback, T.jk, T.jj, T.jl, T.ji, T.lD, T.BoostPassive, T.k3, T.kb, T.ko, T.kp,
LangData.k_] LangData.k_]
) )
inherit_many(H.kg, [H.StaticClosure, H.BoundClosure]) inherit_many(H.kg, [H.kc, H.dg])
inherit(P.dG, P.aU) inherit(P.dG, P.aU)
inherit_many(P.dG, [H.JsLinkedHashMap, P.ic, W.i2]) inherit_many(P.dG, [H.aT, P.ic, W.i2])
inherit_many(H.j6, inherit_many(H.j6,
[H.lw, P._awaitOnObject_closure0, P._wrapJsFunctionForAsync_closure, P.kL, P.jM, [H.lw, P._awaitOnObject_closure0, P._wrapJsFunctionForAsync_closure, P.kL, P.jM,
W.kd, W.le, P.l5, P.l6, P.ky, W.kd, W.le, P.l5, P.l6, P.ky,