坏了,上次没fmt

This commit is contained in:
shenjack 2024-04-05 23:17:28 +08:00
parent 5b18497b11
commit 981bc03519
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -254,7 +254,8 @@
} }
} }
var C = {}, var C = {},
H = {JS_CONST: function JS_CONST() { H = {
JS_CONST: function JS_CONST() {
}, },
checkNotNullable: function (value, $name, $T) { checkNotNullable: function (value, $name, $T) {
return value; return value;
@ -6200,7 +6201,8 @@
return "null"; return "null";
} }
}; };
P.Object.prototype = {constructor: P.Object, $isObject: 1, P.Object.prototype = {
constructor: P.Object, $isObject: 1,
$eq: function (_, other) { $eq: function (_, other) {
return this === other; return this === other;
}, },
@ -6862,7 +6864,8 @@
getTag: getTag, getTag: getTag,
getUnknownTag: isBrowser ? getUnknownTagGenericBrowser : getUnknownTag, getUnknownTag: isBrowser ? getUnknownTagGenericBrowser : getUnknownTag,
prototypeForTag: prototypeForTag, prototypeForTag: prototypeForTag,
discriminator: discriminator }; discriminator: discriminator
};
}; };
C.C_JS_CONST6 = function (getTagFallback) { C.C_JS_CONST6 = function (getTagFallback) {
return function (hooks) { return function (hooks) {
@ -6910,7 +6913,8 @@
"GeoGeolocation": "Geolocation", "GeoGeolocation": "Geolocation",
"Location": "!Location", "Location": "!Location",
"WorkerMessageEvent": "MessageEvent", "WorkerMessageEvent": "MessageEvent",
"XMLDocument": "!Document"}; "XMLDocument": "!Document"
};
function getTagFirefox(o) { function getTagFirefox(o) {
var tag = getTag(o); var tag = getTag(o);
return quickMap[tag] || tag; return quickMap[tag] || tag;
@ -6989,7 +6993,8 @@
})); }));
}); });
_lazyFinal($, "TypeErrorDecoder_notClosurePattern", "$get$TypeErrorDecoder_notClosurePattern", function () { _lazyFinal($, "TypeErrorDecoder_notClosurePattern", "$get$TypeErrorDecoder_notClosurePattern", function () {
return H.TypeErrorDecoder_extractPattern(H.TypeErrorDecoder_provokeCallErrorOn({$method$: null, return H.TypeErrorDecoder_extractPattern(H.TypeErrorDecoder_provokeCallErrorOn({
$method$: null,
toString: function () { toString: function () {
return "$receiver$"; return "$receiver$";
} }