| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_date_time_format_first_test.cpp | 122 JSHandle<EcmaString> resultStr(thread, result2); in FormatCommon() local 130 auto resultStr = FormatCommon(thread, "en-US", days); in HWTEST_F_L0() local 138 auto resultStr = FormatCommon(thread, "pt-BR", days); in HWTEST_F_L0() local 178 …JSHandle<EcmaString> resultStr = factory->NewFromUtf8("2020/11/1周日 24:00:00 – 2021/7/1周四 24:00:00"… in HWTEST_F_L0() local 199 …JSHandle<EcmaString> resultStr = factory->NewFromUtf8("Fri, 1/1/2021, 24:00:00 – Mon, 3/1/2021, 24… in HWTEST_F_L0() local
|
| D | builtins_date_time_format_second_test.cpp | 85 JSHandle<EcmaString> resultStr(thread, elements->Get(thread, 0)); in HWTEST_F_L0() local 117 JSHandle<EcmaString> resultStr(thread, elements->Get(thread, 0)); in HWTEST_F_L0() local 216 JSHandle<EcmaString> resultStr(thread, dtResult); in HWTEST_F_L0() local 309 JSHandle<EcmaString> resultStr(thread, dtResult); in HWTEST_F_L0() local 357 JSHandle<EcmaString> resultStr = in HWTEST_F_L0() local
|
| D | builtins_bigint_test.cpp | 111 JSHandle<EcmaString> resultStr = BigInt::ToString(thread, bigIntHandle); in HWTEST_F_L0() local 127 JSHandle<EcmaString> resultStr = BigInt::ToString(thread, bigIntHandle); in HWTEST_F_L0() local 143 JSHandle<EcmaString> resultStr = BigInt::ToString(thread, bigIntHandle); in HWTEST_F_L0() local 160 JSHandle<EcmaString> resultStr = BigInt::ToString(thread, bigIntHandle); in HWTEST_F_L0() local 182 JSHandle<EcmaString> resultStr(factory->NewFromASCII("123.456.789.123.456.789")); in HWTEST_F_L0() local
|
| D | builtins_list_format_second_test.cpp | 196 JSHandle<EcmaString> resultStr(thread, elements->Get(thread, 0)); in HWTEST_F_L0() local
|
| D | builtins_locale_test.cpp | 207 JSHandle<EcmaString> resultStr( in HWTEST_F_L0() local
|
| D | builtins_object_test.cpp | 861 JSTaggedValue resultStr = BuiltinsObject::ToString(strEcmaRuntimeCallInfo); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/api/ |
| D | ani_stringdecoder.cpp | 90 ani_string resultStr {}; in Write() local 109 ani_string resultStr {}; in End() local
|
| D | ani_textdecoder.cpp | 96 ani_string resultStr {}; in GetResultStr() local 181 ani_string resultStr = GetResultStr(env, arrDat, resultLen); in DecodeToString() local
|
| /arkcompiler/ets_runtime/ecmascript/regexp/tests/ |
| D | regexp_test.cpp | 708 JSHandle<EcmaString> resultStr = GetSubString(regExpGlobalResult, inputStr, 0); in HWTEST_F_L0() local 800 JSHandle<EcmaString> resultStr = GetSubString(regExpGlobalResult, inputStr, 0); in HWTEST_F_L0() local 825 JSHandle<EcmaString> resultStr = GetSubString(regExpGlobalResult, inputStr, 0); in HWTEST_F_L0() local 888 JSHandle<EcmaString> resultStr = GetSubString(regExpGlobalResult, inputStr, 0); in HWTEST_F_L0() local 913 JSHandle<EcmaString> resultStr = GetSubString(regExpGlobalResult, inputStr, 0); in HWTEST_F_L0() local 938 JSHandle<EcmaString> resultStr = GetSubString(regExpGlobalResult, inputStr, 0); in HWTEST_F_L0() local 963 JSHandle<EcmaString> resultStr = GetSubString(regExpGlobalResult, inputStr, 0); in HWTEST_F_L0() local 988 JSHandle<EcmaString> resultStr = GetSubString(regExpGlobalResult, inputStr, 0); in HWTEST_F_L0() local 1013 JSHandle<EcmaString> resultStr = GetSubString(regExpGlobalResult, inputStr, 0); in HWTEST_F_L0() local 1038 JSHandle<EcmaString> resultStr = GetSubString(regExpGlobalResult, inputStr, 0); in HWTEST_F_L0() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | number_helper_test.cpp | 64 JSHandle<EcmaString> resultStr = factory->NewFromASCII("100101"); in HWTEST_F_L0() local 110 JSHandle<EcmaString> resultStr = in HWTEST_F_L0() local 482 JSHandle<EcmaString> resultStr = factory->NewFromASCII("1.12356e-4"); in HWTEST_F_L0() local 532 JSHandle<EcmaString> resultStr = factory->NewFromASCII("1.239876e+2"); in HWTEST_F_L0() local 577 JSHandle<EcmaString> resultStr; in HWTEST_F_L0() local 735 JSHandle<EcmaString> resultStr = factory->NewFromASCII("0.10"); in HWTEST_F_L0() local 800 JSHandle<EcmaString> resultStr = factory->NewFromASCII("-1.2e-9"); in HWTEST_F_L0() local
|
| D | json_stringifier_test.cpp | 233 JSHandle<EcmaString> resultStr = in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_plural_rules_test.cpp | 62 JSHandle<EcmaString> resultStr; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/ |
| D | IntlRelativeTimeFormat.cpp | 53 auto resultStr = static_cast<ani_string>(resultRef); in CallOptionGetter() local
|
| /arkcompiler/ets_frontend/arkguard/test/ut/initialization/ |
| D | ConfigResolver.spec.ts | 180 let resultStr: string = ''; variable
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 1903 EcmaString *resultStr = EcmaStringAccessor::Concat( in RuntimeAdd2() local 1918 EcmaString *resultStr = EcmaStringAccessor::Concat(thread->GetEcmaVM(), stringA0, stringA1); in RuntimeAdd2() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string.cpp | 1145 EcmaString *resultStr = EcmaStringAccessor::Concat(ecmaVm, tempString, suffixString); in Replace() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_string_stub_builder.cpp | 893 GateRef resultStr = StringConcat(glue, tempStr, suffixString); in Replace() local
|