Home
last modified time | relevance | path

Searched refs:byHash (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-asset/src/
H A DAsset.ts37 static byHash = {}; property in Asset
175 Asset.byHash[meta.hash] = asset;
187 if (Asset.byHash[metaHash]) {
188 return Asset.byHash[metaHash];
200 Asset.byHash[metaHash] = asset;
/expo/packages/expo-asset/build/
H A DAsset.js18 static byHash = {}; field in Asset
144 Asset.byHash[meta.hash] = asset;
154 if (Asset.byHash[metaHash]) {
155 return Asset.byHash[metaHash];
166 Asset.byHash[metaHash] = asset;
H A DAsset.d.ts23 static byHash: {}; property in Asset
H A DAsset.js.map1byHash = {};\n /**\n * @private\n */\n static byUri = {};\n\n /**\n * The name of the ass…