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.cpp76 std::vector<uint16_t> resultString {first, 0x0}; in NextInternal() local
87 std::vector<uint16_t> resultString {first, 0x0}; in NextInternal() local
90 std::vector<uint16_t> resultString {first, second, 0x0}; in NextInternal() local
Dbuiltins_regexp.cpp888 std::string resultString; in RegExpReplaceFast() local
946 std::string &resultString) in MatchAndReplace()
Dbuiltins_string.cpp2313 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
376 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0() local
405 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0() local
463 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0() local
477 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleMap, handleReplacer, handleGap); in HWTEST_F_L0() local
510 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleMap, handleReplacer, handleGap); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_symbol_test.cpp305 JSHandle<EcmaString> resultString = JSTaggedValue::ToString( in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp3397 Label resultString(env); in PadStart() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp1848 Local<StringRef> resultString = ArrayRef::GetValueAt(vm_, arrayObject, index); in HWTEST_F_L0() local