C.m -> UnknownJavaScriptObject
This commit is contained in:
parent
6efe883458
commit
78e0f23be2
@ -3075,22 +3075,22 @@ var A = {
|
|||||||
if (p != null) return p
|
if (p != null) return p
|
||||||
p = H.lookupAndCacheInterceptor(a)
|
p = H.lookupAndCacheInterceptor(a)
|
||||||
if (p != null) return p
|
if (p != null) return p
|
||||||
if (typeof a == "function") return C.K
|
if (typeof a == "function") return C.JavaScriptFunction
|
||||||
s = Object.getPrototypeOf(a)
|
s = Object.getPrototypeOf(a)
|
||||||
if (s == null) return C.t
|
if (s == null) return C.PlainJavaScriptObject
|
||||||
if (s === Object.prototype) return C.t
|
if (s === Object.prototype) return C.PlainJavaScriptObject
|
||||||
if (typeof q == "function") {
|
if (typeof q == "function") {
|
||||||
o = $.kU
|
o = $.kU
|
||||||
if (o == null) o = $.kU = init.getIsolateTag("_$dart_js")
|
if (o == null) o = $.kU = init.getIsolateTag("_$dart_js")
|
||||||
Object.defineProperty(q, o, {
|
Object.defineProperty(q, o, {
|
||||||
value: C.m,
|
value: C.UnknownJavaScriptObject,
|
||||||
enumerable: false,
|
enumerable: false,
|
||||||
writable: true,
|
writable: true,
|
||||||
configurable: true
|
configurable: true
|
||||||
})
|
})
|
||||||
return C.m
|
return C.UnknownJavaScriptObject
|
||||||
}
|
}
|
||||||
return C.m
|
return C.UnknownJavaScriptObject
|
||||||
},
|
},
|
||||||
rZ(a, b) {
|
rZ(a, b) {
|
||||||
if (!H.aP(a)) throw H.wrap_expression(P.da(a, "length", "is not an integer"))
|
if (!H.aP(a)) throw H.wrap_expression(P.da(a, "length", "is not an integer"))
|
||||||
@ -19120,13 +19120,13 @@ var t = (function rtii() {
|
|||||||
C.JsInt = J.JsInt.prototype
|
C.JsInt = J.JsInt.prototype
|
||||||
C.d = J.JsNumber.prototype
|
C.d = J.JsNumber.prototype
|
||||||
C.String = J.JsString.prototype
|
C.String = J.JsString.prototype
|
||||||
C.K = J.JavaScriptFunction.prototype
|
C.JavaScriptFunction = J.JavaScriptFunction.prototype
|
||||||
C.Q = W.dQ.prototype
|
C.Q = W.dQ.prototype
|
||||||
C.t = J.PlainJavaScriptObject.prototype
|
C.PlainJavaScriptObject = J.PlainJavaScriptObject.prototype
|
||||||
C.R = W.ek.prototype
|
C.R = W.ek.prototype
|
||||||
C.j = W.ce.prototype
|
C.j = W.ce.prototype
|
||||||
C.u = W.en.prototype
|
C.u = W.en.prototype
|
||||||
C.m = J.UnknownJavaScriptObject.prototype
|
C.UnknownJavaScriptObject = J.UnknownJavaScriptObject.prototype
|
||||||
C.U = W.eq.prototype
|
C.U = W.eq.prototype
|
||||||
C.v = W.eH.prototype
|
C.v = W.eH.prototype
|
||||||
C.V = new P.js()
|
C.V = new P.js()
|
||||||
|
Loading…
Reference in New Issue
Block a user