Searched defs:sayName (Results 1 – 1 of 1) sorted by relevance
146 sayName() { method in Parent565 sayName() { method in B618 Person.prototype.sayName = function(){alert(this.name);}; method in Person