Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:getter

66     return this.name;  // getter 1
69 return { // getter 2
79 return this.name; // getter y
83 return this.name; // getter 3
100 expected_source_line_text = ' return this.name; // getter 1';
107 expected_source_line_text = ' return this.name; // getter 1';
114 expected_source_line_text = ' return this.name; // getter 1';
117 var x = c['getter' + i];
123 expected_source_line_text = ' return this.name; // getter 1';
130 expected_source_line_text = ' return this.name; // getter 1';
133 var x = d.c['getter' + i];
138 expected_source_line_text = ' return { // getter 2';
147 expected_source_line_text = ' return this.name; // getter y';
154 expected_source_line_text = ' return this.name; // getter 3';
203 expected_source_line_text = ' return this.name; // getter 1';
217 expected_source_line_text = ' return this.name; // getter 3';