michael@0: function g(a) {} michael@0: for(var i = 0; i < 10000; i++) { michael@0: g(0 || 1); michael@0: }