michael@0: var lfcode = new Array(); michael@0: lfcode.push("3"); michael@0: lfcode.push("\ michael@0: gczeal(2);\ michael@0: for (let q = 0; q < 50; ++q) {\ michael@0: var w = \"r\".match(/r/);\ michael@0: }\ michael@0: let (eval) (function (a) {\ michael@0: Function = gczeal;\ michael@0: })();\ michael@0: // .js\ michael@0: "); michael@0: lfcode.push(" // .js"); michael@0: lfcode.push(" // .js"); michael@0: lfcode.push(" // .js"); michael@0: while (true) { michael@0: var file = lfcode.shift(); if (file == undefined) { break; } michael@0: loadFile(file) michael@0: } michael@0: function loadFile(lfVarx) { michael@0: try { michael@0: if (lfVarx.substr(-3) == ".js") { michael@0: uneval("foo"); michael@0: switch (lfRunTypeId) { michael@0: case 3: function newFunc(x) { new Function(x)(); }; newFunc(lfVarx); break; michael@0: case 4: eval("(function() { " + lfVarx + " })();"); break; michael@0: } michael@0: } else if (!isNaN(lfVarx)) { michael@0: lfRunTypeId = parseInt(lfVarx); michael@0: } michael@0: } catch (lfVare) {} michael@0: }