michael@0: // Binary: cache/js-dbg-32-5d1cbc94bc42-linux michael@0: // Flags: -m -n -a michael@0: // michael@0: function f(x) { michael@0: this.i = x; michael@0: } michael@0: for each(let e in [0, 0, []]) { michael@0: try { michael@0: f(e) michael@0: } catch (e) {} michael@0: } michael@0: print(uneval(this))