Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/intl/
Dglobal_intl_helper.h76 std::vector<std::string> cacheEntryVector; in GetGlobalObject() local
77 cacheEntryVector = LocalesToVector(thread, locales); in GetGlobalObject()
82 auto result = std::make_unique<T>(cacheEntryVector, inputOptions); in GetGlobalObject()