Home
last modified time | relevance | path

Searched defs:resultStr (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Dnumber_helper_test.cpp87 JSHandle<EcmaString> resultStr = factory->NewFromASCII("100101"); in HWTEST_F_L0() local
127 JSHandle<EcmaString> resultStr = in HWTEST_F_L0() local
314 JSHandle<EcmaString> resultStr = factory->NewFromASCII("1.239876e+2"); in HWTEST_F_L0() local
350 JSHandle<EcmaString> resultStr = factory->NewFromASCII("123.5"); in HWTEST_F_L0() local
390 JSHandle<EcmaString> resultStr = factory->NewFromASCII("0"); in HWTEST_F_L0() local
427 JSHandle<EcmaString> resultStr; in HWTEST_F_L0() local
Djson_stringifier_test.cpp172 JSHandle<EcmaString> resultStr = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_time_format_test.cpp191 JSHandle<EcmaString> resultStr(thread, result2); in HWTEST_F_L0() local
231 JSHandle<EcmaString> resultStr(thread, result2); in HWTEST_F_L0() local
281 …JSHandle<EcmaString> resultStr = factory->NewFromUtf8("2020/11/1周日 24:00:00 – 2021/7/1周四 24:00:00"… in HWTEST_F_L0() local
306 …JSHandle<EcmaString> resultStr = factory->NewFromUtf8("Fri, 1/1/2021, 24:00:00 – Mon, 3/1/2021, 24… in HWTEST_F_L0() local
384 JSHandle<EcmaString> resultStr(thread, elements->Get(0)); in HWTEST_F_L0() local
416 JSHandle<EcmaString> resultStr(thread, elements->Get(0)); in HWTEST_F_L0() local
Dbuiltins_bigint_test.cpp118 JSHandle<EcmaString> resultStr = BigInt::ToString(thread, bigIntHandle); in HWTEST_F_L0() local
142 JSHandle<EcmaString> resultStr = BigInt::ToString(thread, bigIntHandle); in HWTEST_F_L0() local
166 JSHandle<EcmaString> resultStr = BigInt::ToString(thread, bigIntHandle); in HWTEST_F_L0() local
190 JSHandle<EcmaString> resultStr = BigInt::ToString(thread, bigIntHandle); in HWTEST_F_L0() local
225 JSHandle<EcmaString> resultStr(factory->NewFromASCII("123.456.789.123.456.789")); in HWTEST_F_L0() local
Dbuiltins_locale_test.cpp167 JSHandle<EcmaString> resultStr( in HWTEST_F_L0() local
Dbuiltins_list_format_test.cpp510 JSHandle<EcmaString> resultStr(thread, elements->Get(0)); in HWTEST_F_L0() local
Dbuiltins_object_test.cpp888 JSTaggedValue resultStr = BuiltinsObject::ToString(strEcmaRuntimeCallInfo); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_plural_rules_test.cpp95 JSHandle<EcmaString> resultStr; in HWTEST_F_L0() local