坏了,上次没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 = {},
H = {JS_CONST: function JS_CONST() {
H = {
JS_CONST: function JS_CONST() {
},
checkNotNullable: function (value, $name, $T) {
return value;
@ -6200,7 +6201,8 @@
return "null";
}
};
P.Object.prototype = {constructor: P.Object, $isObject: 1,
P.Object.prototype = {
constructor: P.Object, $isObject: 1,
$eq: function (_, other) {
return this === other;
},
@ -6862,7 +6864,8 @@
getTag: getTag,
getUnknownTag: isBrowser ? getUnknownTagGenericBrowser : getUnknownTag,
prototypeForTag: prototypeForTag,
discriminator: discriminator };
discriminator: discriminator
};
};
C.C_JS_CONST6 = function (getTagFallback) {
return function (hooks) {
@ -6910,7 +6913,8 @@
"GeoGeolocation": "Geolocation",
"Location": "!Location",
"WorkerMessageEvent": "MessageEvent",
"XMLDocument": "!Document"};
"XMLDocument": "!Document"
};
function getTagFirefox(o) {
var tag = getTag(o);
return quickMap[tag] || tag;
@ -6989,7 +6993,8 @@
}));
});
_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 () {
return "$receiver$";
}