This commit is contained in:
shenjack 2024-03-19 01:26:41 +08:00
parent 4d87cbcf47
commit 505e1c1840
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -3065,18 +3065,18 @@
if (typeof a == "number") return J.JsNumber.prototype if (typeof a == "number") return J.JsNumber.prototype
if (typeof a == "string") return J.JsString.prototype if (typeof a == "string") return J.JsString.prototype
if (a == null) return a if (a == null) return a
if (!(a instanceof P.Object)) return J.bs.prototype if (!(a instanceof P.Object)) return J.UnknownJavaScriptObject.prototype
return a return a
}, },
aQ(a) { aQ(a) {
if (typeof a == "string") return J.JsString.prototype if (typeof a == "string") return J.JsString.prototype
if (a == null) return a if (a == null) return a
if (!(a instanceof P.Object)) return J.bs.prototype if (!(a instanceof P.Object)) return J.UnknownJavaScriptObject.prototype
return a return a
}, },
uR(a) { uR(a) {
if (a == null) return J.JsNull.prototype if (a == null) return J.JsNull.prototype
if (!(a instanceof P.Object)) return J.bs.prototype if (!(a instanceof P.Object)) return J.UnknownJavaScriptObject.prototype
return a return a
}, },
bv(a) { bv(a) {
@ -3090,7 +3090,7 @@
}, },
uS(a) { uS(a) {
if (a == null) return a if (a == null) return a
if (!(a instanceof P.Object)) return J.bs.prototype if (!(a instanceof P.Object)) return J.UnknownJavaScriptObject.prototype
return a return a
}, },
iN(a, b) { iN(a, b) {
@ -3212,14 +3212,14 @@
Interceptor: function af() {}, Interceptor: function af() {},
JsBool: function fw() {}, JsBool: function fw() {},
JsNull: function cs() {}, JsNull: function cs() {},
bE: function bE() {}, JavaScriptObject: function bE() {},
fO: function fO() {}, PlainJavaScriptObject: function fO() {},
bs: function bs() {}, UnknownJavaScriptObject: function bs() {},
JavaScriptFunction: function bn() {}, JavaScriptFunction: function bn() {},
JsArray: function E(a) { JsArray: function E(a) {
this.$ti = a this.$ti = a
}, },
jG: function jG(a) { JSUnmodifiableArray: function jG(a) {
this.$ti = a this.$ti = a
}, },
ArrayIterator: function ArrayIterator(a, b) { ArrayIterator: function ArrayIterator(a, b) {
@ -8334,7 +8334,7 @@
}, },
$iN: 1 $iN: 1
} }
J.bE.prototype = { J.JavaScriptObject.prototype = {
gak(a) { gak(a) {
return 0 return 0
}, },
@ -8343,8 +8343,8 @@
}, },
$inM: 1 $inM: 1
} }
J.fO.prototype = {} J.PlainJavaScriptObject.prototype = {}
J.bs.prototype = {} J.UnknownJavaScriptObject.prototype = {}
J.JavaScriptFunction.prototype = { J.JavaScriptFunction.prototype = {
k(a) { k(a) {
var s = a[$.oR()] var s = a[$.oR()]
@ -8511,7 +8511,7 @@
$iA: 1, $iA: 1,
$iw: 1 $iw: 1
} }
J.jG.prototype = {} J.JSUnmodifiableArray.prototype = {}
J.ArrayIterator.prototype = { J.ArrayIterator.prototype = {
gC() { gC() {
return this.d return this.d
@ -18615,7 +18615,7 @@
(function aliases() { (function aliases() {
var s = J.Interceptor.prototype var s = J.Interceptor.prototype
s.dO = s.k s.dO = s.k
s = J.bE.prototype s = J.JavaScriptObject.prototype
s.dQ = s.k s.dQ = s.k
s = P.L.prototype s = P.L.prototype
s.dP = s.bV s.dP = s.bV
@ -18695,9 +18695,9 @@
inherit_may = hunkHelpers.inheritMany inherit_may = hunkHelpers.inheritMany
inherit(P.Object, null) inherit(P.Object, null)
inherit_may(P.Object, [H.Js_Const, J.Interceptor, J.ArrayIterator, P.Error, P.ev, P.L, H.cv, P.fv, H.du, H.hV, H.kh, H.jR, H.dt, H.eE, H.c_, P.aU, H.jK, H.fA, H.ct, H.ew, H.kz, H.bK, H.l3, H.Rti, H.function_parameters, H.iu, P.l8, P.i_, P.AsyncError, P.i4, P.cN, P.U, P.i0, P.em, P.hO, P.hP, P.im, P.i1, P.i3, P.i7, P.ii, P.io, P.lf, P.eM, P.kV, P.ie, P.z, P.dY, P.fg, P.js, P.lc, P.lb, P.dq, P.c1, P.fM, P.el, P.kG, P.jm, P.N, P.iq, P.cH, W.j8, W.m5, W.cP, W.cr, W.dN, W.eD, W.is, W.dv, W.kE, W.l_, W.ix, P.l4, P.kw, P.eJ, P.jQ, P.kT, Y.dW, L.iR, V.iV, X.iW, S.fK, HtmlRenderer.fq, HtmlRenderer.jT, HtmlRenderer.ax, Sgls.a_, Sgls.n, T.x, T.u, T.dk, T.fo, T.b7, T.fr, T.bB, T.bm, T.aX, T.aq, T.bG, T.bL, T.fl]) inherit_may(P.Object, [H.Js_Const, J.Interceptor, J.ArrayIterator, P.Error, P.ev, P.L, H.cv, P.fv, H.du, H.hV, H.kh, H.jR, H.dt, H.eE, H.c_, P.aU, H.jK, H.fA, H.ct, H.ew, H.kz, H.bK, H.l3, H.Rti, H.function_parameters, H.iu, P.l8, P.i_, P.AsyncError, P.i4, P.cN, P.U, P.i0, P.em, P.hO, P.hP, P.im, P.i1, P.i3, P.i7, P.ii, P.io, P.lf, P.eM, P.kV, P.ie, P.z, P.dY, P.fg, P.js, P.lc, P.lb, P.dq, P.c1, P.fM, P.el, P.kG, P.jm, P.N, P.iq, P.cH, W.j8, W.m5, W.cP, W.cr, W.dN, W.eD, W.is, W.dv, W.kE, W.l_, W.ix, P.l4, P.kw, P.eJ, P.jQ, P.kT, Y.dW, L.iR, V.iV, X.iW, S.fK, HtmlRenderer.fq, HtmlRenderer.jT, HtmlRenderer.ax, Sgls.a_, Sgls.n, T.x, T.u, T.dk, T.fo, T.b7, T.fr, T.bB, T.bm, T.aX, T.aq, T.bG, T.bL, T.fl])
inherit_may(J.Interceptor, [J.JsBool, J.JsNull, J.bE, J.JsArray, J.JsNumber, J.JsString, H.dJ, H.ab, W.fn, W.bX, W.fe, W.i6, W.bb, W.ja, W.jb, W.o, W.c4, W.jL, W.ig, W.il, W.iy, W.iA]) inherit_may(J.Interceptor, [J.JsBool, J.JsNull, J.JavaScriptObject, J.JsArray, J.JsNumber, J.JsString, H.dJ, H.ab, W.fn, W.bX, W.fe, W.i6, W.bb, W.ja, W.jb, W.o, W.c4, W.jL, W.ig, W.il, W.iy, W.iA])
inherit_may(J.bE, [J.fO, J.bs, J.JavaScriptFunction]) inherit_may(J.JavaScriptObject, [J.PlainJavaScriptObject, J.UnknownJavaScriptObject, J.JavaScriptFunction])
inherit(J.jG, J.JsArray) inherit(J.JSUnmodifiableArray, J.JsArray)
inherit_may(J.JsNumber, [J.JsInt, J.JsDouble]) inherit_may(J.JsNumber, [J.JsInt, J.JsDouble])
inherit_may(P.Error, [H.fz, H.dO, P.bc, H.fx, H.hU, H.h3, H.i9, P.f2, P.fL, P.aS, P.hW, P.hS, P.bJ, P.fh, P.fj]) inherit_may(P.Error, [H.fz, H.dO, P.bc, H.fx, H.hU, H.h3, H.i9, P.f2, P.fL, P.aS, P.hW, P.hS, P.bJ, P.fh, P.fj])
inherit(P.dE, P.ev) inherit(P.dE, P.ev)
@ -18971,11 +18971,11 @@
C.String = J.JsString.prototype C.String = J.JsString.prototype
C.K = J.JavaScriptFunction.prototype C.K = J.JavaScriptFunction.prototype
C.Q = W.dQ.prototype C.Q = W.dQ.prototype
C.t = J.fO.prototype C.t = 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.bs.prototype C.m = 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()