Searched refs:isPatternMatch (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | core.ts | 2107 Debug.assert(isPatternMatch(pattern, candidate)); 2119 … if (isPatternMatch(pattern, candidate) && pattern.prefix.length > longestMatchPrefixLength) { 2140 function isPatternMatch({ prefix, suffix }: Pattern, candidate: string) { function
|
| /third_party/typescript/lib/ |
| D | tsc.js | 1642 ts.Debug.assert(isPatternMatch(pattern, candidate)); 1652 … if (isPatternMatch(pattern, candidate) && pattern.prefix.length > longestMatchPrefixLength) { 1673 function isPatternMatch(_a, candidate) { function
|
| D | typingsInstaller.js | 1992 ts.Debug.assert(isPatternMatch(pattern, candidate)); 2004 … if (isPatternMatch(pattern, candidate) && pattern.prefix.length > longestMatchPrefixLength) { 2025 function isPatternMatch(_a, candidate) { function
|
| D | typescript.js | 2197 ts.Debug.assert(isPatternMatch(pattern, candidate)); 2209 … if (isPatternMatch(pattern, candidate) && pattern.prefix.length > longestMatchPrefixLength) { 2230 function isPatternMatch(_a, candidate) { function
|
| D | typescriptServices.js | 2197 ts.Debug.assert(isPatternMatch(pattern, candidate)); 2209 … if (isPatternMatch(pattern, candidate) && pattern.prefix.length > longestMatchPrefixLength) { 2230 function isPatternMatch(_a, candidate) { function
|
| D | tsserverlibrary.js | 2197 ts.Debug.assert(isPatternMatch(pattern, candidate)); 2209 … if (isPatternMatch(pattern, candidate) && pattern.prefix.length > longestMatchPrefixLength) { 2230 function isPatternMatch(_a, candidate) { function
|
| D | tsserver.js | 2003 ts.Debug.assert(isPatternMatch(pattern, candidate)); 2015 … if (isPatternMatch(pattern, candidate) && pattern.prefix.length > longestMatchPrefixLength) { 2036 function isPatternMatch(_a, candidate) { function
|