michael@0: /* michael@0: * Any copyright is dedicated to the Public Domain. michael@0: * http://creativecommons.org/licenses/publicdomain/ michael@0: * Contributor: Gary Kwong michael@0: */ michael@0: michael@0: function f(e) { michael@0: eval("\ michael@0: [((function g(o, bbbbbb) {\ michael@0: if (aaaaaa = bbbbbb) {\ michael@0: return window.r = []\ michael@0: }\ michael@0: g(aaaaaa, bbbbbb + 1);\ michael@0: ({})\ michael@0: })([], 0)) \ michael@0: for (window in this) \ michael@0: for each(x in [0, 0])\ michael@0: ]\ michael@0: ") michael@0: } michael@0: t = 1; michael@0: f(); michael@0: reportCompare(0, 0, "");