Searched refs:IsAsciiIdentifier (Results 1 – 4 of 4) sorted by relevance
38 inline bool IsAsciiIdentifier(uc32 c) { in IsAsciiIdentifier() function
20 inline bool IsAsciiIdentifier(uc32 c);
425 bool AsmJsScanner::IsIdentifierPart(uc32 ch) { return IsAsciiIdentifier(ch); } in IsIdentifierPart()
1556 } while (IsAsciiIdentifier(c0_)); in ScanIdentifierOrKeywordInner()1577 } while (IsAsciiIdentifier(c0_)); in ScanIdentifierOrKeywordInner()