Home
last modified time | relevance | path

Searched refs:TaggedArrayToVector (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/intl/
Dglobal_intl_helper.cpp209 return TaggedArrayToVector(thread, tArray); in LocalesToVector()
212 std::vector<std::string> GlobalIntlHelper::TaggedArrayToVector(JSThread *thread, in TaggedArrayToVector() function in panda::ecmascript::intl::GlobalIntlHelper
Dglobal_intl_helper.h186 …std::vector<std::string> TaggedArrayToVector(JSThread *thread, JSHandle<TaggedArray> &taggedarray);