Searched refs:Square_area (Results 1 – 1 of 1) sorted by relevance
34 function Square_area() { return this.x * this.x; } class35 Square.prototype.area = Square_area;