Home
last modified time | relevance | path

Searched defs:resultString (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string_iterator.cpp70 std::vector<uint16_t> resultString {first, 0x0}; in Next() local
80 std::vector<uint16_t> resultString {first, 0x0}; in Next() local
83 std::vector<uint16_t> resultString {first, second, 0x0}; in Next() local
Dbuiltins_regexp.cpp629 std::string resultString; in RegExpReplaceFast() local
Dbuiltins_string.cpp1828 std::u16string resultString; in Pad() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_stringifier_test.cpp142 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0() local
170 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0() local
210 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0() local
233 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0() local
275 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0() local
314 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0() local
342 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_symbol_test.cpp373 JSHandle<EcmaString> resultString = JSTaggedValue::ToString( in HWTEST_F_L0() local