with ({}) { } with ({x : 42}) { var foo = function () { "use strict"; return x; }; } with ({}) { }