Searched refs:str4 (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/test/aottest/logic_op/ |
D | logic_op.ts | 29 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/ |
D | test-ts-classes-10-expected.txt | 4 str4
|
D | test-ts-classes-11-expected.txt | 4 str4
|
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/ |
D | snapshot_test.cpp | 111 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/ |
D | regexp_test.cpp | 779 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/ |
D | js_bigint_test.cpp | 63 CString str4 = "-9007199254740991012"; in HWTEST_F_L0() local 67 JSHandle<BigInt> bigint4 = BigIntHelper::SetBigInt(thread, str4); in HWTEST_F_L0()
|
D | js_serializer_test.cpp | 776 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/ |
D | builtins_date_test.cpp | 729 JSHandle<EcmaString> str4 = in HWTEST_F_L0() local 734 ecmaRuntimeCallInfo4->SetCallArg(0, str4.GetTaggedValue()); in HWTEST_F_L0()
|