function f() { var o = { x: 42 }; var x = o.x; var y = o.y; } var z = document.all;