Home | History | Annotate | Download | only in x87

Lines Matching refs:equality

803   // Strict equality can quickly decide whether objects are equal.
804 // Non-strict object equality is slower, so it is handled later in the stub.
808 // If we're doing a strict equality comparison, we don't have to do
844 // There is no test for undetectability in strict equality.
918 // Fast negative check for internalized-to-internalized equality.
948 // Non-strict equality. Objects are unequal if
1964 // For equality we do not care about the sign of the result.
2130 bool equality = Token::IsEqualityOp(op());
2171 // non-equality compare, we still need to determine the order. We
2173 if (equality) {
2191 if (equality) {
2201 if (equality) {