Searched defs:IsIdentifierStart (Results 1 – 4 of 4) sorted by relevance
133 bool IsIdentifierStart(uc32 c) { in IsIdentifierStart() function
426 bool AsmJsScanner::IsIdentifierStart(uc32 ch) { in IsIdentifierStart() function in v8::internal::AsmJsScanner
50 constexpr bool IsIdentifierStart(char c) { in IsIdentifierStart() function
248 static inline bool IsIdentifierStart(char c) { in IsIdentifierStart() function