Home
last modified time | relevance | path

Searched defs:resultString (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Djson_stringifier_test.cpp118 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 Dbuiltins_symbol_test.cpp307 JSHandle<EcmaString> resultString = JSTaggedValue::ToString( in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp865 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 Dbuiltins_string.cpp2297 std::u16string resultString; in Pad() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sample.cpp1800 Local<StringRef> resultString = ArrayRef::GetValueAt(vm_, arrayObject, index); in HWTEST_F_L0() local

Completed in 21 milliseconds