Searched refs:g_indexUtilConstructor (Results 1 – 1 of 1) sorted by relevance
45 static thread_local napi_ref g_indexUtilConstructor = nullptr; variable940 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()