Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. 1: function (t, n) {
  2. var e = t.exports = "undefined" != typeof window && window.Math == Math ? window : "undefined" != typeof self && self.Math == Math ? self : Function("return this")();
  3. "number" == typeof __g && (__g = e)
  4. },
  5. 106: function (t, n, e) {
  6. var r = e(107);
  7. t.exports = function (t, n) {
  8. return new(r(t))(n)
  9. }
  10. },
  11. 107: function (t, n, e) {
  12. var r = e(5),
  13. o = e(87),
  14. i = e(3)("species");
  15. t.exports = function (t) {
  16. var n;
  17. return o(t) && ("function" != typeof (n = t.constructor) || n !== Array && !o(n.prototype) || (n = void 0), r(n) && null === (n = n[i]) && (n = void 0)), void 0 === n ? Array : n
  18. }
  19. },
  20. 11: function (t, n) {
  21. var e = {}.hasOwnProperty;
  22. t.exports = function (t, n) {
  23. return e.call(t, n)
  24. }
  25. },
  26. 12: function (t, n, e) {
  27. var r = e(1),
  28. o = e(7),
  29. i = e(11),
  30. u = e(18)("src"),
  31. c = Function.toString,
  32. a = ("" + c)
  33. .split("toString");
  34. e(16)
  35. .inspectSource = function (t) {
  36. return c.call(t)
  37. }, (t.exports = function (t, n, e, c) {
  38. var s = "function" == typeof e;
  39. s && (i(e, "name") || o(e, "name", n)), t[n] !== e && (s && (i(e, u) || o(e, u, t[n] ? "" + t[n] : a.join(String(n)))), t === r ? t[n] = e : c ? t[n] ? t[n] = e : o(t, n, e) : (delete t[n], o(t, n, e)))
  40. })(Function.prototype, "toString", function () {
  41. return "function" == typeof this && this[u] || c.call(this)
  42. })
  43. },
  44. 14: function (t, n, e) {
  45. var r = e(1),
  46. o = e(16),
  47. i = e(7),
  48. u = e(12),
  49. c = e(26),
  50. a = function (t, n, e) {
  51. var s, f, l, p, d = t & a.F,
  52. v = t & a.G,
  53. y = t & a.S,
  54. h = t & a.P,
  55. b = t & a.B,
  56. g = v ? r : y ? r[n] || (r[n] = {}) : (r[n] || {})
  57. .prototype,
  58. x = v ? o : o[n] || (o[n] = {}),
  59. S = x.prototype || (x.prototype = {});
  60. for (s in v && (e = n), e) l = ((f = !d && g && void 0 !== g[s]) ? g : e)[s], p = b && f ? c(l, r) : h && "function" == typeof l ? c(Function.call, l) : l, g && u(g, s, l, t & a.U), x[s] != l && i(x, s, p), h && S[s] != l && (S[s] = l)
  61. };
  62. r.core = o, a.F = 1, a.G = 2, a.S = 4, a.P = 8, a.B = 16, a.W = 32, a.U = 64, a.R = 128, t.exports = a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement