inp = function (){ alert('load') function alload(){ alert('return load') } } myobj= new inp; myobj.alload()