michael@0: function f(x) { michael@0: var y = (x < 0) ? 1 : 2; michael@0: Math.floor(0); // bailout michael@0: } michael@0: Math.floor(0); michael@0: f(1);