Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string_iterator.cpp74 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_regexp.cpp863 std::string resultString; in RegExpReplaceFast() local
921 std::string &resultString) in MatchAndReplace()
Dbuiltins_string.cpp2294 std::u16string resultString; in Pad() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_stringifier_test.cpp203 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0() local
231 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0() local
271 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0() local
294 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0() local
336 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0() local
375 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0() local
404 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0() local
462 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0() local
476 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleMap, handleReplacer, handleGap); in HWTEST_F_L0() local
509 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleMap, handleReplacer, handleGap); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_symbol_test.cpp307 JSHandle<EcmaString> resultString = JSTaggedValue::ToString( in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp3502 Label resultString(env); in PadStart() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp1800 Local<StringRef> resultString = ArrayRef::GetValueAt(vm_, arrayObject, index); in HWTEST_F_L0() local