版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

65 строки
2.4 KiB

  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.default = `
  4. this.ArrayBuffer = globalThis.ArrayBuffer;
  5. this.Boolean = globalThis.Boolean;
  6. this.DataView = globalThis.DataView;
  7. this.Date = globalThis.Date;
  8. this.Error = globalThis.Error;
  9. this.EvalError = globalThis.EvalError;
  10. this.Float32Array = globalThis.Float32Array;
  11. this.Float64Array = globalThis.Float64Array;
  12. this.GLOBAL = globalThis.GLOBAL;
  13. this.Infinity = globalThis.Infinity;
  14. this.Int16Array = globalThis.Int16Array;
  15. this.Int32Array = globalThis.Int32Array;
  16. this.Int8Array = globalThis.Int8Array;
  17. this.Intl = globalThis.Intl;
  18. this.JSON = globalThis.JSON;
  19. this.Map = globalThis.Map;
  20. this.Math = globalThis.Math;
  21. this.NaN = globalThis.NaN;
  22. this.Number = globalThis.Number;
  23. this.Promise = globalThis.Promise;
  24. this.RangeError = globalThis.RangeError;
  25. this.ReferenceError = globalThis.ReferenceError;
  26. this.RegExp = globalThis.RegExp;
  27. this.Reflect = globalThis.Reflect;
  28. this.Set = globalThis.Set;
  29. this.Symbol = globalThis.Symbol;
  30. this.SyntaxError = globalThis.SyntaxError;
  31. this.String = globalThis.String;
  32. this.TypeError = globalThis.TypeError;
  33. this.URIError = globalThis.URIError;
  34. this.Uint16Array = globalThis.Uint16Array;
  35. this.Uint32Array = globalThis.Uint32Array;
  36. this.Uint8Array = globalThis.Uint8Array;
  37. this.Uint8ClampedArray = globalThis.Uint8ClampedArray;
  38. this.WeakMap = globalThis.WeakMap;
  39. this.WeakSet = globalThis.WeakSet;
  40. this.clearImmediate = globalThis.clearImmediate;
  41. this.decodeURI = globalThis.decodeURI;
  42. this.decodeURIComponent = globalThis.decodeURIComponent;
  43. this.encodeURI = globalThis.encodeURI;
  44. this.encodeURIComponent = globalThis.encodeURIComponent;
  45. this.escape = globalThis.escape;
  46. this.global = globalThis.global;
  47. this.isFinite = globalThis.isFinite;
  48. this.isNaN = globalThis.isNaN;
  49. this.parseFloat = globalThis.parseFloat;
  50. this.parseInt = globalThis.parseInt;
  51. this.process = globalThis.process;
  52. this.root = globalThis.root;
  53. this.setImmediate = globalThis.setImmediate;
  54. this.queueMicrotask = globalThis.queueMicrotask;
  55. this.undefined = globalThis.undefined;
  56. this.unescape = globalThis.unescape;
  57. this.gc = globalThis.gc;
  58. this.v8debug = globalThis.v8debug;
  59. this.AbortController = globalThis.AbortController;
  60. this.AbortSignal = globalThis.AbortSignal;
  61. this.Array = globalThis.Array;
  62. this.Object = globalThis.Object;
  63. this.Function = globalThis.Function;
  64. `;
  65. //# sourceMappingURL=VMGlobalPropertyScript.js.map