var widget = { slf: "hello ui", ui: { test: function(){ alert( this.self.slf ); } } }; widget.ui.self = widget; widget.ui.test();