Home
last modified time | relevance | path

Searched refs:str3 (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/logic_op/
Dlogic_op.ts28 var str3: any = "hello the world"
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/arkguard/test/grammar/types_definition/
Dstring_define.ts27 let str3 = `aa${str1}bb${str2}cc\${}`; variable
29 assert(str3 === 'aaabcbbdefcc${}', 'success');
/arkcompiler/ets_frontend/arkguard/test/grammar/variable_declaration/
Dstring_declaration.ts26 let str3 = `aa${str1} variable
29 assert(str3 === 'aaabc\nbbdefcc${}', 'success');
/arkcompiler/ets_runtime/test/moduletest/string/
Dstring.js27 let str3 = tmp.substring(0, 111) + 'nsExpress3SF#123456789的' + tmp.substring(111 + 23); variable
30 print((flag === str3).toString());
/arkcompiler/ets_runtime/test/moduletest/arrayjoin/
Darrayjoin.js30 var str3 = JSON.stringify(arr.join("0")); variable
31 print(str3)
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/classes/
Dtest-ts-classes-10-expected.txt3 str3
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp110 JSHandle<EcmaString> str3 = factory->NewFromASCII("str333333333333"); in HWTEST_F_L0() local
111 JSHandle<EcmaString> str4 = factory->ConcatFromString(str1, str3); in HWTEST_F_L0()
119 constpool->SetObjectToCache(thread, 6, str3.GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/regexp/tests/
Dregexp_test.cpp778 JSHandle<EcmaString> str3 = factory->NewFromASCII("ac"); in HWTEST_F_L0() local
783 ASSERT_TRUE(EcmaStringAccessor::Compare(instance, result.captures_[2].second, str3) == 0); in HWTEST_F_L0()
1351 JSHandle<EcmaString> str3 = factory->NewFromASCII("b"); in HWTEST_F_L0() local
1354 ASSERT_TRUE(EcmaStringAccessor::Compare(instance, result.captures_[2].second, str3) == 0); in HWTEST_F_L0()
1415 JSHandle<EcmaString> str3 = factory->NewFromASCII("01"); in HWTEST_F_L0() local
1419 ASSERT_TRUE(EcmaStringAccessor::Compare(instance, result.captures_[2].second, str3) == 0); in HWTEST_F_L0()
1441 JSHandle<EcmaString> str3 = factory->NewFromASCII("Jumps"); in HWTEST_F_L0() local
1444 ASSERT_TRUE(EcmaStringAccessor::Compare(instance, result.captures_[2].second, str3) == 0); in HWTEST_F_L0()
1487 JSHandle<EcmaString> str3 = factory->NewFromASCII("netscap"); in HWTEST_F_L0() local
1490 ASSERT_TRUE(EcmaStringAccessor::Compare(instance, result.captures_[2].second, str3) == 0); in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_stringifier_test.cpp70 CString str3 = "y"; in CreateBaseJSObject() local
71 JSHandle<JSTaggedValue> handleKey3(factory->NewFromASCII(str3)); in CreateBaseJSObject()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_json_test.cpp138 CString str3 = "z"; in CreateBuiltinJSObject1() local
139 JSHandle<JSTaggedValue> key3(factory->NewFromASCII(str3)); in CreateBuiltinJSObject1()
Dbuiltins_date_test.cpp717 JSHandle<EcmaString> str3 = in HWTEST_F_L0() local
722 ecmaRuntimeCallInfo3->SetCallArg(0, str3.GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp62 CString str3 = "-9007199254740991012345"; in HWTEST_F_L0() local
66 JSHandle<BigInt> bigint3 = BigIntHelper::SetBigInt(thread, str3); in HWTEST_F_L0()
Djs_serializer_test.cpp775 CString str3 = "-9007199254740991012345"; in BigIntTest() local
779 JSHandle<BigInt> bigInt3 = BigIntHelper::SetBigInt(thread, str3); in BigIntTest()
1855 CString str3 = "-9007199254740991012345"; in HWTEST_F_L0() local
1859 JSHandle<BigInt> bigInt3 = BigIntHelper::SetBigInt(thread, str3); in HWTEST_F_L0()