Lines Matching refs:OBJECTS
1122 // The two objects are identical. If we know that one of them isn't NaN then
1137 // Comparing JS objects with <=, >= is complicated.
1186 // If all bits not set (ne cond), then not a NaN, objects are equal.
1559 // If both objects are undetectable, they are equal. Otherwise, they
1560 // are not equal, since they are different objects and an object is not
1711 // Handle the case where the objects are identical. Either returns the answer
1712 // or goes to slow. Only falls through if the objects were not identical.
1783 // At this point we know we are dealing with two different objects,
1784 // and neither of them is a Smi. The objects are in lhs_ and rhs_.
1806 // Returns an answer for two symbols or two detectable objects.
3980 // NOTE: Invocations of builtins may return failure objects
4564 // Do the allocation of all three objects in one go.
4755 // Do the allocation of both objects in one go.
6417 // Check that both objects are sequential ASCII strings.
6865 // Check that both operands are heap objects.
6908 // Check that both operands are heap objects.
6979 ASSERT(state_ == CompareIC::OBJECTS);