Home
last modified time | relevance | path

Searched refs:SameValueZeroLinear (Results 1 – 5 of 5) sorted by relevance

/dports/www/firefox/firefox-99.0/js/src/vm/
H A DEqualityOperations.h49 extern bool SameValueZeroLinear(const JS::Value& lval, const JS::Value& rval);
H A DEqualityOperations.cpp298 bool js::SameValueZeroLinear(const JS::Value& lval, const JS::Value& rval) { in SameValueZeroLinear() function in js
H A DRecordType.cpp324 if (!js::SameValueZeroLinear(v1, v2)) { in sameValueZero()
H A DTupleType.cpp395 if (!js::SameValueZeroLinear(v1, v2)) { in sameValueZero()
/dports/www/firefox/firefox-99.0/js/src/builtin/
H A DMapObject.cpp161 b = js::SameValueZeroLinear(value, other.value); in operator ==()