노드 버전은 7.9.0


var a = this;


(function() {

    console.log(this === a);

})();