michael@0: // Binary: cache/js-dbg-64-0723bab9f15d-linux michael@0: // Flags: michael@0: // michael@0: function f(code) { michael@0: uneval(Function(code.replace(/\/\*DUPTRY\d+/, michael@0: function(k) { michael@0: n = k.substr(8) michael@0: return g("try{}catch(e){}", n) michael@0: } michael@0: ))) michael@0: } michael@0: function g(s, n) { michael@0: if (n == 1) return s michael@0: s2 = s + s michael@0: r = n % 2 michael@0: d = (n - r) / 2; michael@0: m = g(s2, d) michael@0: return r ? m: m michael@0: } michael@0: f("if(/>/(\"\")){/*DUPTRY4968(u)}else if([]()){}")