Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DpatternMatcher.ts478 const currentIsDigit = isDigit(identifier.charCodeAt(i)); constant
485 lastIsDigit !== currentIsDigit ||