Home | History | Annotate | Download | only in src

Lines Matching refs:Right

136   var right = %ToPrimitive(x, NUMBER_HINT);
137 if (IS_STRING(left) && IS_STRING(right)) {
138 return %_StringCompare(left, right);
141 var right_number = %ToNumber(right);
189 // Right operand (y) is already a string.
259 // Make sure to convert the right operand to a number before
261 // left operand. This ensures that valueOf methods on the right
311 // Make sure to convert the right operand to a number before
313 // left operand. This ensures that valueOf methods on the right
440 // Make sure the arguments list has the right type.
647 // boilerplate gets the right prototype.