Home
last modified time | relevance | path

Searched defs:SameValue (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_number.h164 inline static bool SameValue(JSTaggedNumber x, JSTaggedNumber y) in SameValue() function
Djs_tagged_value-inl.h82 inline bool JSTaggedValue::SameValue(const JSThread *thread, const JSTaggedValue &x, const JSTagged… in SameValue() function
105 inline bool JSTaggedValue::SameValue(const JSThread *thread, const JSHandle<JSTaggedValue> &xHandle, in SameValue() function
Djs_bigint.cpp222 bool BigInt::SameValue(const JSTaggedValue &x, const JSTaggedValue &y) in SameValue() function in panda::ecmascript::BigInt
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp1003 HWTEST_F_L0(JSTaggedValueTest, SameValue) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp3239 DEF_CALL_SIGNATURE(SameValue) in DEF_CALL_SIGNATURE() argument
Dstub_builder.cpp6788 GateRef StubBuilder::SameValue(GateRef glue, GateRef left, GateRef right) in SameValue() function in panda::ecmascript::kungfu::StubBuilder