Home
last modified time | relevance | path

Searched defs:str2 (Results 1 – 25 of 71) sorted by relevance

123

/arkcompiler/ets_runtime/test/moduletest/stringlocalecompare/
Dstringlocalecompare.js26 { str1: 'apple', str2: 'apple' }, property
27 { str1: 'apple', str2: 'banana' }, property
28 { str1: 'banana', str2: 'apple' }, property
29 { str1: 'app', str2: 'apple' }, property
30 { str1: 'application', str2: 'apple' }, property
31 { str1: 'Apple', str2: 'apple' }, property
32 { str1: '123', str2: '1234' }, property
33 { str1: '1234', str2: '123' }, property
34 { str1: 'Zebra', str2: 'apple' }, property
35 { str1: 'appleappleappleappleappleapple', str2: 'appleappleappleappleappleapple' }, property
[all …]
/arkcompiler/ets_frontend/arkguard/test/grammar/compact/
DmultiLine.ts20 const str2 = "这是第一行\n这是第二行"; constant
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/
Dtest-ts-regular-expression-patterns-2.ts16 let str2 = "This is a ··test ··string."; variable
/arkcompiler/ets_frontend/arkguard/test/grammar/types_definition/
Dstring_define.ts23 let str2 = 'def'; variable
/arkcompiler/ets_frontend/arkguard/test/grammar/variable_declaration/
Dstring_declaration.ts22 let str2 = 'def'; variable
/arkcompiler/ets_runtime/test/moduletest/datecompare/
Ddatecompare.js23 var str2 = Date.parse('2010-08-04') variable
/arkcompiler/ets_runtime/test/fuzztest/objectgetinformation_fuzzer/
Dobjectgetinformation_fuzzer.cpp33 std::string str2 = fdp.ConsumeRandomLengthString(1024); in ObjectGetAllPropertyNamesFuzzTest() local
64 std::string str2 = fdp.ConsumeRandomLengthString(1024); in ObjectGetOwnEnumerablePropertyNamesFuzzTest() local
82 std::string str2 = fdp.ConsumeRandomLengthString(1024); in ObjectGetOwnPropertyNamesFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
Dmaple_string.cpp366 bool operator==(const MapleString &str1, const MapleString &str2) in operator ==()
383 bool operator==(const MapleString &str1, const char *str2) in operator ==()
404 bool operator==(const char *str1, const MapleString &str2) in operator ==()
422 bool operator!=(const MapleString &str1, const MapleString &str2) in operator !=()
427 bool operator!=(const MapleString &str1, const char *str2) in operator !=()
432 bool operator!=(const char *str1, const MapleString &str2) in operator !=()
437 bool operator<(const MapleString &str1, const MapleString &str2) in operator <()
/arkcompiler/ets_frontend/es2panda/test/parser/ts/inline-property/
Dinline-property3.ts21 str2 = '1' property in HelloWorld2
/arkcompiler/toolchain/tooling/dynamic/test/
Ddebugger_service_test.cpp151 const char *str2 = OperateDebugMessage(ecmaVm, message); in HWTEST_F_L0() local
167 const char *str2 = OperateDebugMessage(ecmaVm, message); in HWTEST_F_L0() local
184 const char *str2 = OperateDebugMessage(ecmaVm, message); in HWTEST_F_L0() local
199 const char *str2 = OperateDebugMessage(ecmaVm, message); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/arkguard/test/grammar/compact_remove_console/
DmultiLine_logs.ts37 const str2 = `这是第四行 constant
/arkcompiler/ets_runtime/test/moduletest/stringfromcharcode/
Dstringfromcharcode.js25 var str2 = String.fromCharCode(90); variable
/arkcompiler/ets_runtime/test/fuzztest/nativepointernew2_fuzzer/
Dnativepointernew2_fuzzer.cpp36 std::string str2 = fdp.ConsumeRandomLengthString(1024); in NativePointerNew2FuzzTest() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/js_files/
Dheap_snapshot.js17 let str2 = 'string2'; variable
/arkcompiler/ets_runtime/test/fuzztest/stringtableconcatstringintern_fuzzer/
Dstringtableconcatstringintern_fuzzer.cpp52 JSHandle<EcmaString> str2 = factory->NewFromStdString(suffix); in StringTableConcatStringInternFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/weakmapref_fuzzer/
Dweakmapref_fuzzer.cpp56 std::string str2 = fdp.ConsumeRandomLengthString(1024); in WeakMapRefFuzzTest() local
/arkcompiler/ets_runtime/test/moduletest/objecthasownproperty/
Dobjecthasownproperty.js24 var str2 = "回家好好slsa"; variable
/arkcompiler/ets_runtime/test/fuzztest/setrefgetvalue_fuzzer/
Dsetrefgetvalue_fuzzer.cpp59 std::string str2 = fdp.ConsumeRandomLengthString(1024); in SetRefGetValueFuzztest() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_StringBuilder.cpp114 …CoreStringBuilderAppendString3(ObjectHeader *sb, EtsString *str0, EtsString *str1, EtsString *str2) in StdCoreStringBuilderAppendString3()
119 …CoreStringBuilderAppendString4(ObjectHeader *sb, EtsString *str0, EtsString *str1, EtsString *str2, in StdCoreStringBuilderAppendString4()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_test.cpp197 EtsString *str2 = EtsString::CreateFromUtf16(&data, 1); in TEST_F() local
280 EtsString *str2 = EtsString::CreateFromMUtf8(mutf8Data2); in TEST_F() local
359 EtsString *str2 = EtsString::CreateFromMUtf8(data2.data()); in TEST_F() local
386 EtsString *str2 = EtsString::CreateFromMUtf8(data2.data()); in TEST_F() local
491 EtsString *str2 = EtsString::CreateFromMUtf8(data2.data()); in TEST_F() local
509 EtsString *str2 = EtsString::CreateNewEmptyString(); in TEST_F() local
522 EtsString *str2 = EtsString::CreateFromMUtf8(data1.data(), data1.size() - 4U); in TEST_F() local
/arkcompiler/ets_runtime/test/moduletest/arrayjoin/
Darrayjoin.js51 var str2 = JSON.stringify(new Array(3).join("0")); variable
/arkcompiler/ets_runtime/test/moduletest/objoperate/
Dobjoperate.js55 var str2 = "jjj" + "kk"; variable
/arkcompiler/runtime_core/common_interfaces/objects/string/
Dbase_string-inl1.h104 bool BaseString::StringsAreEquals(Span<const T> &str1, Span<const T1> &str2) in StringsAreEquals()
/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/modify_api/strings/
Dstrings_test.cpp107 auto str2 = g_implM->createString(userData.file, "string2", strlen("string2")); in TEST_F() local
178 auto str2 = g_implM->createString(userData.file, "string2", strlen("string2")); in TEST_F() local
/arkcompiler/ets_runtime/test/sharedtest/sharedJSON/
DsharedJSON.ts70 let str2 = JSON.stringify(obj1); variable

123