Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Di18n_addon.cpp45 static thread_local napi_ref g_indexUtilConstructor = nullptr; variable
940 status = napi_create_reference(env, constructor, 1, &g_indexUtilConstructor); in InitI18nIndexUtil()
1416 napi_status status = napi_get_reference_value(env, g_indexUtilConstructor, &constructor); in GetIndexUtil()