Searched defs:SameValueZero (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dobjects.cc1785 bool Object::SameValueZero(Object* other) { function in class:v8::internal::Object
1806 // Implements the ES6 SameValueZero operation for floating point types.
1809 // SameValueZero doesn't distinguish between 0 and -0.
17917 if (candidate_key->SameValueZero(raw_key)) return true;
17932 if (candidate_key->SameValueZero(*key)) return table;

Completed in 100 milliseconds