Searched refs:compareRes (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_bigint_test.cpp | 332 bool compareRes = JSTaggedValue::Equal(thread, number, bigint);
in HWTEST_F_L0() local 333 ASSERT_TRUE(compareRes);
in HWTEST_F_L0() 338 compareRes = JSTaggedValue::Equal(thread, number, bigint);
in HWTEST_F_L0() 340 ASSERT_TRUE(compareRes);
in HWTEST_F_L0() 345 compareRes = JSTaggedValue::Equal(thread, number, bigint);
in HWTEST_F_L0() 346 ASSERT_TRUE(compareRes);
in HWTEST_F_L0() 351 compareRes = JSTaggedValue::Equal(thread, number, bigint);
in HWTEST_F_L0() 352 ASSERT_TRUE(compareRes);
in HWTEST_F_L0() 474 bool compareRes = JSTaggedValue::Equal(thread, bigint, number);
in HWTEST_F_L0() local 475 ASSERT_TRUE(compareRes);
in HWTEST_F_L0() [all...] |
Completed in 1 milliseconds