var hasConstructor = _.has(function() { this.name = 'Bob'; }, "constructor"); console.log(hasConstructor); /*false*/