Searched refs:isBrOrWs (Results 1 – 1 of 1) sorted by relevance
159 …if (keywordStart(pos) && source.startsWith('lass', pos + 1) && isBrOrWs(source.charCodeAt(pos + 5)…1205 else if (!isBrOrWs(ch)) {1298 function isBrOrWs (c) { function