Searched refs:g_napiValueCacheMap (Results 1 – 1 of 1) sorted by relevance
67 thread_local std::unordered_map<std::string, napi_ref> g_napiValueCacheMap {}; variable73 g_napiValueCacheMap[key] = ref; in CacheNapiValue()81 auto it = g_napiValueCacheMap.find(key); in GetCacheNapiValue()82 if (it == g_napiValueCacheMap.end()) { in GetCacheNapiValue()