Home
last modified time | relevance | path

Searched defs:string3 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/toolchain/tooling/dynamic/test/testcases/js/
Dexport_variable_first.js17 export var string3 = "helloworld12"; variable
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_collator_test.cpp41 JSHandle<EcmaString> string3 = factory->NewFromASCII("cde"); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_test.cpp219 EtsString *string3 = EtsString::CreateFromUtf16(data3.data(), data3.size() - 1); in TEST_F() local
647 EtsString *string3 = EtsString::CreateFromMUtf8(reinterpret_cast<const char *>(data.data())); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h235 …coretypes::String *string3 = coretypes::String::Concat(etsString1->GetCoreType(), etsString2->GetC… in Concat() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstring_test.cpp579 String *string3 = String::CreateFromUtf16(data3.data(), data3.size() - 1, GetLanguageContext(), in TEST_F() local
657 String *string3 = String::CreateFromUtf16(data3.data(), data3.size() - 1, GetLanguageContext(), in TEST_F() local
/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js1950 let string3 = mixed.toString(); variable