bug1311061.js (98B)
1 // |jit-test| error:TypeError 2 function f() { 3 with(this) {}; 4 } 5 (new new Proxy(f, {get: f}))();