michael@0: with({}) { michael@0: function f() { michael@0: this.foo = "bar"; michael@0: } michael@0: o = new f(); michael@0: assertEq(o.foo, "bar"); michael@0: }