Searched defs:IsIdentifierStart (Results 1 – 4 of 4) sorted by relevance
14 bool UnicodeCache::IsIdentifierStart(unibrow::uchar c) { in IsIdentifierStart() function
421 bool AsmJsScanner::IsIdentifierStart(uc32 ch) { in IsIdentifierStart() function in v8::internal::AsmJsScanner
49 constexpr bool IsIdentifierStart(char c) { in IsIdentifierStart() function
246 static inline bool IsIdentifierStart(char c) { in IsIdentifierStart() function