Home
last modified time | relevance | path

Searched refs:compareRes (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_bigint_test.cpp332 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