Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h350 inline bool JSTaggedValue::SameValueZero(const JSTaggedValue &x, const JSTaggedValue &y) in SameValueZero() function
Djs_bigint.cpp228 bool BigInt::SameValueZero(const JSTaggedValue &x, const JSTaggedValue &y) in SameValueZero() function in panda::ecmascript::BigInt
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp1065 HWTEST_F_L0(JSTaggedValueTest, SameValueZero) in HWTEST_F_L0() argument