1(function () {
2    globalThis = new Function('return this;')();
3    globalThis.process = system;
4})();