Searched refs:g_normalizerConstructor (Results 1 – 1 of 1) sorted by relevance
28 static thread_local napi_ref* g_normalizerConstructor = nullptr; variable62 g_normalizerConstructor = new (std::nothrow) napi_ref; in InitI18nNormalizer()63 if (!g_normalizerConstructor) { in InitI18nNormalizer()67 status = napi_create_reference(env, constructor, 1, g_normalizerConstructor); in InitI18nNormalizer()244 status = napi_get_reference_value(env, *g_normalizerConstructor, &constructor); in GetI18nNormalizerInstance()