H.oy -> H.closureFunctionType

This commit is contained in:
shenjack 2024-04-04 23:57:18 +08:00
parent aee34f9109
commit 620188b51e
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -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() {