Home | History | Annotate | Download | only in x64

Lines Matching defs:equality

1842     // If it's not a heap number, then return equal for (in)equality operator.
1875 // If we're doing a strict equality comparison, we don't have to do
1900 // There is no test for undetectability in strict equality.
1960 // Fast negative check for internalized-to-internalized equality.
2002 // Not strict equality. Objects are unequal if
3685 // For equality we do not care about the sign of the result.
3870 bool equality = Token::IsEqualityOp(op_);
3910 if (equality) {
3928 if (equality) {
3942 if (equality) {