Searched refs:cacheKeyItem (Results 1 – 1 of 1) sorted by relevance
292 napi_value cacheKeyItem = nullptr; in ParseCacheKeyList() local293 napi_get_element(env, cacheKeyArray, i, &cacheKeyItem); in ParseCacheKeyList()295 if (!NapiParseUtils::ParseString(env, cacheKeyItem, cacheKeyStr)) { in ParseCacheKeyList()