Home
last modified time | relevance | path

Searched refs:isPatternMatch (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/compiler/
Dcore.ts2107 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/
Dtsc.js1642 ts.Debug.assert(isPatternMatch(pattern, candidate));
1652 … if (isPatternMatch(pattern, candidate) && pattern.prefix.length > longestMatchPrefixLength) {
1673 function isPatternMatch(_a, candidate) { function
DtypingsInstaller.js1992 ts.Debug.assert(isPatternMatch(pattern, candidate));
2004 … if (isPatternMatch(pattern, candidate) && pattern.prefix.length > longestMatchPrefixLength) {
2025 function isPatternMatch(_a, candidate) { function
Dtypescript.js2197 ts.Debug.assert(isPatternMatch(pattern, candidate));
2209 … if (isPatternMatch(pattern, candidate) && pattern.prefix.length > longestMatchPrefixLength) {
2230 function isPatternMatch(_a, candidate) { function
DtypescriptServices.js2197 ts.Debug.assert(isPatternMatch(pattern, candidate));
2209 … if (isPatternMatch(pattern, candidate) && pattern.prefix.length > longestMatchPrefixLength) {
2230 function isPatternMatch(_a, candidate) { function
Dtsserverlibrary.js2197 ts.Debug.assert(isPatternMatch(pattern, candidate));
2209 … if (isPatternMatch(pattern, candidate) && pattern.prefix.length > longestMatchPrefixLength) {
2230 function isPatternMatch(_a, candidate) { function
Dtsserver.js2003 ts.Debug.assert(isPatternMatch(pattern, candidate));
2015 … if (isPatternMatch(pattern, candidate) && pattern.prefix.length > longestMatchPrefixLength) {
2036 function isPatternMatch(_a, candidate) { function