Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value.h58 EQUAL, // x = y member in panda::ecmascript::ComparisonResult
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp44 EXPECT_EQ(BigInt::Compare(bigint1.GetTaggedValue(), bigint1.GetTaggedValue()), ComparisonResult::EQUAL); in HWTEST_F_L0() member in panda::test::ComparisonResult
55 EXPECT_EQ(BigInt::Compare(zero.GetTaggedValue(), zero.GetTaggedValue()), ComparisonResult::EQUAL); in HWTEST_F_L0() member in panda::test::ComparisonResult

Completed in 4 milliseconds