Searched defs:resultString (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string_iterator.cpp | 75 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
|
| D | builtins_string.cpp | 2070 std::u16string resultString; in Pad() local
|
| D | builtins_regexp.cpp | 802 std::string resultString; in RegExpReplaceFast() local
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | json_stringifier_test.cpp | 142 …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/ |
| D | builtins_symbol_test.cpp | 373 JSHandle<EcmaString> resultString = JSTaggedValue::ToString( in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_sample.cpp | 1814 Local<StringRef> resultString = ArrayRef::GetValueAt(vm_, arrayObject, index); in HWTEST_F_L0() local
|