michael@0: version(180) michael@0: function f1(code) { michael@0: var c michael@0: var t = code.replace(/s/, "") michael@0: var f = new Function(code) michael@0: var o michael@0: e = v = f2(f, c) michael@0: } michael@0: function f2(f, e) { michael@0: try { michael@0: a = f() michael@0: } catch(r) { michael@0: var r = g() michael@0: } michael@0: } michael@0: g1 = [{ michael@0: text: "(function sum_slicing(array){return array==0?0:a+sum_slicing(array.slice(1))})", michael@0: test: function (f) { michael@0: f([, 2]) == "" michael@0: } michael@0: }]; michael@0: (function () { michael@0: for (var i = 0; i < g1.length; ++i) { michael@0: var a = g1[i] michael@0: var text = a.text michael@0: var f = eval(text.replace(/@/, "")) michael@0: if (a.test(f)) {} michael@0: } michael@0: }()) michael@0: f1("for(let a=0;a<6;a++){print([\"\"].some(function(){false>\"\"}))}") michael@0: