alert(function(x){return x+x;}.call(null, this.a=100)); alert(function(x){return x+x;}.call(null, window.a=100));