1 2 3 4 5 6 7 8 9 10
function f(o) { Object.seal(o); } gc(); if(2 != 2) { g = new f(g); } with({}) { f({}); }