Searched defs:resultString (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
H A D | json_stringifier_test.cpp | 118 JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGap); in HWTEST_F_L0() local 146 JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGap); in HWTEST_F_L0() local 186 JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGap); in HWTEST_F_L0() local 209 JSHandle<JSTaggedValue> resultString in HWTEST_F_L0() local 251 JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGap); HWTEST_F_L0() local 290 JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGap); HWTEST_F_L0() local 319 JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGap); HWTEST_F_L0() local 377 JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGap); HWTEST_F_L0() local [all...] |
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_symbol_test.cpp | 307 JSHandle<EcmaString> resultString = JSTaggedValue::ToString( in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_regexp.cpp | 865 std::string resultString; in RegExpReplaceFast() local 920 MatchAndReplace(JSThread *thread, JSHandle<JSTaggedValue> regexp, JSHandle<EcmaString> inputString, uint32_t &flags, uint32_t lastIndex, uint32_t inputLength, std::string &resultString) MatchAndReplace() argument
|
H A D | builtins_string.cpp | 2297 std::u16string resultString; in Pad() local
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_sample.cpp | 1800 Local<StringRef> resultString = ArrayRef::GetValueAt(vm_, arrayObject, index); in HWTEST_F_L0() local
|
Completed in 18 milliseconds