Searched refs:byHash (Results 1 – 4 of 4) sorted by relevance
37 static byHash = {}; property in Asset175 Asset.byHash[meta.hash] = asset;187 if (Asset.byHash[metaHash]) {188 return Asset.byHash[metaHash];200 Asset.byHash[metaHash] = asset;
18 static byHash = {}; field in Asset144 Asset.byHash[meta.hash] = asset;154 if (Asset.byHash[metaHash]) {155 return Asset.byHash[metaHash];166 Asset.byHash[metaHash] = asset;
23 static byHash: {}; property in Asset
1 …byHash = {};\n /**\n * @private\n */\n static byUri = {};\n\n /**\n * The name of the ass…