Searched refs:charIsPunctuation (Results 1 – 1 of 1) sorted by relevance
483 if (charIsPunctuation(identifier.charCodeAt(i - 1)) ||484 charIsPunctuation(identifier.charCodeAt(i)) ||504 function charIsPunctuation(ch: number) { function536 … return every(identifier, ch => charIsPunctuation(ch) && ch !== CharacterCodes._, start, end);