Home | History | Annotate | Download | only in ia32

Lines Matching defs:equality

1973   // Strict equality can quickly decide whether objects are equal.
1974 // Non-strict object equality is slower, so it is handled later in the stub.
1978 // If we're doing a strict equality comparison, we don't have to do
2014 // There is no test for undetectability in strict equality.
2076 // Fast negative check for internalized-to-internalized equality.
2114 // Non-strict equality. Objects are unequal if
3732 // For equality we do not care about the sign of the result.
3926 bool equality = Token::IsEqualityOp(op_);
3967 // non-equality compare, we still need to determine the order. We
3969 if (equality) {
3987 if (equality) {
4001 if (equality) {