J.da -> J.JsNumber
This commit is contained in:
parent
2756b85e26
commit
86227a6c5d
@ -3062,7 +3062,7 @@
|
||||
return J.get_native_interceptor(a)
|
||||
},
|
||||
oA(a) {
|
||||
if (typeof a == "number") return J.dA.prototype
|
||||
if (typeof a == "number") return J.JsNumber.prototype
|
||||
if (typeof a == "string") return J.JsString.prototype
|
||||
if (a == null) return a
|
||||
if (!(a instanceof P.Object)) return J.UnknownJavaScriptObject.prototype
|
||||
@ -3229,7 +3229,7 @@
|
||||
_.c = 0
|
||||
_.d = null
|
||||
},
|
||||
dA: function dA() {},
|
||||
JsNumber: function dA() {},
|
||||
JsInt: function dz() {},
|
||||
JsDouble: function jF() {},
|
||||
JsString: function bD() {}
|
||||
@ -8514,7 +8514,7 @@
|
||||
return !0
|
||||
}
|
||||
}
|
||||
J.dA.prototype = {
|
||||
J.JsNumber.prototype = {
|
||||
bg(a, b) {
|
||||
var s
|
||||
if (typeof b != "number") throw H.h(H.R(b))
|
||||
@ -18665,10 +18665,10 @@
|
||||
inherit_may = hunkHelpers.inheritMany
|
||||
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(J.Interceptor, [J.JsBool, J.JsNull, J.bE, J.JsArray, J.dA, 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.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.bE, [J.fO, J.UnknownJavaScriptObject, J.JavaScriptFunction])
|
||||
inherit(J.jG, J.JsArray)
|
||||
inherit_may(J.dA, [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(P.dE, P.ev)
|
||||
inherit_may(P.dE, [H.cJ, W.az])
|
||||
@ -18937,7 +18937,7 @@
|
||||
C.Interceptor = J.Interceptor.prototype
|
||||
C.Array = J.JsArray.prototype
|
||||
C._JsInt = J.JsInt.prototype
|
||||
C.Number = J.dA.prototype
|
||||
C.Number = J.JsNumber.prototype
|
||||
C.String = J.JsString.prototype
|
||||
C.K = J.JavaScriptFunction.prototype
|
||||
C.Q = W.dQ.prototype
|
||||
|
Loading…
Reference in New Issue
Block a user