michael@0: /* Any copyright is dedicated to the Public Domain. michael@0: http://creativecommons.org/publicdomain/zero/1.0/ */ michael@0: michael@0: window.addEventListener("bogus", function namedEventListener() { michael@0: // Blah! Third source! michael@0: }); michael@0: michael@0: try { michael@0: var bar = foo.sub.sub.test({ michael@0: a: function A() { michael@0: } michael@0: }); michael@0: michael@0: bar.alpha = foo.sub.sub.test({ michael@0: b: function B() { michael@0: } michael@0: }); michael@0: michael@0: bar.alpha.beta = new X(Y(Z(foo.sub.sub.test({ michael@0: c: function C() { michael@0: } michael@0: })))); michael@0: michael@0: this.theta = new X(new Y(new Z(new foo.sub.sub.test({ michael@0: d: function D() { michael@0: } michael@0: })))); michael@0: michael@0: var fun = foo = bar = this.t_foo = window.w_bar = function baz() {}; michael@0: michael@0: } catch (e) { michael@0: }