michael@0: // |jit-test| error: ReferenceError michael@0: function f1(code) { michael@0: f = Function(code) michael@0: f2() michael@0: } michael@0: function f2() { michael@0: f() michael@0: } michael@0: f1("d=this.__defineGetter__(\"x\",gc)") michael@0: f1("b(x&=w);function b(){}") michael@0: