Home
last modified time | relevance | path

Searched defs:string1 (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_handle_test.cpp60 auto string1 = factory->NewFromASCII("test1"); in HWTEST_F_L0() local
82 auto string1 = factory->NewFromUtf8(test.c_str()); in HWTEST_F_L0() local
119 auto string1 = factory->NewFromUtf8(test.c_str()); in HWTEST_F_L0() local
137 auto string1 = factory->NewFromUtf8(test.c_str()); in HWTEST_F_L0() local
150 auto string1 = factory->NewFromUtf8(test.c_str()); in HWTEST_F_L0() local
171 auto string1 = factory->NewFromASCII("test1"); in HWTEST_F_L0() local
202 auto string1 = factory->NewFromUtf8(test.c_str()); in HWTEST_F_L0() local
Djs_collator_test.cpp73 JSHandle<EcmaString> string1 = factory->NewFromASCII("ABC"); in HWTEST_F_L0() local
Djs_array_test.cpp98 EcmaString *string1 = *factory->NewFromASCII("1"); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_collator.cpp465 …e JSCollator::CompareStrings(const icu::Collator *icuCollator, const JSHandle<EcmaString> &string1, in CompareStrings()
480 const JSHandle<EcmaString> &string1, in FastCompareStrings()
/arkcompiler/toolchain/tooling/test/testcases/js/
Dmodule_variable.js125 var string1 = "helloworld1"; variable
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_string_test.cpp1254 JSHandle<EcmaString> string1( in HWTEST_F_L0() local
1293 JSHandle<EcmaString> string1( in HWTEST_F_L0() local
Dbuiltins_regexp_test.cpp650 JSHandle<EcmaString> string1 = factory->NewFromASCII("abc"); in HWTEST_F_L0() local