Lines Matching refs:bestMatch
662 let bestMatch = '';
684 patternKeyCompare(bestMatch, key) === 1 &&
686 bestMatch = key;
694 if (bestMatch) {
695 const target = exports[bestMatch];
700 bestMatch,
768 let bestMatch = '';
781 patternKeyCompare(bestMatch, key) === 1 &&
783 bestMatch = key;
790 if (bestMatch) {
791 const target = imports[bestMatch];
794 bestMatch, base, true,