Home | History | Annotate | Download | only in src

Lines Matching refs:Left

109   // checked in the CompareStub, so there should be nothing left.
117 var left;
123 left = this;
127 left = this;
132 left = %ToPrimitive(this, NUMBER_HINT);
137 if (IS_STRING(left) && IS_STRING(right)) {
138 return %_StringCompare(left, right);
140 var left_number = %ToNumber(left);
174 // Left operand (this) is already a string.
261 // left operand. This ensures that valueOf methods on the right
313 // left operand. This ensures that valueOf methods on the right