function a(){ alert(this); } window.a(); // Object Window function a(){ alert(this); } window.document.a(); // Uncaught exception: TypeError: 'window.document.a' is not a function