Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h122 inline bool JSTaggedValue::SameValueZero(const JSThread *thread, const JSTaggedValue &x, const JSTa… 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.cpp1054 HWTEST_F_L0(JSTaggedValueTest, SameValueZero) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp6937 GateRef StubBuilder::SameValueZero(GateRef glue, GateRef left, GateRef right) in SameValueZero() function in panda::ecmascript::kungfu::StubBuilder