Home | History | Annotate | Download | only in ia32

Lines Matching refs:equality

4328   // Strict equality can quickly decide whether objects are equal.
4329 // Non-strict object equality is slower, so it is handled later in the stub.
4333 // If we're doing a strict equality comparison, we don't have to do
4369 // There is no test for undetectability in strict equality.
4462 // Fast negative check for symbol-to-symbol equality.
4500 // Non-strict equality. Objects are unequal if
6517 // For equality we do not care about the sign of the result.
6650 bool equality = Token::IsEqualityOp(op_);
6691 // non-equality compare, we still need to determine the order.
6692 if (equality) {
6710 if (equality) {
6724 if (equality) {