Home | History | Annotate | Download | only in ia32

Lines Matching refs:equality

4147   // Strict equality can quickly decide whether objects are equal.
4148 // Non-strict object equality is slower, so it is handled later in the stub.
4152 // If we're doing a strict equality comparison, we don't have to do
4188 // There is no test for undetectability in strict equality.
4280 // Fast negative check for internalized-to-internalized equality.
4318 // Non-strict equality. Objects are unequal if
6412 // For equality we do not care about the sign of the result.
6624 bool equality = Token::IsEqualityOp(op_);
6665 // non-equality compare, we still need to determine the order. We
6667 if (equality) {
6685 if (equality) {
6699 if (equality) {