testNewWithClone.js (109B)
1 with({}) { 2 function f() { 3 this.foo = "bar"; 4 } 5 o = new f(); 6 assertEq(o.foo, "bar"); 7 }