var Constr = function() {} ; Constr.prototype = Object ; var a = new Constr() ; alert(a.hasOwnProperty('prototype')) ;