michael@0: michael@0: var lfcode = new Array(); michael@0: lfcode.push("3"); michael@0: lfcode.push("with(evalcx('')) this.__defineGetter__('x', Function);"); michael@0: lfcode.push("gczeal(2)"); michael@0: lfcode.push("4"); michael@0: lfcode.push("\ michael@0: var log = '';\ michael@0: for (var { m } = i = 0 ; ; i++) {\ michael@0: log += x; \ michael@0: if (x === 6)\ michael@0: a.slow = true; if (i > 1000) break;\ michael@0: }\ michael@0: "); 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: if (!isNaN(lfVarx)) { michael@0: lfRunTypeId = parseInt(lfVarx); michael@0: } else { 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: } michael@0: }