Searched refs:firstCharCode (Results 1 – 1 of 1) sorted by relevance
1349 const firstCharCode = baseName.charCodeAt(0); constant1350 if (isIdentifierStart(firstCharCode, target)) {1351 res += String.fromCharCode(firstCharCode);