Home
last modified time | relevance | path

Searched refs:str4 (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/logic_op/
Dlogic_op.ts29 var str4: any = "hello"
39 print(str3 == str4)
47 print(str3 != str4)
55 print(str3 < str4)
63 print(str3 <= str4)
71 print(str3 > str4)
79 print(str3 >= str4)
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/classes/
Dtest-ts-classes-10-expected.txt4 str4
Dtest-ts-classes-11-expected.txt4 str4
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp111 JSHandle<EcmaString> str4 = factory->ConcatFromString(str1, str3); in HWTEST_F_L0() local
120 constpool->SetObjectToCache(thread, 7, str4.GetTaggedValue()); in HWTEST_F_L0()
121 constpool->SetObjectToCache(thread, 8, str4.GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/regexp/tests/
Dregexp_test.cpp779 JSHandle<EcmaString> str4 = factory->NewFromASCII("a"); in HWTEST_F_L0() local
784 ASSERT_TRUE(EcmaStringAccessor::Compare(instance, result.captures_[3].second, str4) == 0); in HWTEST_F_L0()
1416 JSHandle<EcmaString> str4 = factory->NewFromASCII("09"); in HWTEST_F_L0() local
1420 ASSERT_TRUE(EcmaStringAccessor::Compare(instance, result.captures_[3].second, str4) == 0); in HWTEST_F_L0()
1703 JSHandle<EcmaString> str4 = factory->NewFromASCII("5"); in HWTEST_F_L0() local
1708 ASSERT_TRUE(EcmaStringAccessor::Compare(instance, result.captures_[3].second, str4) == 0); in HWTEST_F_L0()
1731 JSHandle<EcmaString> str4 = factory->NewFromASCII("31"); in HWTEST_F_L0() local
1735 ASSERT_TRUE(EcmaStringAccessor::Compare(instance, result.captures_[3].second, str4) == 0); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp63 CString str4 = "-9007199254740991012"; in HWTEST_F_L0() local
67 JSHandle<BigInt> bigint4 = BigIntHelper::SetBigInt(thread, str4); in HWTEST_F_L0()
Djs_serializer_test.cpp776 CString str4 = "1234567890987654321"; // Decimal in BigIntTest() local
781 JSHandle<BigInt> bigInt5 = BigIntHelper::SetBigInt(thread, str4, BigInt::DECIMAL); in BigIntTest()
1856 CString str4 = "1234567890987654321"; // Decimal in HWTEST_F_L0() local
1861 JSHandle<BigInt> bigInt5 = BigIntHelper::SetBigInt(thread, str4, BigInt::DECIMAL); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_test.cpp729 JSHandle<EcmaString> str4 = in HWTEST_F_L0() local
734 ecmaRuntimeCallInfo4->SetCallArg(0, str4.GetTaggedValue()); in HWTEST_F_L0()