H.tq -> H.Rti__getCanonicalRecipe

This commit is contained in:
shenjack 2024-04-04 23:41:21 +08:00
parent 05a75d1af0
commit 7c264d2bc1
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -1874,7 +1874,7 @@ var A = {
if (s === 6 || s === 7 || s === 8) return H.Rti__isUnionOfFunctionType(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) {
@ -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