Compare commits

...

5 Commits

View File

@ -1835,8 +1835,8 @@ var A = {
s = new Uint8Array(a, b) s = new Uint8Array(a, b)
return s return s
}, },
bt(a, b, c) { _checkValidIndex(index, list, len) {
if (a >>> 0 !== a || a >= c) throw H.wrap_expression(H.bQ(b, a)) if (index >>> 0 !== index || index >= len) throw H.wrap_expression(H.bQ(list, index))
}, },
ug(a, b, c) { ug(a, b, c) {
var s var s
@ -1861,20 +1861,20 @@ var A = {
ez: function ez() {}, ez: function ez() {},
eA: function eA() {}, eA: function eA() {},
eB: function eB() {}, eB: function eB() {},
tr(a, b) { Rti__getQuestionFromStar(a, b) {
var s = b.c var s = b.c
return s == null ? b.c = H._Universe__lookupQuestionRti(a, b.z, true) : s return s == null ? b.c = H._Universe__lookupQuestionRti(a, b.z, true) : s
}, },
o2(a, b) { Rti__getFutureFromFutureOr(a, b) {
var s = b.c var s = b.c
return s == null ? b.c = H._Universe__lookupInterfaceRti(a, "bl", [b.z]) : s return s == null ? b.c = H._Universe__lookupInterfaceRti(a, "bl", [b.z]) : s
}, },
o3(a) { Rti__isUnionOfFunctionType(a) {
var s = a.y 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 return s === 11 || s === 12
}, },
tq(a) { Rti__getCanonicalRecipe(a) {
return a.cy return a.cy
}, },
find_type(a) { find_type(a) {
@ -1993,7 +1993,7 @@ var A = {
}, },
oE(a, b) { oE(a, b) {
var s var s
if (H.o3(b)) if (H.Rti__isUnionOfFunctionType(b))
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
@ -2483,7 +2483,7 @@ var A = {
else if (s === 6) { else if (s === 6) {
q = b.z q = b.z
if (q.y === 8 && H.lz(q.z)) return q 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) p = new H.aW(null, null)
@ -2817,7 +2817,7 @@ var A = {
o = parser.e o = parser.e
if (o.y === 10) o = o.z if (o.y === 10) o = o.z
n = H.ua(s, o.z)[p] 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)) stack.push(H._Universe_evalInEnvironment(s, o, n))
} else stack.push(p) } else stack.push(p)
return m return m
@ -2888,7 +2888,7 @@ var A = {
} }
if (r === 8) { if (r === 8) {
if (!H._isSubtype(a, b.z, c, d, e)) return false 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) { if (r === 7) {
s = H._isSubtype(a, b.z, c, d, e) s = H._isSubtype(a, b.z, c, d, e)
@ -2896,7 +2896,7 @@ var A = {
} }
if (p === 8) { if (p === 8) {
if (H._isSubtype(a, b, c, d.z, e)) return true 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) { if (p === 7) {
s = H._isSubtype(a, b, c, d.z, e) s = H._isSubtype(a, b, c, d.z, e)
@ -9552,11 +9552,11 @@ H.cw.prototype = {
} }
H.c9.prototype = { H.c9.prototype = {
h(a, b) { h(a, b) {
H.bt(b, a, a.length) H._checkValidIndex(b, a, a.length)
return a[b] return a[b]
}, },
m(a, b, c) { m(a, b, c) {
H.bt(b, a, a.length) H._checkValidIndex(b, a, a.length)
a[b] = c a[b] = c
}, },
$iA: 1, $iA: 1,
@ -9564,7 +9564,7 @@ H.c9.prototype = {
} }
H.dK.prototype = { H.dK.prototype = {
m(a, b, c) { m(a, b, c) {
H.bt(b, a, a.length) H._checkValidIndex(b, a, a.length)
a[b] = c a[b] = c
}, },
$iA: 1, $iA: 1,
@ -9572,31 +9572,31 @@ H.dK.prototype = {
} }
H.fE.prototype = { H.fE.prototype = {
h(a, b) { h(a, b) {
H.bt(b, a, a.length) H._checkValidIndex(b, a, a.length)
return a[b] return a[b]
} }
} }
H.fF.prototype = { H.fF.prototype = {
h(a, b) { h(a, b) {
H.bt(b, a, a.length) H._checkValidIndex(b, a, a.length)
return a[b] return a[b]
} }
} }
H.fG.prototype = { H.fG.prototype = {
h(a, b) { h(a, b) {
H.bt(b, a, a.length) H._checkValidIndex(b, a, a.length)
return a[b] return a[b]
} }
} }
H.fH.prototype = { H.fH.prototype = {
h(a, b) { h(a, b) {
H.bt(b, a, a.length) H._checkValidIndex(b, a, a.length)
return a[b] return a[b]
} }
} }
H.fI.prototype = { H.fI.prototype = {
h(a, b) { h(a, b) {
H.bt(b, a, a.length) H._checkValidIndex(b, a, a.length)
return a[b] return a[b]
} }
} }
@ -9605,7 +9605,7 @@ H.dL.prototype = {
return a.length return a.length
}, },
h(a, b) { h(a, b) {
H.bt(b, a, a.length) H._checkValidIndex(b, a, a.length)
return a[b] return a[b]
} }
} }
@ -9614,7 +9614,7 @@ H.cx.prototype = {
return a.length return a.length
}, },
h(a, b) { h(a, b) {
H.bt(b, a, a.length) H._checkValidIndex(b, a, a.length)
return a[b] return a[b]
}, },
$icx: 1 $icx: 1