michael@0: x = 123; michael@0: function f() {} michael@0: function g(o) { michael@0: y = x.p; michael@0: eval('o'); michael@0: } michael@0: g(f);