Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string_iterator.cpp75 std::vector<uint16_t> resultString {first, 0x0}; in NextInternal() local
85 std::vector<uint16_t> resultString {first, 0x0}; in NextInternal() local
88 std::vector<uint16_t> resultString {first, second, 0x0}; in NextInternal() local
Dbuiltins_string.cpp2070 std::u16string resultString; in Pad() local
Dbuiltins_regexp.cpp802 std::string resultString; in RegExpReplaceFast() 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
343 …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
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp1814 Local<StringRef> resultString = ArrayRef::GetValueAt(vm_, arrayObject, index); in HWTEST_F_L0() local