Searched refs:SameValueZero (Results 1 – 7 of 7) sorted by relevance
21 CHECK(a->SameValueZero(*b)); \28 CHECK(a->SameValueZero(*b)); \33 CHECK(a->SameValueZero(*b)); \37 CHECK(!a->SameValueZero(*b)); \43 CHECK(a->SameValueZero(*b)); \54 CHECK(a->SameValueZero(*b)); \61 CHECK(!a->SameValueZero(*b)); \66 CHECK(a->SameValueZero(*b)); \71 CHECK(!a->SameValueZero(*b)); \76 CHECK(a->SameValueZero(*b)); \[all …]
70 function SameValueZero(x, y) { class178 to.SameValueZero = SameValueZero;
31 var SameValueZero;47 SameValueZero = from.SameValueZero;1729 if (SameValueZero(searchElement, elementK)) {
197 result = Float32x4::cast(*a)->SameValueZero(Float32x4::cast(b)); in RUNTIME_FUNCTION()
1571 bool Object::SameValueZero(Object* other) { in SameValueZero() function in v8::internal::Object18751 if (candidate_key->SameValueZero(*key)) return true; in HasKey()18766 if (candidate_key->SameValueZero(*key)) return table; in Add()
1347 bool SameValueZero(Object* other);
6951 Use SameValueZero for Map and Set (issue 1622).