michael@0: var i = 1; michael@0: var j = 2; michael@0: function f() { michael@0: if (false) michael@0: function g() {}; michael@0: return i / j; michael@0: } michael@0: -null; michael@0: -null; michael@0: -null; michael@0: -null; michael@0: -null; michael@0: f(); michael@0: