Searched refs:g_timezoneConstructor (Results 1 – 1 of 1) sorted by relevance
25 static thread_local napi_ref* g_timezoneConstructor = nullptr; variable69 g_timezoneConstructor = new (std::nothrow) napi_ref; in InitI18nTimeZone()70 if (!g_timezoneConstructor) { in InitI18nTimeZone()74 status = napi_create_reference(env, constructor, 1, g_timezoneConstructor); in InitI18nTimeZone()475 napi_status status = napi_get_reference_value(env, *g_timezoneConstructor, &constructor); in StaticGetTimeZone()