michael@0: try { michael@0: { michael@0: function x() {} michael@0: } michael@0: o = (0).__proto__; michael@0: function f(o) { michael@0: o._("", function() {}) michael@0: } michael@0: f(o) michael@0: } catch (e) {}