Searched defs:resultString (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string_iterator.cpp | 76 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
|
| D | builtins_regexp.cpp | 888 std::string resultString; in RegExpReplaceFast() local 946 std::string &resultString) in MatchAndReplace()
|
| D | builtins_string.cpp | 2313 std::u16string resultString; in Pad() local
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | json_stringifier_test.cpp | 203 …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/ |
| D | builtins_symbol_test.cpp | 305 JSHandle<EcmaString> resultString = JSTaggedValue::ToString( in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_string_stub_builder.cpp | 3397 Label resultString(env); in PadStart() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_sample.cpp | 1848 Local<StringRef> resultString = ArrayRef::GetValueAt(vm_, arrayObject, index); in HWTEST_F_L0() local
|